BaseSymbolStyleSetting Class

class NXOpen.CAE.Xyplot.BaseSymbolStyleSetting

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

Represents the base symbol display style.

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

This is an abstract class.

New in version NX9.0.0.

Properties

Property Description
Owner Returns the owner style
PointMarker Returns or sets the point marker
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

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

PointMarker

BaseSymbolStyleSetting.PointMarker

Returns or sets the point marker

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

Getter Method

Signature PointMarker()

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

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature PointMarker(pointMarker)

Parameters:pointMarker (NXOpen.CAE.Xyplot.PointMarker) –

New in version NX9.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

Method Detail

CommitChange

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