|
NX Open C++ Reference Guide
|
Represents a collection of CAE::LaminateGraphicalReport
To obtain an instance of this class, refer to CAE::LaminatePostReport
Created in NX8.0.0.
More...
Classes | |
| class | iterator |
| Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
| iterator | begin () |
| Returns an iterator addressing the first element. | |
| void | CloneReport (NXOpen::CAE::LaminateGraphicalReport *graphicalReport) |
| Clone a laminate graphical post report Created in NX8.0.0. | |
| void | DeleteReport (NXOpen::CAE::LaminateGraphicalReport *graphicalReport) |
| Delete a laminate graphical post report Created in NX8.0.0. | |
| iterator | end () |
| Returns an iterator addressing one past the last element. | |
| NXOpen::CAE::LaminateGraphicalReport * | FindObject (const NXString &name) |
| Finds a laminate graphical post report with the specified name. | |
| NXOpen::CAE::LaminateGraphicalReport * | FindObject (const char *name) |
| Finds a laminate graphical post report with the specified name. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a collection of CAE::LaminateGraphicalReport
To obtain an instance of this class, refer to CAE::LaminatePostReport
Created in NX8.0.0.
| iterator NXOpen::CAE::LaminateGraphicalReportCollection::begin | ( | ) |
Returns an iterator addressing the first element.
| void NXOpen::CAE::LaminateGraphicalReportCollection::CloneReport | ( | NXOpen::CAE::LaminateGraphicalReport * | graphicalReport | ) |
Clone a laminate graphical post report
Created in NX8.0.0.
License requirements : nx_lam_composites ("Laminate Composites")
| graphicalReport | The graphical report that will be cloned |
| void NXOpen::CAE::LaminateGraphicalReportCollection::DeleteReport | ( | NXOpen::CAE::LaminateGraphicalReport * | graphicalReport | ) |
Delete a laminate graphical post report
Created in NX8.0.0.
License requirements : nx_lam_composites ("Laminate Composites")
| graphicalReport | The graphical report that will be deleted |
| iterator NXOpen::CAE::LaminateGraphicalReportCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
| NXOpen::CAE::LaminateGraphicalReport* NXOpen::CAE::LaminateGraphicalReportCollection::FindObject | ( | const NXString & | name | ) |
| NXOpen::CAE::LaminateGraphicalReport* NXOpen::CAE::LaminateGraphicalReportCollection::FindObject | ( | const char * | name | ) |
| tag_t NXOpen::CAE::LaminateGraphicalReportCollection::Tag | ( | ) | const |
Returns the tag of this object.