Graphics3DReferenceAxes ======================= .. py:class:: ansys.stk.core.stkobjects.Graphics3DReferenceAxes Bases: :py:class:`~ansys.stk.core.stkobjects.IGraphics3DReferenceAnalysisWorkbenchComponent`, :py:class:`~ansys.stk.core.stkobjects.IDisplayTime` Class defining a set of reference axes (3D Graphics, Vector Geometry Tool). .. py:currentmodule:: Graphics3DReferenceAxes Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DReferenceAxes.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. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DReferenceAxes.axes` - The name of the axes or system used to define the coordinate frame associated with the selected vector or axis. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DReferenceAxes.show_persistence` - Successively displays geometric elements over the specified duration. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DReferenceAxes.duration` - The length of time during which the geometric element is visible. Uses Time Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DReferenceAxes.connect` - Specify the method used for connecting geometric elements. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DReferenceAxes.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. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DReferenceAxes.available_axes` - Return an array of available Axes. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DReferenceAxes.draw_at_point` - If selected, the geometric element is drawn at the selected point. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DReferenceAxes.point` - Displays a point at the current animation time. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DReferenceAxes.available_points` - Return a safearray of available points. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DReferenceAxes.thickness` - Thickness of line. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import Graphics3DReferenceAxes Property detail --------------- .. py:property:: draw_at_central_body :canonical: ansys.stk.core.stkobjects.Graphics3DReferenceAxes.draw_at_central_body :type: bool Only available for geometric elements relating to objects. If selected, the geometric element is drawn at the central body or object. .. py:property:: axes :canonical: ansys.stk.core.stkobjects.Graphics3DReferenceAxes.axes :type: str The name of the axes or system used to define the coordinate frame associated with the selected vector or axis. .. py:property:: show_persistence :canonical: ansys.stk.core.stkobjects.Graphics3DReferenceAxes.show_persistence :type: bool Successively displays geometric elements over the specified duration. .. py:property:: duration :canonical: ansys.stk.core.stkobjects.Graphics3DReferenceAxes.duration :type: float The length of time during which the geometric element is visible. Uses Time Dimension. .. py:property:: connect :canonical: ansys.stk.core.stkobjects.Graphics3DReferenceAxes.connect :type: VectorAxesConnectType Specify the method used for connecting geometric elements. .. py:property:: transparent :canonical: ansys.stk.core.stkobjects.Graphics3DReferenceAxes.transparent :type: 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. .. py:property:: available_axes :canonical: ansys.stk.core.stkobjects.Graphics3DReferenceAxes.available_axes :type: list Return an array of available Axes. .. py:property:: draw_at_point :canonical: ansys.stk.core.stkobjects.Graphics3DReferenceAxes.draw_at_point :type: bool If selected, the geometric element is drawn at the selected point. .. py:property:: point :canonical: ansys.stk.core.stkobjects.Graphics3DReferenceAxes.point :type: str Displays a point at the current animation time. .. py:property:: available_points :canonical: ansys.stk.core.stkobjects.Graphics3DReferenceAxes.available_points :type: list Return a safearray of available points. .. py:property:: thickness :canonical: ansys.stk.core.stkobjects.Graphics3DReferenceAxes.thickness :type: float Thickness of line.