SimLoadRecipeMapEntryTargetTypesTargetTypes Enumeration

NXOpen.CAE.SimLoadRecipeMapEntryTargetTypes.TargetTypes is an alias for NXOpen.CAE.SimLoadRecipeMapEntryTargetTypesTargetTypes

class NXOpen.CAE.SimLoadRecipeMapEntryTargetTypesTargetTypes

Bases: object

This enum defines the target type options of a NXOpen.CAE.SimLoadRecipeMapEntry

Enum Members

Enum Member Enum Member Description
Unknown Unkown target type
Node Node
NodeGroup Nodes in a group.
NodeMesh Nodes in a mesh.
Face Element face
FaceGroup Element faces in a group.
FaceMesh Element faces in a mesh.
NodeFem Nodes in a fem model.
FaceFem Element faces in a fem model.
NodeSelectionRecipe Nodes in the contents of a CAE.SelectionRecipe
FaceSelectionRecipe Element faces in the contents of a CAE.SelectionRecipe
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.