ConvertToConvergentBodyBuilderOption Enumeration

NXOpen.CAE.ConvertToConvergentBodyBuilder.Option is an alias for NXOpen.CAE.ConvertToConvergentBodyBuilderOption

class NXOpen.CAE.ConvertToConvergentBodyBuilderOption

Bases: object

Represents the supported export locations of convergent body

Enum Members

Enum Member Enum Member Description
ParentOfFEM The immediate parent of the current FEM Part
ComponentOfCADBody The orginal component inside of assembly that polygon body is derived from in FEM Part
NewPart The new part where the convergent body in the FEM part will be exported to
ExistingPart The existing part where the convergent body in the FEM part will be exported to
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.