NX Open C++ Reference Guide
|
XYPlot function manager
To obtain an instance of this class use Session::XYPlotManager .
More...
Public Member Functions | |
NXOpen::CAE::Xyplot::Plot * | GetCurrentPlot (int viewIndex) |
Gets the current plot on the specific view. | |
NXOpen::CAE::Xyplot::BaseTemplateManager * | GetTemplateManager2d () |
Gets the 2D template manager. | |
NXOpen::CAE::Xyplot::BaseTemplateManager * | GetTemplateManager3d () |
Gets the 3D template manager. | |
NXOpen::CAE::Xyplot::Plot * | OverlayRecords (const std::vector< NXOpen::CAE::FTK::BaseRecord * > &records, int viewIndex) |
Overlay records on the specific view. | |
NXOpen::CAE::Xyplot::Plot * | PlotRecords (const std::vector< NXOpen::CAE::FTK::BaseRecord * > &records, int viewIndex) |
Creates plot on a specified view for given records. | |
tag_t | Tag () const |
Returns the tag of this object. |
XYPlot function manager
To obtain an instance of this class use Session::XYPlotManager .
Created in NX7.5.0.
NXOpen::CAE::Xyplot::Plot* NXOpen::CAE::Xyplot::XYPlotManager::GetCurrentPlot | ( | int | viewIndex | ) |
Gets the current plot on the specific view.
viewIndex | View index |
NXOpen::CAE::Xyplot::BaseTemplateManager* NXOpen::CAE::Xyplot::XYPlotManager::GetTemplateManager2d | ( | ) |
Gets the 2D template manager.
NXOpen::CAE::Xyplot::BaseTemplateManager* NXOpen::CAE::Xyplot::XYPlotManager::GetTemplateManager3d | ( | ) |
Gets the 3D template manager.
NXOpen::CAE::Xyplot::Plot* NXOpen::CAE::Xyplot::XYPlotManager::OverlayRecords | ( | const std::vector< NXOpen::CAE::FTK::BaseRecord * > & | records, |
int | viewIndex | ||
) |
Overlay records on the specific view.
records | Records |
viewIndex | View index |
NXOpen::CAE::Xyplot::Plot* NXOpen::CAE::Xyplot::XYPlotManager::PlotRecords | ( | const std::vector< NXOpen::CAE::FTK::BaseRecord * > & | records, |
int | viewIndex | ||
) |
Creates plot on a specified view for given records.
records | Records |
viewIndex | View index |
tag_t NXOpen::CAE::Xyplot::XYPlotManager::Tag | ( | ) | const |
Returns the tag of this object.