FacilityGraphics3D#

class ansys.stk.core.stkobjects.FacilityGraphics3D#

3D Graphics properties of a Facility.

Overview#

model

Return Model properties.

offsets

Return Offsets properties.

range_contours

Return Range Contours properties.

data_displays

Return DataDisplays collection.

vector

Return a vector.

az_el_mask

Return the AzElMask property.

model_pointing

Return ModelPointing properties used to point parts of a facility 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 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.