VehicleGraphics3DCovariancePointingContour#
- class ansys.stk.core.stkobjects.VehicleGraphics3DCovariancePointingContour#
Covariance pointing contours.
Overview#
Set the sigma scale type. |
|
Get a value indicating whether the specified type can be used. |
|
Set the graphics attributes type. |
|
Get a value indicating whether the specified type can be used. |
Opt whether to size the contour indirectly by specifying a probability or directly by specifying a scale. |
|
Return an array of valid choices. |
|
Get the sigma scale. |
|
Get the graphics attributes type. |
|
Return an array of valid choices. |
|
Get the graphics attributes. |
|
Opt whether to display a cone connecting the center of the current object with the contour. |
|
Get the size of the contour. |
|
Get the βTo objectβ for covariance pointing. |
Import detail#
from ansys.stk.core.stkobjects import VehicleGraphics3DCovariancePointingContour
Property detail#
- property VehicleGraphics3DCovariancePointingContour.sigma_scale_type: VehicleGraphics3DSigmaScale#
Opt whether to size the contour indirectly by specifying a probability or directly by specifying a scale.
- property VehicleGraphics3DCovariancePointingContour.sigma_scale_supported_types: list#
Return an array of valid choices.
- property VehicleGraphics3DCovariancePointingContour.sigma_scale: IVehicleGraphics3DSigmaScale#
Get the sigma scale.
- property VehicleGraphics3DCovariancePointingContour.attributes_type: VehicleGraphics3DAttributeType#
Get the graphics attributes type.
- property VehicleGraphics3DCovariancePointingContour.attributes_supported_types: list#
Return an array of valid choices.
- property VehicleGraphics3DCovariancePointingContour.attributes: IVehicleGraphics3DAttributes#
Get the graphics attributes.
- property VehicleGraphics3DCovariancePointingContour.show_cone: bool#
Opt whether to display a cone connecting the center of the current object with the contour.
- property VehicleGraphics3DCovariancePointingContour.size: VehicleGraphics3DSize#
Get the size of the contour.
- property VehicleGraphics3DCovariancePointingContour.to_object: LinkToObject#
Get the βTo objectβ for covariance pointing.
Method detail#
- VehicleGraphics3DCovariancePointingContour.set_sigma_scale_type(self, sigma_scale: VehicleGraphics3DSigmaScale) None #
Set the sigma scale type.
- Parameters:
sigma_scale :
VehicleGraphics3DSigmaScale
- Returns:
- VehicleGraphics3DCovariancePointingContour.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:
- VehicleGraphics3DCovariancePointingContour.set_attributes_type(self, attributes: VehicleGraphics3DAttributeType) None #
Set the graphics attributes type.
- Parameters:
attributes :
VehicleGraphics3DAttributeType
- Returns:
- VehicleGraphics3DCovariancePointingContour.is_attributes_type_supported(self, attributes: VehicleGraphics3DAttributeType) bool #
Get a value indicating whether the specified type can be used.
- Parameters:
attributes :
VehicleGraphics3DAttributeType
- Returns: