GridStyle2DColorContour Class¶
-
class
NXOpen.CAE.Xyplot.GridStyle2DColorContour¶ Bases:
NXOpen.CAE.Xyplot.BaseGridLayoutStyleSettingManages the grid styles for colorbar and colormap plot.
Not support KF.
New in version NX11.0.0.
Properties¶
| Property | Description |
|---|---|
| BackgroundColor | Returns or sets the background color |
| ColorOfBackgroundPlane | Returns or sets the color of grid background plane |
| ContouringLevel | Returns or sets the contouring level. |
| ContouringRange | Returns or sets the option to show contour range either on the border or the faces of the grid. |
| DenseColor | Returns or sets the grid dense line color |
| DenseGridDisplayStyleSettings | Returns the dense grid display style |
| DisplayContouring | Returns or sets a value indicating whether to display contouring |
| GridColor | Returns or sets the grid line color |
| GridFont | Returns or sets the grid line font |
| GridWidth | Returns or sets the grid line width |
| IsAutoOrderGrid | Returns or sets the automatic show order grid value |
| JournalIdentifier | Returns the identifier that would be recorded in a journal for this object. |
| MajorGridDisplayStyleSettings | Returns the major grid display style |
| OrderGridCount | Returns or sets the count of order grid |
| OrderInterval | Returns or sets the interval of order line |
| Owner | Returns the owner style |
| ShowBackground | Returns or sets a value indicating whether to display the background |
| ShowBackgroundPlane | Returns or sets a value indicating whether to display the grid background plane |
| ShowOrderGrid | Returns or sets the show order grid value |
| Tag | Returns the Tag for this object. |
| TicksDisplayStyleSettings | Returns the ticks display style |
| XyGridStyle | Returns or sets the grid style of XY plane |
Methods¶
| Method | Description |
|---|---|
| CommitChange | Commits any edits that have been applied to the display style. |
| Find | Finds the NXOpen.TaggedObject with the given identifier as recorded in a journal. |
Property Detail¶
IsAutoOrderGrid¶
-
GridStyle2DColorContour.IsAutoOrderGrid¶ Returns or sets the automatic show order grid value
-------------------------------------Getter Method
Signature
IsAutoOrderGridReturns: Automatic show order grid value Return type: bool New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IsAutoOrderGridParameters: isAutoOrderGrid (bool) – Automatic show order grid value New in version NX11.0.0.
License requirements: None.
OrderGridCount¶
-
GridStyle2DColorContour.OrderGridCount¶ Returns or sets the count of order grid
-------------------------------------Getter Method
Signature
OrderGridCountReturns: Count of order grid Return type: int New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OrderGridCountParameters: orderGridCount (int) – Count of order grid New in version NX11.0.0.
License requirements: None.
OrderInterval¶
-
GridStyle2DColorContour.OrderInterval¶ Returns or sets the interval of order line
-------------------------------------Getter Method
Signature
OrderIntervalReturns: interval of order grid Return type: float New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OrderIntervalParameters: orderInterval (float) – interval of order grid New in version NX11.0.0.
License requirements: None.
Owner¶
-
GridStyle2DColorContour.Owner¶ Returns the owner style
-------------------------------------Getter Method
Signature
OwnerReturns: Return type: NXOpen.CAE.Xyplot.IDisplayStyleNew in version NX10.0.0.
License requirements: None.
ShowOrderGrid¶
-
GridStyle2DColorContour.ShowOrderGrid¶ Returns or sets the show order grid value
-------------------------------------Getter Method
Signature
ShowOrderGridReturns: Show order grid value Return type: bool New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowOrderGridParameters: isShowOrderGrid (bool) – Show order grid value New in version NX11.0.0.
License requirements: None.