Graphics3DReferenceVector#
- class ansys.stk.core.stkobjects.Graphics3DReferenceVector#
Bases:
IGraphics3DReferenceAnalysisWorkbenchComponent
,IDisplayTime
Class defining a reference vector (3D Graphics, Vector Geometry Tool).
Overview#
Return a safearray of available axes. |
|
Return a safearray of available points. |
|
The name of the axes or system used to define the coordinate frame associated with the selected vector or axis. |
|
Specify the method used for connecting geometric elements. |
|
Only available for geometric elements relating to objects. If selected, the geometric element is drawn at the central body or object. |
|
If selected, the geometric element is drawn at the selected point. |
|
The length of time during which the geometric element is visible. Uses Time Dimension. |
|
The Magnitude Dimension. |
|
Magnitudeβs current unit. |
|
Displays a point at the current animation time. |
|
Right Ascension Declination Unit Abrv. |
|
If selected, the magnitude value is displayed on the selected geometric element. |
|
Successively displays geometric elements over the specified duration. |
|
Displays right-ascension and declination values with the selected vector. |
|
Thickness of line. |
|
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. |
|
If the Scale Relative to Model is selected, the scale of the model is multiplied by the scale of the vector. If the Scale Relative to Model is not selected, you can set the size of the geometric elements independent of the model scale. |
Import detail#
from ansys.stk.core.stkobjects import Graphics3DReferenceVector
Property detail#
- property Graphics3DReferenceVector.axes: str#
The name of the axes or system used to define the coordinate frame associated with the selected vector or axis.
- property Graphics3DReferenceVector.connect: VectorAxesConnectType#
Specify the method used for connecting geometric elements.
- property Graphics3DReferenceVector.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 Graphics3DReferenceVector.draw_at_point: bool#
If selected, the geometric element is drawn at the selected point.
- property Graphics3DReferenceVector.duration: float#
The length of time during which the geometric element is visible. Uses Time Dimension.
- property Graphics3DReferenceVector.right_ascension_declination_units_abbreviation: str#
Right Ascension Declination Unit Abrv.
- property Graphics3DReferenceVector.show_magnitude_value: bool#
If selected, the magnitude value is displayed on the selected geometric element.
- property Graphics3DReferenceVector.show_persistence: bool#
Successively displays geometric elements over the specified duration.
- property Graphics3DReferenceVector.show_right_ascension_declination_values: bool#
Displays right-ascension and declination values with the selected vector.