ResultInitialDeformationSelection Enumeration

NXOpen.CAE.Result.InitialDeformationSelection is an alias for NXOpen.CAE.ResultInitialDeformationSelection

class NXOpen.CAE.ResultInitialDeformationSelection

Bases: object

The initial deformation selection type which will decide how the final calculations will happen after applying the initial deformation on the main deforamtion.

Enum Members

Enum Member Enum Member Description
NotSet None
Default Default selection
UserDefined Selection from the user
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.