TargetGraphics3D#
- class ansys.stk.core.stkobjects.TargetGraphics3D#
Class defining 3D Graphics for a Target object.
Overview#
Return the 3D model properties. |
|
Return the 3D offsets properties. |
|
Return the 3D range contours properties. |
|
Return the 3D data display properties. |
|
Return the 3D vectorector properties. |
|
Return the 3D AzElMask properties. |
|
Return 3D model pointing properties used to point parts of a target model toward a target, such as the Sun or Earth. |
|
Area of uncertainty label swap distance. |
|
Vapor trail attributes. |
|
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.