DurationPathPrimitiveUpdatePolicy#

class ansys.stk.core.graphics.DurationPathPrimitiveUpdatePolicy#

Bases: IPathPrimitiveUpdatePolicy

path primitive update policy that removes points from remove location after a given duration.

Overview#

duration

Get or set the maximum duration that a point will lie on the line.

remove_location

Get or set where the positions on the path are removed from.

Import detail#

from ansys.stk.core.graphics import DurationPathPrimitiveUpdatePolicy

Property detail#

property DurationPathPrimitiveUpdatePolicy.duration: float#

Get or set the maximum duration that a point will lie on the line.

property DurationPathPrimitiveUpdatePolicy.remove_location: PathPrimitiveRemoveLocation#

Get or set where the positions on the path are removed from.