BasePlotParameters Class¶
-
class
NXOpen.CAE.Xyplot.BasePlotParameters¶ Bases:
NXOpen.TransientObjectRepresents the parameters passed to create or modify a plot.
This is an abstract class
New in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| DeviceIndex | Returns or sets the index of device on which plot graph will be shown. |
| ViewPortIndex | Returns or sets the index of a view port on main graphic window, on which plot graph will be shown. |
Methods¶
| Method | Description |
|---|---|
| Dispose | Destroys the object |
| GetRecords | Gets the records to be plotted |
| SetRecords | Sets the records to be plotted |
Property Detail¶
DeviceIndex¶
-
BasePlotParameters.DeviceIndex¶ Returns or 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.
-------------------------------------Getter Method
Signature
DeviceIndexReturns: Return type: int New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DeviceIndexParameters: deviceIndex (int) – New in version NX9.0.0.
License requirements: None.
ViewPortIndex¶
-
BasePlotParameters.ViewPortIndex¶ Returns or sets the index of a view port on main graphic window, on which plot graph will be shown.
Only available when
CAE.Xyplot.BasePlotParameters.DeviceIndex`()is 1.-------------------------------------Getter Method
Signature
ViewPortIndexReturns: Return type: int New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ViewPortIndexParameters: viewIndex (int) – New in version NX9.0.0.
License requirements: None.
Method Detail¶
Dispose¶
-
BasePlotParameters.Dispose¶ Destroys the object
Signature
Dispose()New in version NX9.0.0.
License requirements: None.
GetRecords¶
-
BasePlotParameters.GetRecords¶ Gets the records to be plotted
Signature
GetRecords()Returns: Records Return type: list of NXOpen.CAE.FTK.BaseRecordNew in version NX9.0.0.
License requirements: None.
SetRecords¶
-
BasePlotParameters.SetRecords¶ Sets the records to be plotted
Signature
SetRecords(records)Parameters: records (list of NXOpen.CAE.FTK.BaseRecord) – RecordsNew in version NX9.0.0.
License requirements: None.