TBSBaseDesignVariableBuilderGroupOperator Enumeration

NXOpen.CAE.Optimization.TBSBaseDesignVariableBuilder.GroupOperator is an alias for NXOpen.CAE.Optimization.TBSBaseDesignVariableBuilderGroupOperator

class NXOpen.CAE.Optimization.TBSBaseDesignVariableBuilderGroupOperator

Bases: object

Defines the operator type to determine the design variable that used within the selection area

Enum Members

Enum Member Enum Member Description
Max Maximum value fo the selection area
Min Minimum value of the selection area
Sum Sum of all values of the selection area
Count Determines the number of values of the selection area
Deviation Deviation from the maximum value of the reference value
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.