SimLoadRecipeMapEntryCollection Class

class NXOpen.CAE.SimLoadRecipeMapEntryCollection

Bases: object

This class is a collection of :py:class:`NXOpen.CAE.SimLoadRecipeMapEntry`s.

To obtain an instance of this class, refer to NXOpen.CAE.SimLoadRecipeMapping

New in version NX10.0.0.

Methods

Method Description
Create Creates a new map entry and adds it to the collection.
Delete Delete a list of map entries
Find Finds a Load Recipe Map Entry of a certain index.

Method Detail

Create

SimLoadRecipeMapEntryCollection.Create

Creates a new map entry and adds it to the collection.

Signature Create(targetType, target)

Parameters:
Returns:

Return type:

NXOpen.CAE.SimLoadRecipeMapEntry

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Delete

SimLoadRecipeMapEntryCollection.Delete

Delete a list of map entries

Signature Delete(mapEntries)

Parameters:mapEntries (list of NXOpen.CAE.SimLoadRecipeMapEntry) – The map entries to be deleted

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Find

SimLoadRecipeMapEntryCollection.Find

Finds a Load Recipe Map Entry of a certain index.

Signature Find(name)

Parameters:name (str) – index of the map entry
Returns:
Return type:NXOpen.CAE.SimLoadRecipeMapEntry

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)