PlateStyle2DSetting Class

class NXOpen.CAE.Xyplot.PlateStyle2DSetting

Bases: NXOpen.CAE.Xyplot.BasePlateStyleSetting

Represents the 2d plate display style.

Not support KF.

New in version NX9.0.0.

Properties

Property Description
FillingColor Returns or sets the filling color
OutlineColor Returns or sets the outline color
Owner Returns the owner style
PointMarker Returns or sets the point marker
ShowOutline Returns or sets a value indicating whether to display the outline
Tag Returns the Tag for this object.

Methods

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

Property Detail

Owner

PlateStyle2DSetting.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

PlateStyle2DSetting.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”)