WallDisplayStyles3D Class¶
-
class
NXOpen.CAE.Xyplot.WallDisplayStyles3D¶ Bases:
NXOpen.CAE.Xyplot.WallDisplayStylesManages the 3D 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. |
| ViewOrientation | Returns or sets the view orientation matrix |
Methods¶
| Method | Description |
|---|---|
| GetAxisStyleSetting | Gets the axis display style. |
| GetLegendTableGroupStyle | Gets the legend table group style |
| GetTextStyleSetting | Gets the text style. |
Property Detail¶
ViewOrientation¶
-
WallDisplayStyles3D.ViewOrientation¶ Returns or sets the view orientation matrix
-------------------------------------Getter Method
Signature
ViewOrientationReturns: Orientation matrix Return type: NXOpen.Matrix3x3New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ViewOrientationParameters: orientation ( NXOpen.Matrix3x3) – Orientation matrixNew in version NX10.0.0.
License requirements: None.