SimLoadCollection Class¶
-
class
NXOpen.CAE.SimLoadCollection¶ Bases:
objectProvides methods for managing loads
NXOpen.CAE.SimLoadin a sim partTo obtain an instance of this class, refer to
NXOpen.CAE.SimSimulationNew in version NX4.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateLoad | Creates a load for the load descriptor passed |
| FindObject | Finds the NXOpen.CAE.SimLoad with the given identifier as recorded in a journal. |
Method Detail¶
CreateLoad¶
-
SimLoadCollection.CreateLoad¶ Creates a load for the load descriptor passed
Signature
CreateLoad(descriptorName, name)Parameters: - descriptorName (str) – name of the load descriptor
- name (str) – name of the load to be created
Returns: load created
Return type: New in version NX4.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
FindObject¶
-
SimLoadCollection.FindObject¶ Finds the
NXOpen.CAE.SimLoadwith 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 found Return type: NXOpen.CAE.SimLoadNew in version NX4.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)