PlateStyle3DSetting Class

class NXOpen.CAE.Xyplot.PlateStyle3DSetting

Bases: NXOpen.CAE.Xyplot.BasePlateStyleSetting

Represents the 3d plate display style.

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

Not support KF.

New in version NX9.0.0.

Properties

Property Description
ColorOption Returns or sets the color option
Direction Returns or sets the plate direction
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

ColorOption

PlateStyle3DSetting.ColorOption

Returns or sets the color option

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

Getter Method

Signature ColorOption()

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

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature ColorOption(colorOption)

Parameters:colorOption (NXOpen.CAE.Xyplot.PlateColorOption) –

New in version NX9.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

Direction

PlateStyle3DSetting.Direction

Returns or sets the plate direction

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

Getter Method

Signature Direction()

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

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature Direction(direction)

Parameters:direction (NXOpen.CAE.Xyplot.Direction) –

New in version NX9.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

Owner

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

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