SimLoadRecipeMappingCollection Class

class NXOpen.CAE.SimLoadRecipeMappingCollection

Bases: object

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

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

New in version NX10.0.0.

Methods

Method Description
Find Finds a Load Recipe Maping of a certain load type.

Method Detail

Find

SimLoadRecipeMappingCollection.Find

Finds a Load Recipe Maping of a certain load type.

Signature Find(name)

Parameters:name (str) – name of the load recipe
Returns:
Return type:NXOpen.CAE.SimLoadRecipeMapping

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)