IFigureOfMeritDefinitionCompute#
- class ansys.stk.core.stkobjects.IFigureOfMeritDefinitionCompute#
Bases: IFigureOfMeritDefinition
Compute options for navigation accuracy.
Overview#
Set the type of compute option. |
|
Is the type of compute option supported? |
Type of compute option to be used for navigation accuracy. |
|
Compute supported types. |
|
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: IFigureOfMeritDefinitionData#
Compute.
Method detail#
- IFigureOfMeritDefinitionCompute.set_compute_type(self, compute_type: FigureOfMeritCompute) None #
Set the type of compute option.
- Parameters:
compute_type :
FigureOfMeritCompute
- Returns:
- IFigureOfMeritDefinitionCompute.is_compute_type_supported(self, compute_type: FigureOfMeritCompute) bool #
Is the type of compute option supported?
- Parameters:
compute_type :
FigureOfMeritCompute
- Returns: