NX Open C++ Reference Guide
|
Represents the parameters passed to create a plot. More...
Public Member Functions | |
NXOpen::CAE::Xyplot::BaseTemplate * | GraphTemplate () |
Returns the graph template to be used by the plot Created in NX9.0.0. | |
bool | Is2DPlot () |
Returns the value indicates whether to create a 2D plot Created in NX9.0.0. | |
void | SetIs2DPlot (bool is2DPlot) |
Sets the value indicates whether to create a 2D plot Created in NX9.0.0. | |
![]() | |
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. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents the parameters passed to create a plot.
To create a new instance of this class, use CAE::Xyplot::XYPlotManager::NewPlotParameters
Created in NX9.0.0.
NXOpen::CAE::Xyplot::BaseTemplate* NXOpen::CAE::Xyplot::PlotParameters::GraphTemplate | ( | ) |
Returns the graph template to be used by the plot
Created in NX9.0.0.
License requirements : None
bool NXOpen::CAE::Xyplot::PlotParameters::Is2DPlot | ( | ) |
Returns the value indicates whether to create a 2D plot
Created in NX9.0.0.
License requirements : None
void NXOpen::CAE::Xyplot::PlotParameters::SetIs2DPlot | ( | bool | is2DPlot | ) |
Sets the value indicates whether to create a 2D plot
Created in NX9.0.0.
License requirements : None
is2DPlot | is2dplot |