SimLoadRecipeSourceCollection Class

class NXOpen.CAE.SimLoadRecipeSourceCollection

Bases: object

This class is a collection of NXOpen.CAE.SimLoadRecipeSource.

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

New in version NX10.0.0.

Methods

Method Description
Create Creates and adds a new NXOpen.CAE.SimLoadRecipeSource to the Load Recipe
Delete Delete a list of sources
Find Finds a Source with a specified path.

Method Detail

Create

SimLoadRecipeSourceCollection.Create

Creates and adds a new NXOpen.CAE.SimLoadRecipeSource to the Load Recipe

Signature Create(path, readerType, formatType)

Parameters:
  • path (str) –
  • readerType (str) –
  • formatType (str) –
Returns:

Return type:

NXOpen.CAE.SimLoadRecipeSource

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Delete

SimLoadRecipeSourceCollection.Delete

Delete a list of sources

Signature Delete(sources)

Parameters:sources (list of NXOpen.CAE.SimLoadRecipeSource) – The sources to be deleted

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Find

SimLoadRecipeSourceCollection.Find

Finds a Source with a specified path.

Signature Find(path)

Parameters:path (str) – path to the source
Returns:
Return type:NXOpen.CAE.SimLoadRecipeSource

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)