NX Open C++ Reference Guide
|
Manages the 3D display style
Not support KF.
More...
Public Member Functions | |
NXOpen::CAE::Xyplot::ComplexOption3D | ComplexOption () |
Returns the complex option Created in NX7.5.0. | |
NXOpen::CAE::Xyplot::BarOption3D | GetBarOption (int styleIndex) |
Gets bar style option. | |
NXOpen::CAE::Xyplot::LineOption3D | GetLineOption (int styleIndex) |
Gets line style option. | |
NXOpen::CAE::Xyplot::PlateOption3D | GetPlateOption (int styleIndex) |
Gets plate style option. | |
NXOpen::CAE::Xyplot::SurfaceOption3D | GetSurfaceOption (int styleIndex) |
Gets surface style option. | |
NXOpen::CAE::Xyplot::GridLayout3D | GridLayout () |
Returns the grid layout style Created in NX7.5.0. | |
void | SetBarOption (int styleIndex, const NXOpen::CAE::Xyplot::BarOption3D &barOption) |
Sets bar style option Created in NX7.5.0. | |
void | SetComplexOption (NXOpen::CAE::Xyplot::ComplexOption3D complexOption) |
Sets the complex option Created in NX7.5.0. | |
void | SetGridLayout (const NXOpen::CAE::Xyplot::GridLayout3D &gridLayout) |
Sets the grid layout style Created in NX7.5.0. | |
void | SetLineOption (int styleIndex, const NXOpen::CAE::Xyplot::LineOption3D &lineOption) |
Sets line style option Created in NX7.5.0. | |
void | SetPlateOption (int styleIndex, const NXOpen::CAE::Xyplot::PlateOption3D &plateOption) |
Sets plate style option Created in NX7.5.0. | |
void | SetSurfaceOption (int styleIndex, const NXOpen::CAE::Xyplot::SurfaceOption3D &surfaceOption) |
Sets surface style option Created in NX7.5.0. |
Manages the 3D display style
Not support KF.
Created in NX7.5.0.
Returns the complex option
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
Gets bar style option.
styleIndex | Style index |
Gets line style option.
styleIndex | Style index |
NXOpen::CAE::Xyplot::PlateOption3D NXOpen::CAE::Xyplot::Template3D::GetPlateOption | ( | int | styleIndex | ) |
Gets plate style option.
styleIndex | Style index |
NXOpen::CAE::Xyplot::SurfaceOption3D NXOpen::CAE::Xyplot::Template3D::GetSurfaceOption | ( | int | styleIndex | ) |
Gets surface style option.
styleIndex | Style index |
Returns the grid layout style
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
void NXOpen::CAE::Xyplot::Template3D::SetBarOption | ( | int | styleIndex, |
const NXOpen::CAE::Xyplot::BarOption3D & | barOption | ||
) |
Sets bar style option
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
styleIndex | Style index |
barOption | Bar style option |
void NXOpen::CAE::Xyplot::Template3D::SetComplexOption | ( | NXOpen::CAE::Xyplot::ComplexOption3D | complexOption | ) |
Sets the complex option
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
complexOption | Complex option |
void NXOpen::CAE::Xyplot::Template3D::SetGridLayout | ( | const NXOpen::CAE::Xyplot::GridLayout3D & | gridLayout | ) |
Sets the grid layout style
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
gridLayout | Grid layout style |
void NXOpen::CAE::Xyplot::Template3D::SetLineOption | ( | int | styleIndex, |
const NXOpen::CAE::Xyplot::LineOption3D & | lineOption | ||
) |
Sets line style option
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
styleIndex | Style index |
lineOption | Line style option |
void NXOpen::CAE::Xyplot::Template3D::SetPlateOption | ( | int | styleIndex, |
const NXOpen::CAE::Xyplot::PlateOption3D & | plateOption | ||
) |
Sets plate style option
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
styleIndex | Style index |
plateOption | Plate style option |
void NXOpen::CAE::Xyplot::Template3D::SetSurfaceOption | ( | int | styleIndex, |
const NXOpen::CAE::Xyplot::SurfaceOption3D & | surfaceOption | ||
) |
Sets surface style option
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
styleIndex | Style index |
surfaceOption | Surface style option |