IGreatArcGraphics3D#
- class ansys.stk.core.stkobjects.IGreatArcGraphics3D#
3D Graphics common for all Great Arc Vehicles.
Overview#
Get the vehicleβs 3D model properties. |
|
Get the vehicleβs 3D route properties. |
|
Get the vehicleβs 3D offsets properties. |
|
Get the vehicleβs 3D range contour properties. |
|
Get the vehicleβs 3D covariance properties. |
|
Get the vehicleβs 3D vector properties. |
|
Get the vehicleβs 3D data display properties. |
|
Use to point parts of a facility or vehicle model toward a target, such as the Sun or Earth. |
|
Get the vehicleβs 3D velocity covariance properties. |
Import detail#
from ansys.stk.core.stkobjects import IGreatArcGraphics3D
Property detail#
- property IGreatArcGraphics3D.model: VehicleGraphics3DModelRoute#
Get the vehicleβs 3D model properties.
- property IGreatArcGraphics3D.route: VehicleGraphics3DRoute#
Get the vehicleβs 3D route properties.
- property IGreatArcGraphics3D.offsets: Graphics3DOffset#
Get the vehicleβs 3D offsets properties.
- property IGreatArcGraphics3D.range_contours: Graphics3DRangeContours#
Get the vehicleβs 3D range contour properties.
- property IGreatArcGraphics3D.covariance: VehicleGraphics3DCovariance#
Get the vehicleβs 3D covariance properties.
- property IGreatArcGraphics3D.vector: Graphics3DVector#
Get the vehicleβs 3D vector properties.
- property IGreatArcGraphics3D.data_display: Graphics3DDataDisplayCollection#
Get the vehicleβs 3D data display properties.
- property IGreatArcGraphics3D.model_pointing: Graphics3DModelPointing#
Use to point parts of a facility or vehicle model toward a target, such as the Sun or Earth.
- property IGreatArcGraphics3D.velocity_covariance: VehicleGraphics3DVelocityCovariance#
Get the vehicleβs 3D velocity covariance properties.