TargetGraphics3D#

class ansys.stk.core.stkobjects.TargetGraphics3D#

Class defining 3D Graphics for a Target object.

Overview#

model

Return the 3D model properties.

offsets

Return the 3D offsets properties.

range_contours

Return the 3D range contours properties.

data_displays

Return the 3D data display properties.

vector

Return the 3D vectorector properties.

az_el_mask

Return the 3D AzElMask properties.

model_pointing

Return 3D model pointing properties used to point parts of a target model toward a target, such as the Sun or Earth.

uncertainty_area_label_swap_distance

Area of uncertainty label swap distance.

vapor_trail

Vapor trail attributes.

radar_cross_section

Get the radar cross section graphics interface.

Import detail#

from ansys.stk.core.stkobjects import TargetGraphics3D

Property detail#

property TargetGraphics3D.model: PointTargetGraphics3DModel#

Return the 3D model properties.

property TargetGraphics3D.offsets: Graphics3DOffset#

Return the 3D offsets properties.

property TargetGraphics3D.range_contours: Graphics3DRangeContours#

Return the 3D range contours properties.

property TargetGraphics3D.data_displays: Graphics3DDataDisplayCollection#

Return the 3D data display properties.

property TargetGraphics3D.vector: Graphics3DVector#

Return the 3D vectorector properties.

property TargetGraphics3D.az_el_mask: Graphics3DAzElMask#

Return the 3D AzElMask properties.

property TargetGraphics3D.model_pointing: Graphics3DModelPointing#

Return 3D model pointing properties used to point parts of a target model toward a target, such as the Sun or Earth.

property TargetGraphics3D.uncertainty_area_label_swap_distance: Graphics3DLabelSwapDistance#

Area of uncertainty label swap distance.

property TargetGraphics3D.vapor_trail: Graphics3DVaporTrail#

Vapor trail attributes.

property TargetGraphics3D.radar_cross_section: RadarCrossSectionGraphics3D#

Get the radar cross section graphics interface.