LaminateExtrudeSetupCollection Class

class NXOpen.CAE.LaminateExtrudeSetupCollection

Bases: object

Represents a collection of laminate extrusion setups

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.LaminateExtrudeSetup with the given identifier as recorded in a journal.
RemoveExtrudeSetup Remove and delete an NXOpen.CAE.LaminateExtrudeSetup from the model

Method Detail

FindObject

LaminateExtrudeSetupCollection.FindObject

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

Signature FindObject(journalIdentifier)

Parameters:journalIdentifier (str) – Identifier to be found
Returns:Corresponding extrusion setup found
Return type:NXOpen.CAE.LaminateExtrudeSetup

New in version NX7.5.0.

License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)

RemoveExtrudeSetup

LaminateExtrudeSetupCollection.RemoveExtrudeSetup

Remove and delete an NXOpen.CAE.LaminateExtrudeSetup from the model

Signature RemoveExtrudeSetup(setup)

Parameters:setup (NXOpen.CAE.LaminateExtrudeSetup) – The extrusion setup to remove

New in version NX8.5.0.

License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)