IPathPrimitiveUpdatePolicy#
- class ansys.stk.core.graphics.IPathPrimitiveUpdatePolicy#
A class that encapsulates the update logic for a path primitive. Derived classes must implement the Update method.
Overview#
Update the pathPrimitive at the specified date. |
Import detail#
from ansys.stk.core.graphics import IPathPrimitiveUpdatePolicy
Method detail#
- IPathPrimitiveUpdatePolicy.update(self, path_primitive: PathPrimitive, date: Date) None #
Update the pathPrimitive at the specified date.
- Parameters:
path_primitive :
PathPrimitive
date :
Date
- Returns: