IGreatArcGraphics3D#

class ansys.stk.core.stkobjects.IGreatArcGraphics3D#

3D Graphics common for all Great Arc Vehicles.

Overview#

model

Get the vehicle’s 3D model properties.

route

Get the vehicle’s 3D route properties.

offsets

Get the vehicle’s 3D offsets properties.

range_contours

Get the vehicle’s 3D range contour properties.

covariance

Get the vehicle’s 3D covariance properties.

vector

Get the vehicle’s 3D vector properties.

data_display

Get the vehicle’s 3D data display properties.

model_pointing

Use to point parts of a facility or vehicle model toward a target, such as the Sun or Earth.

velocity_covariance

Get the vehicle’s 3D velocity covariance properties.

Import detail#

from ansys.stk.core.stkobjects import IGreatArcGraphics3D

Property detail#

property IGreatArcGraphics3D.model: VehicleGraphics3DModelRoute#

Get the vehicle’s 3D model properties.

property IGreatArcGraphics3D.route: VehicleGraphics3DRoute#

Get the vehicle’s 3D route properties.

property IGreatArcGraphics3D.offsets: Graphics3DOffset#

Get the vehicle’s 3D offsets properties.

property IGreatArcGraphics3D.range_contours: Graphics3DRangeContours#

Get the vehicle’s 3D range contour properties.

property IGreatArcGraphics3D.covariance: VehicleGraphics3DCovariance#

Get the vehicle’s 3D covariance properties.

property IGreatArcGraphics3D.vector: Graphics3DVector#

Get the vehicle’s 3D vector properties.

property IGreatArcGraphics3D.data_display: Graphics3DDataDisplayCollection#

Get the vehicle’s 3D data display properties.

property IGreatArcGraphics3D.model_pointing: Graphics3DModelPointing#

Use to point parts of a facility or vehicle model toward a target, such as the Sun or Earth.

property IGreatArcGraphics3D.velocity_covariance: VehicleGraphics3DVelocityCovariance#

Get the vehicle’s 3D velocity covariance properties.