SimLoadRecipeMapEntryCollection Class¶
-
class
NXOpen.CAE.SimLoadRecipeMapEntryCollection¶ Bases:
objectThis class is a collection of :py:class:`NXOpen.CAE.SimLoadRecipeMapEntry`s.
To obtain an instance of this class, refer to
NXOpen.CAE.SimLoadRecipeMappingNew 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: - targetType (
NXOpen.CAE.SimLoadRecipeMapEntryTargetTypesTargetTypes) – - target (str) –
Returns: Return type: New in version NX10.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
- targetType (
Delete¶
-
SimLoadRecipeMapEntryCollection.Delete¶ Delete a list of map entries
Signature
Delete(mapEntries)Parameters: mapEntries (list of NXOpen.CAE.SimLoadRecipeMapEntry) – The map entries to be deletedNew 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.SimLoadRecipeMapEntryNew in version NX10.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)