MissileGraphics#
- class ansys.stk.core.stkobjects.MissileGraphics#
2D Graphics for missiles.
Overview#
Set the type of display. |
|
Get a value indicating whether the specified type can be used. |
Type of display: basic, during access intervals, during custom intervals, or real time. |
|
Return an array of valid choices. |
|
Get the 2D Graphics attributes. |
|
Get the 2D trajectory graphics. |
|
Get the resolution graphics. |
|
Get the elevation contours graphics. |
|
Get the ground ellipses graphics. |
|
Get the range contour graphics. |
|
Get the lighting graphics. |
|
Get the swath graphics. |
|
Notes attached to the object and displayed in the 2D and 3D Graphics windows. |
|
Specify whether to use the name of the missile (as shown in the Object Browser) as its label. |
|
The user-specified name to use as a label for the missile. |
|
Get the missileβs South Atlantic Anomaly Contour properties. |
|
Specify whether graphics attributes of the missile are visible. |
|
Get the radar cross section graphics interface. |
Import detail#
from ansys.stk.core.stkobjects import MissileGraphics
Property detail#
- property MissileGraphics.attributes_type: VehicleGraphics2DAttributeType#
Type of display: basic, during access intervals, during custom intervals, or real time.
- property MissileGraphics.attributes: IVehicleGraphics2DAttributes#
Get the 2D Graphics attributes.
- property MissileGraphics.pass_data: VehicleGraphics2DTrajectoryPassData#
Get the 2D trajectory graphics.
- property MissileGraphics.resolution: VehicleGraphics2DTrajectoryResolution#
Get the resolution graphics.
- property MissileGraphics.elevation_contours: VehicleGraphics2DElevationContours#
Get the elevation contours graphics.
- property MissileGraphics.ground_ellipses: VehicleGraphics2DGroundEllipsesCollection#
Get the ground ellipses graphics.
- property MissileGraphics.range_contours: Graphics2DRangeContours#
Get the range contour graphics.
- property MissileGraphics.lighting: VehicleGraphics2DLighting#
Get the lighting graphics.
- property MissileGraphics.swath: VehicleGraphics2DSwath#
Get the swath graphics.
- property MissileGraphics.label_notes: LabelNoteCollection#
Notes attached to the object and displayed in the 2D and 3D Graphics windows.
- property MissileGraphics.use_instance_name_label: bool#
Specify whether to use the name of the missile (as shown in the Object Browser) as its label.
- property MissileGraphics.label_name: str#
The user-specified name to use as a label for the missile.
- property MissileGraphics.saa: VehicleGraphics2DSAA#
Get the missileβs South Atlantic Anomaly Contour properties.
- property MissileGraphics.show_graphics: bool#
Specify whether graphics attributes of the missile are visible.
- property MissileGraphics.radar_cross_section: RadarCrossSectionGraphics#
Get the radar cross section graphics interface.
Method detail#
- MissileGraphics.set_attributes_type(self, attributes: VehicleGraphics2DAttributeType) None #
Set the type of display.
- Parameters:
attributes :
VehicleGraphics2DAttributeType
- Returns:
- MissileGraphics.is_attributes_type_supported(self, attributes: VehicleGraphics2DAttributeType) bool #
Get a value indicating whether the specified type can be used.
- Parameters:
attributes :
VehicleGraphics2DAttributeType
- Returns: