Graphics3DReferenceAngle ======================== .. py:class:: ansys.stk.core.stkobjects.Graphics3DReferenceAngle Bases: :py:class:`~ansys.stk.core.stkobjects.IGraphics3DReferenceAnalysisWorkbenchComponent`, :py:class:`~ansys.stk.core.stkobjects.IDisplayTime` Class defining a reference angle (3D Graphics, Vector Geometry Tool). .. py:currentmodule:: Graphics3DReferenceAngle Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DReferenceAngle.show_angle_value` - If selected, select a unit from the drop-down menu. Only available for angles. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DReferenceAngle.angle_unit_abbreviation` - The angle unit abbreviation. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DReferenceAngle.show_dihedral_angle_supporting_arcs` - Select to show dihedral angle supporting arcs. Only available for angles. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import Graphics3DReferenceAngle Property detail --------------- .. py:property:: show_angle_value :canonical: ansys.stk.core.stkobjects.Graphics3DReferenceAngle.show_angle_value :type: bool If selected, select a unit from the drop-down menu. Only available for angles. .. py:property:: angle_unit_abbreviation :canonical: ansys.stk.core.stkobjects.Graphics3DReferenceAngle.angle_unit_abbreviation :type: str The angle unit abbreviation. .. py:property:: show_dihedral_angle_supporting_arcs :canonical: ansys.stk.core.stkobjects.Graphics3DReferenceAngle.show_dihedral_angle_supporting_arcs :type: bool Select to show dihedral angle supporting arcs. Only available for angles.