NX Open C++ Reference Guide
|
Represents a PlotSourceBuilder. More...
Public Member Functions | |
std::vector< NXOpen::NXObject * > | GetSheets () |
Gets all the sheets in the part file. | |
int | SelectedSheets () |
Returns the number of sheets selected Created in NX5.0.0. | |
void | SetSelectedSheets (int nSheets) |
Sets the number of sheets selected Created in NX5.0.0. | |
void | SetSheets (const std::vector< NXOpen::NXObject * > &sheets) |
Sets all the sheets in the part file Created in NX5.0.0. |
Represents a PlotSourceBuilder.
All sheets provided must be in the displayed part.
Created in NX5.0.0.
std::vector<NXOpen::NXObject *> NXOpen::PlotSourceBuilder::GetSheets | ( | ) |
Gets all the sheets in the part file.
Returns the number of sheets selected
Created in NX5.0.0.
License requirements : None
void NXOpen::PlotSourceBuilder::SetSelectedSheets | ( | int | nSheets | ) |
Sets the number of sheets selected
Created in NX5.0.0.
License requirements : None
nSheets | nsheets |
void NXOpen::PlotSourceBuilder::SetSheets | ( | const std::vector< NXOpen::NXObject * > & | sheets | ) |
Sets all the sheets in the part file
Created in NX5.0.0.
License requirements : None
sheets | sheets |