Graphics3DVector#
- class ansys.stk.core.stkobjects.Graphics3DVector#
Class defining 3D vectors.
Overview#
Get a collection that manages the 3D VGT visualizations. |
|
The size scale of the geometric elements. Dimensionless. |
|
Control whether to scale the geometric elements relative to an object scale with the object’s model. |
|
The angle size scale. Dimensionless. |
Examples#
Add a Vector to display in 3D
# Satellite satellite: Satellite object
vector = satellite.graphics_3d.vector
angVel = vector.vector_geometry_tool_components.add(0, "Satellite/MySatellite AngVelocity")
angVel.show_label = True
Import detail#
from ansys.stk.core.stkobjects import Graphics3DVector
Property detail#
- property Graphics3DVector.vector_geometry_tool_components: Graphics3DReferenceVectorGeometryToolComponentCollection#
Get a collection that manages the 3D VGT visualizations.
- property Graphics3DVector.vector_size_scale: float#
The size scale of the geometric elements. Dimensionless.