NX Open C++ Reference Guide
|
Grid layout style for 2D plot. More...
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.
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 |
Background color.
The acceptable range is 1-216
Contouring level.
Option to show contour range either on the border or the faces of the grid.
Grid dense color.
The acceptable range is 1-216
Whether to show contouring.
Grid line color.
The acceptable range is 1-216
Whether to show the background.
Grid style in X/Y plane.