LaunchVehicleGraphics3D#

class ansys.stk.core.stkobjects.LaunchVehicleGraphics3D#

3D Graphics for a launch vehicle.

Overview#

model

Get the launch vehicle’s 3D model properties.

trajectory_systems

Get the launch vehicle’s 3D trajectory frame properties.

proximity

Get the launch vehicle’s 3D proximity properties.

elevation_contours

Get the launch vehicle’s 3D elevation contour properties.

covariance_pointing_contour

Get the launch vehicle’s 3D covariance pointing properties.

trajectory

Get the launch vehicle’s 3D trajectory properties.

offsets

Get the launch vehicle’s 3D offsets properties.

range_contours

Get the launch vehicle’s 3D range contour properties.

covariance

Get the launch vehicle’s 3D covariance properties.

vector

Get the launch vehicle’s 3D vector properties.

data_display

Get the launch vehicle’s 3D data display properties.

model_pointing

Use to point parts of a launch vehicle’s model toward a target, such as the Sun or Earth.

drop_lines

Return an interface allowing to configure launch vehicle’s drop lines.

vapor_trail

Vapor trail attributes.

saa

Get the launch vehicle’s South Atlantic Anomaly Contour properties.

velocity_covariance

Get the launch vehicle’s 3D velocity covariance properties.

radar_cross_section

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.