CAESet Class¶
-
class
NXOpen.CAE.CAESet¶ Bases:
NXOpen.TransientObjectRepresents a group of CAE object sets. The objects in each set can be used to create loads, constraints ..etc
To create a new instance of this class, use
NXOpen.CAE.SetManager.CreateCaeSet()New in version NX4.0.0.
Methods¶
| Method | Description |
|---|---|
| Dispose | Destroys the set |
| GetMembers | Gets the objects in the set. |
| SetMembers | Sets the objects in the set. |
Method Detail¶
Dispose¶
-
CAESet.Dispose¶ Destroys the set
Signature
Dispose()New in version NX4.0.0.
License requirements: None.
GetMembers¶
-
CAESet.GetMembers¶ Gets the objects in the set.
Signature
GetMembers()Returns: objects in set Return type: list of NXOpen.CAE.SetObjectNew in version NX4.0.1.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
SetMembers¶
-
CAESet.SetMembers¶ Sets the objects in the set.
Signature
SetMembers(members)Parameters: members (list of NXOpen.CAE.SetObject) – objects to add to setNew in version NX4.0.1.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)