|
NX Open C++ Reference Guide
|
Grid layout style for 2D plot
Public Member Functions | |
| GridLayout2D (NXOpen::CAE::Xyplot::GridStyle xyGridStyleInitial, NXOpen::CAE::Xyplot::LineFont gridFontInitial, NXOpen::CAE::Xyplot::LineWidth gridWidthInitial, int gridColorInitial, int denseColorInitial, bool showBackgroundInitial, int backgroundColorInitial, bool displayContouringInitial, int contouringLevelInitial, NXOpen::CAE::Xyplot::ContouringRange contouringRangeInitial) | |
| Constructor for the GridLayout2D struct. | |
Public Attributes | |
| int | BackgroundColor |
| Background color. | |
| int | ContouringLevel |
| Contouring level. | |
| NXOpen::CAE::Xyplot::ContouringRange | ContouringRange |
| Option to show contour range either on the border or the faces of the grid. | |
| int | DenseColor |
| Grid dense color. | |
| bool | DisplayContouring |
| Whether to show contouring. | |
| int | GridColor |
| Grid line color. | |
| NXOpen::CAE::Xyplot::LineFont | GridFont |
| Grid line font. | |
| NXOpen::CAE::Xyplot::LineWidth | GridWidth |
| Grid line width. | |
| bool | ShowBackground |
| Whether to show the background. | |
| NXOpen::CAE::Xyplot::GridStyle | XyGridStyle |
| Grid style in X/Y plane. | |
Grid layout style for 2D plot
Use CAE::Xyplot::GridLayoutStyle2DSetting instead.
| NXOpen::CAE::Xyplot::GridLayout2D::GridLayout2D | ( | NXOpen::CAE::Xyplot::GridStyle | xyGridStyleInitial, |
| NXOpen::CAE::Xyplot::LineFont | gridFontInitial, | ||
| NXOpen::CAE::Xyplot::LineWidth | gridWidthInitial, | ||
| int | gridColorInitial, | ||
| int | denseColorInitial, | ||
| bool | showBackgroundInitial, | ||
| int | backgroundColorInitial, | ||
| bool | displayContouringInitial, | ||
| int | contouringLevelInitial, | ||
| NXOpen::CAE::Xyplot::ContouringRange | contouringRangeInitial | ||
| ) |
Constructor for the GridLayout2D struct.
| xyGridStyleInitial | Grid style in X/Y plane |
| gridFontInitial | Grid line font |
| gridWidthInitial | Grid line width |
| gridColorInitial | Grid line color. The acceptable range is 1-216 |
| denseColorInitial | Grid dense color. The acceptable range is 1-216 |
| showBackgroundInitial | Whether to show the background |
| backgroundColorInitial | Background color. The acceptable range is 1-216 |
| displayContouringInitial | Whether to show contouring |
| contouringLevelInitial | Contouring level |
| contouringRangeInitial | Option to show contour range either on the border or the faces of the grid |
| int NXOpen::CAE::Xyplot::GridLayout2D::BackgroundColor |
Background color.
The acceptable range is 1-216
| int NXOpen::CAE::Xyplot::GridLayout2D::ContouringLevel |
Contouring level.
| NXOpen::CAE::Xyplot::ContouringRange NXOpen::CAE::Xyplot::GridLayout2D::ContouringRange |
Option to show contour range either on the border or the faces of the grid.
| int NXOpen::CAE::Xyplot::GridLayout2D::DenseColor |
Grid dense color.
The acceptable range is 1-216
| bool NXOpen::CAE::Xyplot::GridLayout2D::DisplayContouring |
Whether to show contouring.
| int NXOpen::CAE::Xyplot::GridLayout2D::GridColor |
Grid line color.
The acceptable range is 1-216
| NXOpen::CAE::Xyplot::LineFont NXOpen::CAE::Xyplot::GridLayout2D::GridFont |
Grid line font.
| NXOpen::CAE::Xyplot::LineWidth NXOpen::CAE::Xyplot::GridLayout2D::GridWidth |
Grid line width.
| bool NXOpen::CAE::Xyplot::GridLayout2D::ShowBackground |
Whether to show the background.
| NXOpen::CAE::Xyplot::GridStyle NXOpen::CAE::Xyplot::GridLayout2D::XyGridStyle |
Grid style in X/Y plane.