NX Open C++ Reference Guide
|
Plate option for 2D plot
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
Use CAE::Xyplot::PlateStyle2DSetting instead.
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 |
int NXOpen::CAE::Xyplot::PlateOption2D::FillingColor |
Filling color.
The acceptable range is 1-216
int NXOpen::CAE::Xyplot::PlateOption2D::OutlineColor |
Outline color.
The acceptable range is 1-216
NXOpen::CAE::Xyplot::PointMarker NXOpen::CAE::Xyplot::PlateOption2D::PointMarker |
Point marker.
bool NXOpen::CAE::Xyplot::PlateOption2D::ShowOutline |
Whether to show outline.