WallDisplayStyles3D Class

class NXOpen.CAE.Xyplot.WallDisplayStyles3D

Bases: NXOpen.CAE.Xyplot.WallDisplayStyles

Manages the 3D wall display styles.

Not support KF.

New in version NX10.0.0.

Properties

Property Description
GridLayoutStyleSetting Returns the grid layout display style
Tag Returns the Tag for this object.
ViewOrientation Returns or sets the view orientation matrix

Methods

Method Description
GetAxisStyleSetting Gets the axis display style.
GetTextStyleSetting Gets the text style.

Property Detail

ViewOrientation

WallDisplayStyles3D.ViewOrientation

Returns or sets the view orientation matrix

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

Getter Method

Signature ViewOrientation()

Returns:Orientation matrix
Return type:NXOpen.Matrix3x3

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature ViewOrientation(orientation)

Parameters:orientation (NXOpen.Matrix3x3) – Orientation matrix

New in version NX10.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)