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