BaseGridLayoutStyleSetting Class¶
-
class
NXOpen.CAE.Xyplot.BaseGridLayoutStyleSetting¶ Bases:
NXOpen.CAE.Xyplot.BaseDisplayStyleSettingRepresents the base 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 |
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¶
BackgroundColor¶
-
BaseGridLayoutStyleSetting.BackgroundColor¶ Returns or sets the background color
-------------------------------------Getter Method
Signature
BackgroundColorReturns: Return type: Id New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BackgroundColorParameters: bgColor (Id) – New in version NX9.0.0.
License requirements: None.
ColorOfBackgroundPlane¶
-
BaseGridLayoutStyleSetting.ColorOfBackgroundPlane¶ Returns or sets the color of grid background plane
-------------------------------------Getter Method
Signature
ColorOfBackgroundPlaneReturns: Return type: Id New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ColorOfBackgroundPlaneParameters: bgColor (Id) – New in version NX12.0.0.
License requirements: None.
ContouringLevel¶
-
BaseGridLayoutStyleSetting.ContouringLevel¶ Returns or sets the contouring level.
The value is greater than 0.
-------------------------------------Getter Method
Signature
ContouringLevelReturns: Return type: int New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ContouringLevelParameters: contouringLevel (int) – New in version NX9.0.0.
License requirements: None.
ContouringRange¶
-
BaseGridLayoutStyleSetting.ContouringRange¶ Returns or sets the option to show contour range either on the border or the faces of the grid.
-------------------------------------Getter Method
Signature
ContouringRangeReturns: Return type: NXOpen.CAE.Xyplot.ContouringRangeNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ContouringRangeParameters: contouringRange ( NXOpen.CAE.Xyplot.ContouringRange) –New in version NX9.0.0.
License requirements: None.
DenseColor¶
-
BaseGridLayoutStyleSetting.DenseColor¶ Returns or sets the grid dense line color
-------------------------------------Getter Method
Signature
DenseColorReturns: Return type: Id New in version NX9.0.0.
Deprecated since version NX12.0.0: Use
NXOpen.CAE.Xyplot.CurveDisplaySettings.Color()instead.License requirements: None.
-------------------------------------Setter Method
Signature
DenseColorParameters: color (Id) – New in version NX9.0.0.
Deprecated since version NX12.0.0: Use
NXOpen.CAE.Xyplot.CurveDisplaySettings.Color()instead.License requirements: None.
DenseGridDisplayStyleSettings¶
-
BaseGridLayoutStyleSetting.DenseGridDisplayStyleSettings¶ Returns the dense grid display style
-------------------------------------Getter Method
Signature
DenseGridDisplayStyleSettingsReturns: Return type: NXOpen.CAE.Xyplot.CurveDisplaySettingsNew in version NX12.0.0.
License requirements: None.
DisplayContouring¶
-
BaseGridLayoutStyleSetting.DisplayContouring¶ Returns or sets a value indicating whether to display contouring
-------------------------------------Getter Method
Signature
DisplayContouringReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DisplayContouringParameters: dispContouring (bool) – New in version NX9.0.0.
License requirements: None.
GridColor¶
-
BaseGridLayoutStyleSetting.GridColor¶ Returns or sets the grid line color
-------------------------------------Getter Method
Signature
GridColorReturns: Return type: Id New in version NX9.0.0.
Deprecated since version NX12.0.0: Use
NXOpen.CAE.Xyplot.CurveDisplaySettings.Color()instead.License requirements: None.
-------------------------------------Setter Method
Signature
GridColorParameters: color (Id) – New in version NX9.0.0.
Deprecated since version NX12.0.0: Use
NXOpen.CAE.Xyplot.CurveDisplaySettings.Color()instead.License requirements: None.
GridFont¶
-
BaseGridLayoutStyleSetting.GridFont¶ Returns or sets the grid line font
-------------------------------------Getter Method
Signature
GridFontReturns: Return type: NXOpen.DisplayableObjectObjectFontNew in version NX9.0.0.
Deprecated since version NX12.0.0: Use
NXOpen.CAE.Xyplot.CurveDisplaySettings.Font()instead.License requirements: None.
-------------------------------------Setter Method
Signature
GridFontParameters: gridFont ( NXOpen.DisplayableObjectObjectFont) –New in version NX9.0.0.
Deprecated since version NX12.0.0: Use
NXOpen.CAE.Xyplot.CurveDisplaySettings.Font()instead.License requirements: None.
GridWidth¶
-
BaseGridLayoutStyleSetting.GridWidth¶ Returns or sets the grid line width
-------------------------------------Getter Method
Signature
GridWidthReturns: Return type: NXOpen.DisplayableObjectObjectWidthNew in version NX9.0.0.
Deprecated since version NX12.0.0: Use
NXOpen.CAE.Xyplot.CurveDisplaySettings.Width()instead.License requirements: None.
-------------------------------------Setter Method
Signature
GridWidthParameters: gridWidth ( NXOpen.DisplayableObjectObjectWidth) –New in version NX9.0.0.
Deprecated since version NX12.0.0: Use
NXOpen.CAE.Xyplot.CurveDisplaySettings.Width()instead.License requirements: None.
MajorGridDisplayStyleSettings¶
-
BaseGridLayoutStyleSetting.MajorGridDisplayStyleSettings¶ Returns the major grid display style
-------------------------------------Getter Method
Signature
MajorGridDisplayStyleSettingsReturns: Return type: NXOpen.CAE.Xyplot.CurveDisplaySettingsNew in version NX12.0.0.
License requirements: None.
Owner¶
-
BaseGridLayoutStyleSetting.Owner¶ Returns the owner style
-------------------------------------Getter Method
Signature
OwnerReturns: Return type: NXOpen.CAE.Xyplot.IDisplayStyleNew in version NX10.0.0.
License requirements: None.
ShowBackground¶
-
BaseGridLayoutStyleSetting.ShowBackground¶ Returns or sets a value indicating whether to display the background
-------------------------------------Getter Method
Signature
ShowBackgroundReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowBackgroundParameters: showBg (bool) – New in version NX9.0.0.
License requirements: None.
ShowBackgroundPlane¶
-
BaseGridLayoutStyleSetting.ShowBackgroundPlane¶ Returns or sets a value indicating whether to display the grid background plane
-------------------------------------Getter Method
Signature
ShowBackgroundPlaneReturns: Return type: bool New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowBackgroundPlaneParameters: showBg (bool) – New in version NX12.0.0.
License requirements: None.
TicksDisplayStyleSettings¶
-
BaseGridLayoutStyleSetting.TicksDisplayStyleSettings¶ Returns the ticks display style
-------------------------------------Getter Method
Signature
TicksDisplayStyleSettingsReturns: Return type: NXOpen.CAE.Xyplot.CurveDisplaySettingsNew in version NX12.0.0.
License requirements: None.
XyGridStyle¶
-
BaseGridLayoutStyleSetting.XyGridStyle¶ Returns or sets the grid style of XY plane
-------------------------------------Getter Method
Signature
XyGridStyleReturns: Return type: NXOpen.CAE.Xyplot.GridStyleNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
XyGridStyleParameters: gridStyle ( NXOpen.CAE.Xyplot.GridStyle) –New in version NX9.0.0.
License requirements: None.