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