VehicleGraphics3DControlBox#
- class ansys.stk.core.stkobjects.VehicleGraphics3DControlBox#
Bases:
IVehicleGraphics3DProximityAreaObject
Define a volume around the object that moves with the object.
Overview#
Specify a translucency of the object. |
|
Get or set the translucency of the object. Valid values are 0 - 100, where 0 is opaque and 100 is transparent. Dimensionless. |
|
Get or set the reference axes that is used to align the ellipsoid. |
|
Indicate how far along the velocity vector the box extends. Uses Distance Dimension. |
|
Indicate how far along the orbit normal the box extends. Uses Distance Dimension. |
|
Indicate how far along the orbit plane the box extends. Uses Distance Dimension. |
|
Get or set the distance to offset the box (forward or backward) along the velocity vector. A positive value moves the box forward along the velocity vector. Uses Distance Dimension. |
|
Get or set the distance to offset the box (left or right) along the velocity vector. A positive value moves the box right along the vector 90 degrees clockwise from the velocity vector. Uses Distance Dimension. |
|
Get or set the distance to offset the box (up or down). A positive value moves the box down, towards the ground. Uses Distance Dimension. |
Import detail#
from ansys.stk.core.stkobjects import VehicleGraphics3DControlBox
Property detail#
- property VehicleGraphics3DControlBox.translucency: float#
Get or set the translucency of the object. Valid values are 0 - 100, where 0 is opaque and 100 is transparent. Dimensionless.
- property VehicleGraphics3DControlBox.reference_frame: IVectorGeometryToolAxes#
Get or set the reference axes that is used to align the ellipsoid.
- property VehicleGraphics3DControlBox.x_axis_length: float#
Indicate how far along the velocity vector the box extends. Uses Distance Dimension.
- property VehicleGraphics3DControlBox.y_axis_length: float#
Indicate how far along the orbit normal the box extends. Uses Distance Dimension.
- property VehicleGraphics3DControlBox.z_axis_length: float#
Indicate how far along the orbit plane the box extends. Uses Distance Dimension.
- property VehicleGraphics3DControlBox.x_offset: float#
Get or set the distance to offset the box (forward or backward) along the velocity vector. A positive value moves the box forward along the velocity vector. Uses Distance Dimension.