LaminateGraphicalReportCollection Class

class NXOpen.CAE.LaminateGraphicalReportCollection

Bases: object

Represents a collection of CAE.LaminateGraphicalReport

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

New in version NX8.0.0.

Methods

Method Description
CloneReport Clone a laminate graphical post report
DeleteReport Delete a laminate graphical post report
FindObject Finds a laminate graphical post report with the specified name

Method Detail

CloneReport

LaminateGraphicalReportCollection.CloneReport

Clone a laminate graphical post report

Signature CloneReport(graphicalReport)

Parameters:graphicalReport (NXOpen.CAE.LaminateGraphicalReport) – The graphical report that will be cloned

New in version NX8.0.0.

License requirements: nx_lam_composites (“Laminate Composites”)

DeleteReport

LaminateGraphicalReportCollection.DeleteReport

Delete a laminate graphical post report

Signature DeleteReport(graphicalReport)

Parameters:graphicalReport (NXOpen.CAE.LaminateGraphicalReport) – The graphical report that will be deleted

New in version NX8.0.0.

License requirements: nx_lam_composites (“Laminate Composites”)

FindObject

LaminateGraphicalReportCollection.FindObject

Finds a laminate graphical post report with the specified name

Signature FindObject(name)

Parameters:name (str) – Laminate Graphical Post Report name to be found
Returns:Laminate Graphical Post Report found
Return type:NXOpen.CAE.LaminateGraphicalReport

New in version NX8.0.0.

License requirements: nx_lam_composites (“Laminate Composites”)