Graphics3DPointableElementsElement#

class ansys.stk.core.stkobjects.Graphics3DPointableElementsElement#

Pointable elements for 3D model pointing.

Overview#

pointing_name

Name of a movable element associated with a pointing parameter.

assigned_target_object

Get the assigned target for the pointable element.

intervals

Get a collection of intervals during which an 3d model part points towards selected targets.

Import detail#

from ansys.stk.core.stkobjects import Graphics3DPointableElementsElement

Property detail#

property Graphics3DPointableElementsElement.pointing_name: str#

Name of a movable element associated with a pointing parameter.

property Graphics3DPointableElementsElement.assigned_target_object: LinkToObject#

Get the assigned target for the pointable element.

property Graphics3DPointableElementsElement.intervals: TimeIntervalCollection#

Get a collection of intervals during which an 3d model part points towards selected targets.