MissileGraphics#

class ansys.stk.core.stkobjects.MissileGraphics#

2D Graphics for missiles.

Overview#

set_attributes_type

Set the type of display.

is_attributes_type_supported

Get a value indicating whether the specified type can be used.

attributes_type

Type of display: basic, during access intervals, during custom intervals, or real time.

attributes_supported_types

Return an array of valid choices.

attributes

Get the 2D Graphics attributes.

pass_data

Get the 2D trajectory graphics.

resolution

Get the resolution graphics.

elevation_contours

Get the elevation contours graphics.

ground_ellipses

Get the ground ellipses graphics.

range_contours

Get the range contour graphics.

lighting

Get the lighting graphics.

swath

Get the swath graphics.

label_notes

Notes attached to the object and displayed in the 2D and 3D Graphics windows.

use_instance_name_label

Specify whether to use the name of the missile (as shown in the Object Browser) as its label.

label_name

The user-specified name to use as a label for the missile.

saa

Get the missile’s South Atlantic Anomaly Contour properties.

show_graphics

Specify whether graphics attributes of the missile are visible.

radar_cross_section

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_supported_types: list#

Return an array of valid choices.

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:

None

MissileGraphics.is_attributes_type_supported(self, attributes: VehicleGraphics2DAttributeType) bool#

Get a value indicating whether the specified type can be used.

Parameters:

attributes : VehicleGraphics2DAttributeType

Returns:

bool