SatelliteGraphics3D#
- class ansys.stk.core.stkobjects.SatelliteGraphics3D#
3D Graphics properties of a satellite.
Overview#
Get the satellite’s Model properties. |
|
Get the satellite’s OrbitSystem properties. |
|
Get the satellite’s Proximity properties. |
|
Get the satellite’s Elevation Contours properties. |
|
Get the satellite’s South Atlantic Anomaly Contour properties. |
|
Get the satellite’s Covariance Pointing Contour properties. |
|
Get the satellite’s Pass properties. |
|
Get the satellite’s Offsets properties. |
|
Get the satellite’s Range Contours properties. |
|
Get the satellite’s Covariance properties. |
|
Get the satellite’s Vector properties. |
|
Get the satellite’s Data Display properties. |
|
Get the satellite’s Model Pointing properties. |
|
Get the satellite’s Droplines properties. |
|
Get the BPlane. |
|
Vapor trail attributes. |
|
Get the satellite’s 3D velocity covariance properties. |
|
Get the radar cross section graphics interface. |
Import detail#
from ansys.stk.core.stkobjects import SatelliteGraphics3D
Property detail#
- property SatelliteGraphics3D.model: SatelliteGraphics3DModel#
Get the satellite’s Model properties.
- property SatelliteGraphics3D.orbit_systems: VehicleGraphics3DSystemsCollection#
Get the satellite’s OrbitSystem properties.
- property SatelliteGraphics3D.proximity: VehicleGraphics3DOrbitProximity#
Get the satellite’s Proximity properties.
- property SatelliteGraphics3D.elevation_contours: VehicleGraphics3DElevationContours#
Get the satellite’s Elevation Contours properties.
- property SatelliteGraphics3D.saa: VehicleGraphics3DSAA#
Get the satellite’s South Atlantic Anomaly Contour properties.
- property SatelliteGraphics3D.covariance_pointing_contour: VehicleGraphics3DCovariancePointingContour#
Get the satellite’s Covariance Pointing Contour properties.
- property SatelliteGraphics3D.satellite_pass: VehicleGraphics3DPass#
Get the satellite’s Pass properties.
- property SatelliteGraphics3D.offsets: Graphics3DOffset#
Get the satellite’s Offsets properties.
- property SatelliteGraphics3D.range_contours: Graphics3DRangeContours#
Get the satellite’s Range Contours properties.
- property SatelliteGraphics3D.covariance: VehicleGraphics3DCovariance#
Get the satellite’s Covariance properties.
- property SatelliteGraphics3D.vector: Graphics3DVector#
Get the satellite’s Vector properties.
- property SatelliteGraphics3D.data_display: Graphics3DDataDisplayCollection#
Get the satellite’s Data Display properties.
- property SatelliteGraphics3D.model_pointing: Graphics3DModelPointing#
Get the satellite’s Model Pointing properties.
- property SatelliteGraphics3D.drop_lines: VehicleGraphics3DOrbitDropLines#
Get the satellite’s Droplines properties.
- property SatelliteGraphics3D.b_planes: VehicleGraphics3DBPlanes#
Get the BPlane.
- property SatelliteGraphics3D.vapor_trail: Graphics3DVaporTrail#
Vapor trail attributes.
- property SatelliteGraphics3D.velocity_covariance: VehicleGraphics3DVelocityCovariance#
Get the satellite’s 3D velocity covariance properties.
- property SatelliteGraphics3D.radar_cross_section: RadarCrossSectionGraphics3D#
Get the radar cross section graphics interface.