UnknownResultScaleStyle Class

class NXOpen.CAE.Xyplot.UnknownResultScaleStyle

Bases: NXOpen.TaggedObject, NXOpen.CAE.Xyplot.IDisplayStyle

Represents the axis display style.

Call CAE.Xyplot.IDisplayStyle.CommitChange() to apply style changes to corresponding plot after it’s modified.

Not support KF.

New in version NX11.0.0.

Properties

Property Description
Color Returns or sets the unknown result color
Owner Returns the owner style
Tag Returns the Tag for this object.

Methods

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

Property Detail

Color

UnknownResultScaleStyle.Color

Returns or sets the unknown result color

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

Getter Method

Signature Color()

Returns:UnKnown result color
Return type:NXOpen.CAE.Xyplot.UnknownResultColor

New in version NX11.0.0.

License requirements: None.

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

Setter Method

Signature Color(unknownResultColor)

Parameters:unknownResultColor (NXOpen.CAE.Xyplot.UnknownResultColor) – UnKnown result color

New in version NX11.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

Owner

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

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