VehicleGraphics3DVelocityCovariance#

class ansys.stk.core.stkobjects.VehicleGraphics3DVelocityCovariance#

3D velocity covariance ellipsoids.

Overview#

set_attributes_type

Set the velocity ellipsoid attributes type.

is_attributes_type_supported

Get a value indicating whether the specified type can be used.

scale

A scale value for the velocity ellipsoid size. Dimensionless.

attributes_type

Get the velocity ellipsoid attributes type.

attributes_supported_types

Return an array of valid choices.

attributes

Get the velocity ellipsoid graphics attributes.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics3DVelocityCovariance

Property detail#

property VehicleGraphics3DVelocityCovariance.scale: float#

A scale value for the velocity ellipsoid size. Dimensionless.

property VehicleGraphics3DVelocityCovariance.attributes_type: VehicleGraphics3DAttributeType#

Get the velocity ellipsoid attributes type.

property VehicleGraphics3DVelocityCovariance.attributes_supported_types: list#

Return an array of valid choices.

property VehicleGraphics3DVelocityCovariance.attributes: IVehicleGraphics3DAttributes#

Get the velocity ellipsoid graphics attributes.

Method detail#

VehicleGraphics3DVelocityCovariance.set_attributes_type(self, attributes: VehicleGraphics3DAttributeType) None#

Set the velocity ellipsoid attributes type.

Parameters:

attributes : VehicleGraphics3DAttributeType

Returns:

None

VehicleGraphics3DVelocityCovariance.is_attributes_type_supported(self, attributes: VehicleGraphics3DAttributeType) bool#

Get a value indicating whether the specified type can be used.

Parameters:

attributes : VehicleGraphics3DAttributeType

Returns:

bool