NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
NXOpen.CAE.Xyplot.I2DDataPlot Interface Reference

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.MatrixPlot2D NXOpen.CAE.Xyplot.Plot2D NXOpen.CAE.Xyplot.StackedPlot

Public Member Functions

void EditRecord (int nthRecordIdx, NXOpen.CAE.FTK.BaseRecord record)
 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

void NXOpen.CAE.Xyplot.I2DDataPlot.EditRecord ( int  nthRecordIdx,
NXOpen.CAE.FTK.BaseRecord  record 
)

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
nthRecordIdx
record

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


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