GeneralDisplayStyles2DColorContour Class

class NXOpen.CAE.Xyplot.GeneralDisplayStyles2DColorContour

Bases: NXOpen.CAE.Xyplot.GeneralDisplayStyles

Manages the general display styles for 2D color contour plot.

Not support KF.

New in version NX11.0.0.

Properties

Property Description
ComplexOption Returns or sets the complex option
Owner Returns the owner style
PhaseAngle Returns or sets the phase angle in degree
PhaseRangeOption Returns or sets the phase range option
Tag Returns the Tag for this object.

Methods

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

Property Detail

ComplexOption

GeneralDisplayStyles2DColorContour.ComplexOption

Returns or sets the complex option

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

Getter Method

Signature ComplexOption()

Returns:Complex option
Return type:NXOpen.CAE.Xyplot.ComplexOption2DColorContour

New in version NX11.0.0.

License requirements: None.

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

Setter Method

Signature ComplexOption(complexOption)

Parameters:complexOption (NXOpen.CAE.Xyplot.ComplexOption2DColorContour) – Complex option

New in version NX11.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

Owner

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

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