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#

maximum_count

Get or set the maximum number of points in the path.

remove_location

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.