NX Open C++ Reference Guide
|
Plate option for 2D plot. More...
Public Member Functions | |
PlateOption2D (bool showOutlineInitial, int outlineColorInitial, int fillingColorInitial, NXOpen::CAE::Xyplot::PointMarker pointMarkerInitial) | |
Constructor for the PlateOption2D struct. | |
Public Attributes | |
int | FillingColor |
Filling color. | |
int | OutlineColor |
Outline color. | |
NXOpen::CAE::Xyplot::PointMarker | PointMarker |
Point marker. | |
bool | ShowOutline |
Whether to show outline. |
Plate option for 2D plot.
NXOpen::CAE::Xyplot::PlateOption2D::PlateOption2D | ( | bool | showOutlineInitial, |
int | outlineColorInitial, | ||
int | fillingColorInitial, | ||
NXOpen::CAE::Xyplot::PointMarker | pointMarkerInitial | ||
) |
Constructor for the PlateOption2D struct.
showOutlineInitial | Whether to show outline |
outlineColorInitial | Outline color. The acceptable range is 1-216 |
fillingColorInitial | Filling color. The acceptable range is 1-216 |
pointMarkerInitial | Point marker |
Filling color.
The acceptable range is 1-216
Outline color.
The acceptable range is 1-216
Whether to show outline.