SimLoadSetCollection Class

class NXOpen.CAE.SimLoadSetCollection

Bases: object

Provides methods for managing NXOpen.CAE.SimLoadSet in a sim part

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

New in version NX10.0.0.

Methods

Method Description
CreateLoadSet Creates a NXOpen.CAE.SimLoadSet
FindObject Finds the NXOpen.CAE.SimLoadSet with the given identifier as recorded in a journal.

Method Detail

CreateLoadSet

SimLoadSetCollection.CreateLoadSet

Creates a NXOpen.CAE.SimLoadSet

Signature CreateLoadSet(descriptorName, name, label)

Parameters:
  • descriptorName (str) – Name of the load set descriptor
  • name (str) – Name of the load set
  • label (int) – Label of the load set, input 0 to get next available label
Returns:

Load set object created

Return type:

NXOpen.CAE.SimLoadSet

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

FindObject

SimLoadSetCollection.FindObject

Finds the NXOpen.CAE.SimLoadSet with the given identifier as recorded in a journal.

An exception will be thrown if no object can be found with the given journal identifier.

Signature FindObject(journalIdentifier)

Parameters:journalIdentifier (str) – Identifier to be found
Returns:Load set found
Return type:NXOpen.CAE.SimLoadSet

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)