TBSTopologyControllerOptimizationParametersAutoFrozen Enumeration

NXOpen.CAE.Optimization.TBSTopologyControllerOptimizationParameters.AutoFrozen is an alias for NXOpen.CAE.Optimization.TBSTopologyControllerOptimizationParametersAutoFrozen

class NXOpen.CAE.Optimization.TBSTopologyControllerOptimizationParametersAutoFrozen

Bases: object

Defines the automatic fromzen strategy

Enum Members

Enum Member Enum Member Description
Load All loaded elements and nodes are excluded from the optimization
Off Loaded elements are optimizable
Spc Elements with boundary conditions are excluded from the optimization
Both All loaded elements, elements with load nodes with boundary conditions are excluded from the optimization
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.