VehicleGraphics3DCovariance#
- class ansys.stk.core.stkobjects.VehicleGraphics3DCovariance#
3D position covariance ellipsoids.
Overview#
Set the sigma scale type. |
|
Get a value indicating whether the specified type can be used. |
|
Set the position ellipsoid attributes type. |
|
Get a value indicating whether the specified type can be used. |
Get the sigma scale type. |
|
Return an array of valid choices. |
|
Get the sigma scale. |
|
Get the position ellipsoid attributes type. |
|
Return an array of valid choices. |
|
Get the position ellipsoid graphics attributes. |
Import detail#
from ansys.stk.core.stkobjects import VehicleGraphics3DCovariance
Property detail#
- property VehicleGraphics3DCovariance.sigma_scale_type: VehicleGraphics3DSigmaScale#
Get the sigma scale type.
- property VehicleGraphics3DCovariance.sigma_scale_supported_types: list#
Return an array of valid choices.
- property VehicleGraphics3DCovariance.sigma_scale: IVehicleGraphics3DSigmaScale#
Get the sigma scale.
- property VehicleGraphics3DCovariance.attributes_type: VehicleGraphics3DAttributeType#
Get the position ellipsoid attributes type.
- property VehicleGraphics3DCovariance.attributes_supported_types: list#
Return an array of valid choices.
- property VehicleGraphics3DCovariance.attributes: IVehicleGraphics3DAttributes#
Get the position ellipsoid graphics attributes.
Method detail#
- VehicleGraphics3DCovariance.set_sigma_scale_type(self, sigma_scale: VehicleGraphics3DSigmaScale) None #
Set the sigma scale type.
- Parameters:
sigma_scale :
VehicleGraphics3DSigmaScale
- Returns:
- VehicleGraphics3DCovariance.is_sigma_scale_type_supported(self, sigma_scale: VehicleGraphics3DSigmaScale) bool #
Get a value indicating whether the specified type can be used.
- Parameters:
sigma_scale :
VehicleGraphics3DSigmaScale
- Returns:
- VehicleGraphics3DCovariance.set_attributes_type(self, attributes: VehicleGraphics3DAttributeType) None #
Set the position ellipsoid attributes type.
- Parameters:
attributes :
VehicleGraphics3DAttributeType
- Returns:
- VehicleGraphics3DCovariance.is_attributes_type_supported(self, attributes: VehicleGraphics3DAttributeType) bool #
Get a value indicating whether the specified type can be used.
- Parameters:
attributes :
VehicleGraphics3DAttributeType
- Returns: