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