LaunchVehicleGraphics3D#
- class ansys.stk.core.stkobjects.LaunchVehicleGraphics3D#
3D Graphics for a launch vehicle.
Overview#
Get the launch vehicleβs 3D model properties. |
|
Get the launch vehicleβs 3D trajectory frame properties. |
|
Get the launch vehicleβs 3D proximity properties. |
|
Get the launch vehicleβs 3D elevation contour properties. |
|
Get the launch vehicleβs 3D covariance pointing properties. |
|
Get the launch vehicleβs 3D trajectory properties. |
|
Get the launch vehicleβs 3D offsets properties. |
|
Get the launch vehicleβs 3D range contour properties. |
|
Get the launch vehicleβs 3D covariance properties. |
|
Get the launch vehicleβs 3D vector properties. |
|
Get the launch vehicleβs 3D data display properties. |
|
Use to point parts of a launch vehicleβs model toward a target, such as the Sun or Earth. |
|
Return an interface allowing to configure launch vehicleβs drop lines. |
|
Vapor trail attributes. |
|
Get the launch vehicleβs South Atlantic Anomaly Contour properties. |
|
Get the launch vehicleβs 3D velocity covariance properties. |
|
Get the radar cross section graphics interface. |
Import detail#
from ansys.stk.core.stkobjects import LaunchVehicleGraphics3D
Property detail#
- property LaunchVehicleGraphics3D.model: VehicleGraphics3DModelTrajectory#
Get the launch vehicleβs 3D model properties.
- property LaunchVehicleGraphics3D.trajectory_systems: VehicleGraphics3DSystemsCollection#
Get the launch vehicleβs 3D trajectory frame properties.
- property LaunchVehicleGraphics3D.proximity: VehicleGraphics3DTrajectoryProximity#
Get the launch vehicleβs 3D proximity properties.
- property LaunchVehicleGraphics3D.elevation_contours: VehicleGraphics3DElevationContours#
Get the launch vehicleβs 3D elevation contour properties.
- property LaunchVehicleGraphics3D.covariance_pointing_contour: VehicleGraphics3DCovariancePointingContour#
Get the launch vehicleβs 3D covariance pointing properties.
- property LaunchVehicleGraphics3D.trajectory: VehicleGraphics3DTrajectory#
Get the launch vehicleβs 3D trajectory properties.
- property LaunchVehicleGraphics3D.offsets: Graphics3DOffset#
Get the launch vehicleβs 3D offsets properties.
- property LaunchVehicleGraphics3D.range_contours: Graphics3DRangeContours#
Get the launch vehicleβs 3D range contour properties.
- property LaunchVehicleGraphics3D.covariance: VehicleGraphics3DCovariance#
Get the launch vehicleβs 3D covariance properties.
- property LaunchVehicleGraphics3D.vector: Graphics3DVector#
Get the launch vehicleβs 3D vector properties.
- property LaunchVehicleGraphics3D.data_display: Graphics3DDataDisplayCollection#
Get the launch vehicleβs 3D data display properties.
- property LaunchVehicleGraphics3D.model_pointing: Graphics3DModelPointing#
Use to point parts of a launch vehicleβs model toward a target, such as the Sun or Earth.
- property LaunchVehicleGraphics3D.drop_lines: VehicleGraphics3DTrajectoryDropLines#
Return an interface allowing to configure launch vehicleβs drop lines.
- property LaunchVehicleGraphics3D.vapor_trail: Graphics3DVaporTrail#
Vapor trail attributes.
- property LaunchVehicleGraphics3D.saa: VehicleGraphics3DSAA#
Get the launch vehicleβs South Atlantic Anomaly Contour properties.
- property LaunchVehicleGraphics3D.velocity_covariance: VehicleGraphics3DVelocityCovariance#
Get the launch vehicleβs 3D velocity covariance properties.
- property LaunchVehicleGraphics3D.radar_cross_section: RadarCrossSectionGraphics3D#
Get the radar cross section graphics interface.