LaminateLayupOffsetCollection Class¶
-
class
NXOpen.CAE.LaminateLayupOffsetCollection¶ Bases:
objectRepresents a collection of layup offset rules
To obtain an instance of this class, refer to
NXOpen.CAE.LaminateGlobalLayupMgrNew in version NX7.5.0.
Methods¶
| Method | Description |
|---|---|
| FindObject | Finds the NXOpen.CAE.LaminateLayupOffset with the given identifier as recorded in a journal. |
Method Detail¶
FindObject¶
-
LaminateLayupOffsetCollection.FindObject¶ Finds the
NXOpen.CAE.LaminateLayupOffsetwith 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: layup offset found Return type: NXOpen.CAE.LaminateLayupOffsetNew in version NX7.5.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)