NX Open C++ Reference Guide
|
Line display option for 2D plot
Public Member Functions | |
LineOption2D (NXOpen::CAE::Xyplot::LineFont lineFontInitial, NXOpen::CAE::Xyplot::LineWidth lineWidthInitial, NXOpen::CAE::Xyplot::PointMarker pointMarkerInitial, int lineColorInitial) | |
Constructor for the LineOption2D struct. | |
Public Attributes | |
int | LineColor |
Line color. | |
NXOpen::CAE::Xyplot::LineFont | LineFont |
Line font. | |
NXOpen::CAE::Xyplot::LineWidth | LineWidth |
Line width. | |
NXOpen::CAE::Xyplot::PointMarker | PointMarker |
Point marker. | |
Line display option for 2D plot
Use CAE::Xyplot::LineStyle2DSetting instead.
NXOpen::CAE::Xyplot::LineOption2D::LineOption2D | ( | NXOpen::CAE::Xyplot::LineFont | lineFontInitial, |
NXOpen::CAE::Xyplot::LineWidth | lineWidthInitial, | ||
NXOpen::CAE::Xyplot::PointMarker | pointMarkerInitial, | ||
int | lineColorInitial | ||
) |
Constructor for the LineOption2D struct.
int NXOpen::CAE::Xyplot::LineOption2D::LineColor |
Line color.
The acceptable range is 1-216
NXOpen::CAE::Xyplot::LineFont NXOpen::CAE::Xyplot::LineOption2D::LineFont |
Line font.
NXOpen::CAE::Xyplot::LineWidth NXOpen::CAE::Xyplot::LineOption2D::LineWidth |
Line width.
NXOpen::CAE::Xyplot::PointMarker NXOpen::CAE::Xyplot::LineOption2D::PointMarker |
Point marker.