VehicleGraphics3DCovariancePointingContour#

class ansys.stk.core.stkobjects.VehicleGraphics3DCovariancePointingContour#

Covariance pointing contours.

Overview#

set_sigma_scale_type

Set the sigma scale type.

is_sigma_scale_type_supported

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

set_attributes_type

Set the graphics attributes type.

is_attributes_type_supported

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

sigma_scale_type

Opt whether to size the contour indirectly by specifying a probability or directly by specifying a scale.

sigma_scale_supported_types

Return an array of valid choices.

sigma_scale

Get the sigma scale.

attributes_type

Get the graphics attributes type.

attributes_supported_types

Return an array of valid choices.

attributes

Get the graphics attributes.

show_cone

Opt whether to display a cone connecting the center of the current object with the contour.

size

Get the size of the contour.

to_object

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:

None

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:

bool

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

Set the graphics attributes type.

Parameters:

attributes : VehicleGraphics3DAttributeType

Returns:

None

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

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

Parameters:

attributes : VehicleGraphics3DAttributeType

Returns:

bool