Graphics3DModelPointing#
- class ansys.stk.core.stkobjects.Graphics3DModelPointing#
List of pointable model elements.
Overview#
Add a new element to the collection using specified pointable model part, target name and the time period during which the pointable part targets the specified object. |
|
Remove a pointable element from the collection of pointable elements using specified pointable model part and target name. |
|
Add the intervals from the given file. |
Get the list of pointable model elements. |
Import detail#
from ansys.stk.core.stkobjects import Graphics3DModelPointing
Property detail#
- property Graphics3DModelPointing.pointable_elements: Graphics3DPointableElementsCollection#
Get the list of pointable model elements.
Method detail#
- Graphics3DModelPointing.add_interval(self, attach_point_name: str, target_name: str, start: Any, stop: Any) None #
Add a new element to the collection using specified pointable model part, target name and the time period during which the pointable part targets the specified object.