NX Open C++ Reference Guide
|
Represents a collection of laminate post reports
To obtain an instance of this class, refer to CAE::LaminateManager
Created in NX8.0.0.
More...
Classes | |
class | iterator |
Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
NXOpen::CAE::LaminatePostReport * | ActivePostReport () |
Returns the active laminate post report Created in NX8.0.0. | |
iterator | begin () |
Returns an iterator addressing the first element. | |
void | ClonePostReport (NXOpen::CAE::LaminatePostReport *postReport) |
Clones the laminate post report Created in NX8.0.0. | |
NXOpen::CAE::LaminateGraphicalReportBuilder * | CreateLaminateGraphicalReportBuilder (NXOpen::CAE::LaminateGraphicalReport *graphicalReport) |
Creates the builder for the CAE::LaminateGraphicalReport class. | |
NXOpen::CAE::LaminatePostReportBuilder * | CreateLaminatePostReportBuilder (NXOpen::CAE::LaminatePostReport *postReport) |
Creates the builder for the CAE::LaminatePostReport class. | |
NXOpen::CAE::LaminateQuickReportBuilder * | CreateLaminateQuickReportBuilder (NXOpen::CAE::LaminateQuickReport *quickReport) |
Creates the builder for the CAE::LaminateQuickReport class. | |
NXOpen::CAE::LaminateSpreadsheetReportBuilder * | CreateLaminateSpreadsheetReportBuilder (NXOpen::CAE::LaminateSpreadsheetReport *spreadsheetReport) |
Creates the builder for the CAE::LaminateSpreadsheetReport class. | |
void | DeletePostReport (NXOpen::CAE::LaminatePostReport *postReport) |
Deletes the laminate post report Created in NX8.0.0. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::CAE::LaminatePostReport * | FindObject (const NXString &name) |
Finds a laminate post report with the specified name. | |
NXOpen::CAE::LaminatePostReport * | FindObject (const char *name) |
Finds a laminate post report with the specified name. | |
void | SetActivePostReport (NXOpen::CAE::LaminatePostReport *postReport) |
Sets the active laminate post report Created in NX8.0.0. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of laminate post reports
To obtain an instance of this class, refer to CAE::LaminateManager
Created in NX8.0.0.
NXOpen::CAE::LaminatePostReport* NXOpen::CAE::LaminatePostReportCollection::ActivePostReport | ( | ) |
Returns the active laminate post report
Created in NX8.0.0.
License requirements : nx_lam_composites ("Laminate Composites")
iterator NXOpen::CAE::LaminatePostReportCollection::begin | ( | ) |
Returns an iterator addressing the first element.
void NXOpen::CAE::LaminatePostReportCollection::ClonePostReport | ( | NXOpen::CAE::LaminatePostReport * | postReport | ) |
Clones the laminate post report
Created in NX8.0.0.
License requirements : nx_lam_composites ("Laminate Composites")
postReport | Laminate post report to be cloned |
NXOpen::CAE::LaminateGraphicalReportBuilder* NXOpen::CAE::LaminatePostReportCollection::CreateLaminateGraphicalReportBuilder | ( | NXOpen::CAE::LaminateGraphicalReport * | graphicalReport | ) |
Creates the builder for the CAE::LaminateGraphicalReport class.
graphicalReport | Graphical Report being edited. Not needed in creation mode. |
NXOpen::CAE::LaminatePostReportBuilder* NXOpen::CAE::LaminatePostReportCollection::CreateLaminatePostReportBuilder | ( | NXOpen::CAE::LaminatePostReport * | postReport | ) |
Creates the builder for the CAE::LaminatePostReport class.
postReport | Post Report being edited. Not needed in creation mode. |
NXOpen::CAE::LaminateQuickReportBuilder* NXOpen::CAE::LaminatePostReportCollection::CreateLaminateQuickReportBuilder | ( | NXOpen::CAE::LaminateQuickReport * | quickReport | ) |
Creates the builder for the CAE::LaminateQuickReport class.
quickReport | Quick Report being edited. Not needed in creation mode. |
NXOpen::CAE::LaminateSpreadsheetReportBuilder* NXOpen::CAE::LaminatePostReportCollection::CreateLaminateSpreadsheetReportBuilder | ( | NXOpen::CAE::LaminateSpreadsheetReport * | spreadsheetReport | ) |
Creates the builder for the CAE::LaminateSpreadsheetReport class.
spreadsheetReport | Spreadsheet Report being edited. Not needed in creation mode. |
void NXOpen::CAE::LaminatePostReportCollection::DeletePostReport | ( | NXOpen::CAE::LaminatePostReport * | postReport | ) |
Deletes the laminate post report
Created in NX8.0.0.
License requirements : nx_lam_composites ("Laminate Composites")
postReport | Laminate post report to be deleted |
iterator NXOpen::CAE::LaminatePostReportCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::CAE::LaminatePostReport* NXOpen::CAE::LaminatePostReportCollection::FindObject | ( | const NXString & | name | ) |
NXOpen::CAE::LaminatePostReport* NXOpen::CAE::LaminatePostReportCollection::FindObject | ( | const char * | name | ) |
void NXOpen::CAE::LaminatePostReportCollection::SetActivePostReport | ( | NXOpen::CAE::LaminatePostReport * | postReport | ) |
Sets the active laminate post report
Created in NX8.0.0.
License requirements : nx_lam_composites ("Laminate Composites")
postReport | Laminate post report to be set active |
tag_t NXOpen::CAE::LaminatePostReportCollection::Tag | ( | ) | const |
Returns the tag of this object.