MaximumCountPathPrimitiveUpdatePolicy#
- class ansys.stk.core.graphics.MaximumCountPathPrimitiveUpdatePolicy#
Bases:
IPathPrimitiveUpdatePolicy
path primitive update policy that removes points from remove location when the number of points in the path exceeds maximum count.
Overview#
Get or set the maximum number of points in the path. |
|
Get or set where the positions on the path are removed from. |
Import detail#
from ansys.stk.core.graphics import MaximumCountPathPrimitiveUpdatePolicy
Property detail#
- property MaximumCountPathPrimitiveUpdatePolicy.maximum_count: int#
Get or set the maximum number of points in the path.
- property MaximumCountPathPrimitiveUpdatePolicy.remove_location: PathPrimitiveRemoveLocation#
Get or set where the positions on the path are removed from.