VehicleGraphics3DVelocityCovariance#
- class ansys.stk.core.stkobjects.VehicleGraphics3DVelocityCovariance#
3D velocity covariance ellipsoids.
Overview#
Set the velocity ellipsoid attributes type. |
|
Get a value indicating whether the specified type can be used. |
A scale value for the velocity ellipsoid size. Dimensionless. |
|
Get the velocity ellipsoid attributes type. |
|
Return an array of valid choices. |
|
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:
- VehicleGraphics3DVelocityCovariance.is_attributes_type_supported(self, attributes: VehicleGraphics3DAttributeType) bool #
Get a value indicating whether the specified type can be used.
- Parameters:
attributes :
VehicleGraphics3DAttributeType
- Returns: