IFigureOfMeritDefinitionCompute#

class ansys.stk.core.stkobjects.IFigureOfMeritDefinitionCompute#

Bases: IFigureOfMeritDefinition

Compute options for navigation accuracy.

Overview#

set_compute_type

Set the type of compute option.

is_compute_type_supported

Is the type of compute option supported?

compute_type

Type of compute option to be used for navigation accuracy.

compute_supported_types

Compute supported types.

compute

Compute.

Import detail#

from ansys.stk.core.stkobjects import IFigureOfMeritDefinitionCompute

Property detail#

property IFigureOfMeritDefinitionCompute.compute_type: FigureOfMeritCompute#

Type of compute option to be used for navigation accuracy.

property IFigureOfMeritDefinitionCompute.compute_supported_types: list#

Compute supported types.

property IFigureOfMeritDefinitionCompute.compute: IFigureOfMeritDefinitionData#

Compute.

Method detail#

IFigureOfMeritDefinitionCompute.set_compute_type(self, compute_type: FigureOfMeritCompute) None#

Set the type of compute option.

Parameters:

compute_type : FigureOfMeritCompute

Returns:

None

IFigureOfMeritDefinitionCompute.is_compute_type_supported(self, compute_type: FigureOfMeritCompute) bool#

Is the type of compute option supported?

Parameters:

compute_type : FigureOfMeritCompute

Returns:

bool