LaminateLayupOffsetCollection Class

class NXOpen.CAE.LaminateLayupOffsetCollection

Bases: object

Represents a collection of layup offset rules

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

New 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.LaminateLayupOffset 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:layup offset found
Return type:NXOpen.CAE.LaminateLayupOffset

New in version NX7.5.0.

License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)