|
NX Open C++ Reference Guide
|
Represents the parameters passed to create or modify a plot. More...
Public Member Functions | |
| 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. | |
Public Member Functions inherited from NXOpen::TransientObject | |
| void * | GetHandle () |
| Handle of the internal object represented by this object. | |
Represents the parameters passed to create or modify a plot.
This is an abstract class
Created in NX9.0.0.
|
virtual |
Destroys the object
Created in NX9.0.0.
License requirements : None
| int NXOpen::CAE::Xyplot::BasePlotParameters::DeviceIndex | ( | ) |
Returns the index of device on which plot graph will be shown.
A value of 1 represents the main graphic window,
a value greater than 2 represents separate graphic window.
Created in NX9.0.0.
License requirements : None
| std::vector<NXOpen::CAE::FTK::BaseRecord *> NXOpen::CAE::Xyplot::BasePlotParameters::GetRecords | ( | ) |
Gets the records to be plotted.
| void NXOpen::CAE::Xyplot::BasePlotParameters::SetDeviceIndex | ( | int | deviceIndex | ) |
Sets the index of device on which plot graph will be shown.
A value of 1 represents the main graphic window,
a value greater than 2 represents separate graphic window.
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| deviceIndex | deviceindex |
| void NXOpen::CAE::Xyplot::BasePlotParameters::SetRecords | ( | const std::vector< NXOpen::CAE::FTK::BaseRecord * > & | records | ) |
Sets the records to be plotted
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| records | Records |
| void NXOpen::CAE::Xyplot::BasePlotParameters::SetViewPortIndex | ( | int | viewIndex | ) |
Sets the index of a view port on main graphic window, on which plot graph will be shown.
Only available when @link CAE::Xyplot::BasePlotParameters::DeviceIndex CAE::Xyplot::BasePlotParameters::DeviceIndex @endlink and @link CAE::Xyplot::BasePlotParameters::SetDeviceIndex CAE::Xyplot::BasePlotParameters::SetDeviceIndex @endlink is 1.
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| viewIndex | viewindex |
| int NXOpen::CAE::Xyplot::BasePlotParameters::ViewPortIndex | ( | ) |
Returns the index of a view port on main graphic window, on which plot graph will be shown.
Only available when @link CAE::Xyplot::BasePlotParameters::DeviceIndex CAE::Xyplot::BasePlotParameters::DeviceIndex @endlink and @link CAE::Xyplot::BasePlotParameters::SetDeviceIndex CAE::Xyplot::BasePlotParameters::SetDeviceIndex @endlink is 1.
Created in NX9.0.0.
License requirements : None