NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::Xyplot::I2DDataPlot Class Referenceabstract

Represents a plot interface which input should be a series of 2D data. More...

Inheritance diagram for NXOpen::CAE::Xyplot::I2DDataPlot:
NXOpen::CAE::Xyplot::BarChartPlot NXOpen::CAE::Xyplot::ColorBarPlot NXOpen::CAE::Xyplot::Plot2D NXOpen::CAE::Xyplot::StackedPlot

Public Member Functions

virtual void EditRecord (int nthRecordIdx, NXOpen::CAE::FTK::BaseRecord *record)=0
 Edits nth record of plot. More...
 

Detailed Description

Represents a plot interface which input should be a series of 2D data.

This interface is suitable for those plots which own a series of 2d data, and each data can be drawn,edited and deleted independently;


Created in NX12.0.0.

Member Function Documentation

virtual void NXOpen::CAE::Xyplot::I2DDataPlot::EditRecord ( int  nthRecordIdx,
NXOpen::CAE::FTK::BaseRecord record 
)
pure virtual

Edits nth record of plot.


Procedure of editing records of plot fully:

  1. Call this method to edit record data
  2. Call CAE::Xyplot::Plot::CommitRecordsChange to precess record data change and update data model
  3. Call CAE::Xyplot::BaseModel::UpdateDisplay to regenerate display to reflect data change
  4. Optionally call CAE::Xyplot::Plot::FitView to make display fit the view;it is only required when the plot display boundary is changed



Created in NX12.0.0.

License requirements : None

Parameters
nthRecordIdxnthrecordidx
recordrecord

Implemented in NXOpen::CAE::Xyplot::BarChartPlot, NXOpen::CAE::Xyplot::ColorBarPlot, NXOpen::CAE::Xyplot::Plot2D, and NXOpen::CAE::Xyplot::StackedPlot.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.