GridLayoutStyle3DSetting Class¶
-
class
NXOpen.CAE.Xyplot.GridLayoutStyle3DSetting¶ Bases:
NXOpen.CAE.Xyplot.BaseGridLayoutStyleSettingRepresents the 3d grid layout display style.
Call
CAE.Xyplot.BaseDisplayStyleSetting.CommitChange()to apply style changes to corresponding plot after it’s modified.Not support KF.
New in version NX9.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 |
| JournalIdentifier | Returns the identifier that would be recorded in a journal for this object. |
| MajorGridDisplayStyleSettings | Returns the major grid display style |
| 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 |
| Tag | Returns the Tag for this object. |
| TicksDisplayStyleSettings | Returns the ticks display style |
| XyGridStyle | Returns or sets the grid style of XY plane |
| ZxGridStyle | Returns or sets the grid style of ZX plane |
| ZyGridStyle | Returns or sets the grid style of ZY 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¶
Owner¶
-
GridLayoutStyle3DSetting.Owner¶ Returns the owner style
-------------------------------------Getter Method
Signature
OwnerReturns: Return type: NXOpen.CAE.Xyplot.IDisplayStyleNew in version NX10.0.0.
License requirements: None.
ZxGridStyle¶
-
GridLayoutStyle3DSetting.ZxGridStyle¶ Returns or sets the grid style of ZX plane
-------------------------------------Getter Method
Signature
ZxGridStyleReturns: Return type: NXOpen.CAE.Xyplot.GridStyleNew in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ZxGridStyleParameters: gridStyle ( NXOpen.CAE.Xyplot.GridStyle) –New in version NX10.0.0.
License requirements: None.
ZyGridStyle¶
-
GridLayoutStyle3DSetting.ZyGridStyle¶ Returns or sets the grid style of ZY plane
-------------------------------------Getter Method
Signature
ZyGridStyleReturns: Return type: NXOpen.CAE.Xyplot.GridStyleNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ZyGridStyleParameters: gridStyle ( NXOpen.CAE.Xyplot.GridStyle) –New in version NX9.0.0.
License requirements: None.