Graphics3DModelPointing#

class ansys.stk.core.stkobjects.Graphics3DModelPointing#

List of pointable model elements.

Overview#

add_interval

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_interval

Remove a pointable element from the collection of pointable elements using specified pointable model part and target name.

load_intervals

Add the intervals from the given file.

pointable_elements

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.

Parameters:

attach_point_name : str

target_name : str

start : Any

stop : Any

Returns:

None

Graphics3DModelPointing.remove_interval(self, attach_point_name: str, target_name: str) None#

Remove a pointable element from the collection of pointable elements using specified pointable model part and target name.

Parameters:

attach_point_name : str

target_name : str

Returns:

None

Graphics3DModelPointing.load_intervals(self, file_name: str, attach_point: str) None#

Add the intervals from the given file.

Parameters:

file_name : str

attach_point : str

Returns:

None