FacilityGraphics3D#
- class ansys.stk.core.stkobjects.FacilityGraphics3D#
3D Graphics properties of a Facility.
Overview#
Return Model properties. |
|
Return Offsets properties. |
|
Return Range Contours properties. |
|
Return DataDisplays collection. |
|
Return a vector. |
|
Return the AzElMask property. |
|
Return ModelPointing properties used to point parts of a facility 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 FacilityGraphics3D
Property detail#
- property FacilityGraphics3D.model: PointTargetGraphics3DModel#
Return Model properties.
- property FacilityGraphics3D.offsets: Graphics3DOffset#
Return Offsets properties.
- property FacilityGraphics3D.range_contours: Graphics3DRangeContours#
Return Range Contours properties.
- property FacilityGraphics3D.data_displays: Graphics3DDataDisplayCollection#
Return DataDisplays collection.
- property FacilityGraphics3D.vector: Graphics3DVector#
Return a vector.
- property FacilityGraphics3D.az_el_mask: Graphics3DAzElMask#
Return the AzElMask property.
- property FacilityGraphics3D.model_pointing: Graphics3DModelPointing#
Return ModelPointing properties used to point parts of a facility model toward a target, such as the Sun or Earth.
- property FacilityGraphics3D.uncertainty_area_label_swap_distance: Graphics3DLabelSwapDistance#
Area of uncertainty label swap distance.
- property FacilityGraphics3D.vapor_trail: Graphics3DVaporTrail#
Vapor trail attributes.
- property FacilityGraphics3D.radar_cross_section: RadarCrossSectionGraphics3D#
Get the radar cross section graphics interface.