Graphics3DReferencePoint#
- class ansys.stk.core.stkobjects.Graphics3DReferencePoint#
Bases:
IGraphics3DReferenceAnalysisWorkbenchComponent
,IDisplayTime
Class defining a reference point (3D Graphics, Vector Geometry Tool).
Overview#
Specify the arrow type used to represent the geometric element. |
|
Displays right-ascension and declination values with the selected point. |
|
Right Ascension Declination Unit Abrv. |
|
If selected, the magnitude value is displayed on the selected geometric element. |
|
The Magnitude Unit abrv. |
|
If selected, the cartesian value is displayed on the selected geometric element. |
|
Cartesian Unit Abrv uses Distance. |
|
The name of the system used to define the coordinate frame associated with the selected RefCrdn. |
|
Get or set the size of the selected geometric plane or point. Dimensionless. |
|
Return an array of available Systems. |
Import detail#
from ansys.stk.core.stkobjects import Graphics3DReferencePoint
Property detail#
- property Graphics3DReferencePoint.trajectory_type: TrajectoryType#
Specify the arrow type used to represent the geometric element.
- property Graphics3DReferencePoint.show_right_ascension_declination_values: bool#
Displays right-ascension and declination values with the selected point.
- property Graphics3DReferencePoint.right_ascension_declination_units_abbreviation: str#
Right Ascension Declination Unit Abrv.
- property Graphics3DReferencePoint.show_magnitude_value: bool#
If selected, the magnitude value is displayed on the selected geometric element.
- property Graphics3DReferencePoint.show_cartesian_value: bool#
If selected, the cartesian value is displayed on the selected geometric element.
- property Graphics3DReferencePoint.cartesian_units_abbreviation: str#
Cartesian Unit Abrv uses Distance.
- property Graphics3DReferencePoint.system: str#
The name of the system used to define the coordinate frame associated with the selected RefCrdn.