|
NX Open C++ Reference Guide
|
Represents the parameters passed to overlay plot records on an existing plot graph. More...
Additional Inherited Members | |
Public Member Functions inherited from NXOpen::CAE::Xyplot::BasePlotParameters | |
| int | DeviceIndex () |
| Returns the index of device on which plot graph will be shown. | |
| std::vector < NXOpen::CAE::FTK::BaseRecord * > | GetRecords () |
| Gets the records to be plotted. | |
| void | SetDeviceIndex (int deviceIndex) |
| Sets the index of device on which plot graph will be shown. | |
| void | SetRecords (const std::vector< NXOpen::CAE::FTK::BaseRecord * > &records) |
| Sets the records to be plotted Created in NX9.0.0. | |
| void | SetViewPortIndex (int viewIndex) |
| Sets the index of a view port on main graphic window, on which plot graph will be shown. | |
| int | ViewPortIndex () |
| Returns the index of a view port on main graphic window, on which plot graph will be shown. | |
| virtual | ~BasePlotParameters () |
| Destroys the object Created in NX9.0.0. | |
Represents the parameters passed to overlay plot records on an existing plot graph.
To create a new instance of this class, use CAE::Xyplot::XYPlotManager::NewOverlayParameters
Created in NX9.0.0.