WallDisplayStyles Class

class NXOpen.CAE.Xyplot.WallDisplayStyles

Bases: NXOpen.TaggedObject

Manages the wall display styles.

Not support KF.

New in version NX10.0.0.

Properties

Property Description
GridLayoutStyleSetting Returns the grid layout display style
ProbingStyle Returns the probing display style
Tag Returns the Tag for this object.

Methods

Method Description
GetAxisStyleSetting Gets the axis display style.
GetLegendTableGroupStyle Gets the legend table group style
GetTextStyleSetting Gets the text style.

Property Detail

GridLayoutStyleSetting

WallDisplayStyles.GridLayoutStyleSetting

Returns the grid layout display style

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

Getter Method

Signature GridLayoutStyleSetting

Returns:Grid layout style
Return type:NXOpen.CAE.Xyplot.BaseGridLayoutStyleSetting

New in version NX10.0.0.

License requirements: None.

ProbingStyle

WallDisplayStyles.ProbingStyle

Returns the probing display style

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

Getter Method

Signature ProbingStyle

Returns:Probing style
Return type:NXOpen.CAE.Xyplot.ProbingStyle

New in version NX12.0.0.

License requirements: None.

Method Detail

GetAxisStyleSetting

WallDisplayStyles.GetAxisStyleSetting

Gets the axis display style.

Signature GetAxisStyleSetting(axisDirection)

Parameters:axisDirection (NXOpen.CAE.Xyplot.AxisDirection) – Axis direction
Returns:Axis style
Return type:NXOpen.CAE.Xyplot.AxisStyleSetting

New in version NX10.0.0.

License requirements: None.

GetLegendTableGroupStyle

WallDisplayStyles.GetLegendTableGroupStyle

Gets the legend table group style

Signature GetLegendTableGroupStyle()

Returns:Legend table group style
Return type:NXOpen.CAE.Xyplot.LegendTableGroupStyle

New in version NX12.0.0.

License requirements: None.

GetTextStyleSetting

WallDisplayStyles.GetTextStyleSetting

Gets the text style.

Signature GetTextStyleSetting(textType)

Parameters:textType (NXOpen.CAE.Xyplot.TextType) – Text type
Returns:Text display style
Return type:NXOpen.CAE.Xyplot.TextStyleSetting

New in version NX10.0.0.

License requirements: None.