Graphics3DReferenceAxes#

class ansys.stk.core.stkobjects.Graphics3DReferenceAxes#

Bases: IGraphics3DReferenceAnalysisWorkbenchComponent, IDisplayTime

Class defining a set of reference axes (3D Graphics, Vector Geometry Tool).

Overview#

draw_at_central_body

Only available for geometric elements relating to objects. If selected, the geometric element is drawn at the central body or object.

axes

The name of the axes or system used to define the coordinate frame associated with the selected vector or axis.

show_persistence

Successively displays geometric elements over the specified duration.

duration

The length of time during which the geometric element is visible. Uses Time Dimension.

connect

Specify the method used for connecting geometric elements.

transparent

If selected, earlier occurrences of a geometric element display fade over time so that it is drawn as completely filled at the most recent animation time and fades as the animation moves forward.

available_axes

Return an array of available Axes.

draw_at_point

If selected, the geometric element is drawn at the selected point.

point

Displays a point at the current animation time.

available_points

Return a safearray of available points.

thickness

Thickness of line.

Import detail#

from ansys.stk.core.stkobjects import Graphics3DReferenceAxes

Property detail#

property Graphics3DReferenceAxes.draw_at_central_body: bool#

Only available for geometric elements relating to objects. If selected, the geometric element is drawn at the central body or object.

property Graphics3DReferenceAxes.axes: str#

The name of the axes or system used to define the coordinate frame associated with the selected vector or axis.

property Graphics3DReferenceAxes.show_persistence: bool#

Successively displays geometric elements over the specified duration.

property Graphics3DReferenceAxes.duration: float#

The length of time during which the geometric element is visible. Uses Time Dimension.

property Graphics3DReferenceAxes.connect: VectorAxesConnectType#

Specify the method used for connecting geometric elements.

property Graphics3DReferenceAxes.transparent: bool#

If selected, earlier occurrences of a geometric element display fade over time so that it is drawn as completely filled at the most recent animation time and fades as the animation moves forward.

property Graphics3DReferenceAxes.available_axes: list#

Return an array of available Axes.

property Graphics3DReferenceAxes.draw_at_point: bool#

If selected, the geometric element is drawn at the selected point.

property Graphics3DReferenceAxes.point: str#

Displays a point at the current animation time.

property Graphics3DReferenceAxes.available_points: list#

Return a safearray of available points.

property Graphics3DReferenceAxes.thickness: float#

Thickness of line.