GridLayoutStyle2DSetting Class

class NXOpen.CAE.Xyplot.GridLayoutStyle2DSetting

Bases: NXOpen.CAE.Xyplot.BaseGridLayoutStyleSetting

Represents the 2d grid layout display style.

Not support KF.

New in version NX9.0.0.

Properties

Property Description
BackgroundColor Returns or sets the background color
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
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
Owner Returns the owner style
ShowBackground Returns or sets a value indicating whether to display the background
Tag Returns the Tag for this object.
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.

Property Detail

Owner

GridLayoutStyle2DSetting.Owner

Returns the owner style

-------------------------------------

Getter Method

Signature Owner()

Returns:
Return type:NXOpen.CAE.Xyplot.IDisplayStyle

New in version NX10.0.0.

License requirements: None.

Method Detail

CommitChange

GridLayoutStyle2DSetting.CommitChange

Commits any edits that have been applied to the display style.

Triggers the corresponding plot to update graph.

Signature CommitChange()

New in version NX9.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)