NX Open C++ Reference Guide
|
Manages the 2D display style
Not support KF.
More...
Public Member Functions | |
NXOpen::CAE::Xyplot::ComplexOption2D | ComplexOption () |
Returns the complex option Created in NX7.5.0. | |
NXOpen::CAE::Xyplot::BarOption2D | GetBarOption (int styleIndex) |
Gets bar style option. | |
NXOpen::CAE::Xyplot::LineOption2D | GetLineOption (int styleIndex) |
Gets line style option. | |
NXOpen::CAE::Xyplot::PlateOption2D | GetPlateOption (int styleIndex) |
Gets plate style option. | |
NXOpen::CAE::Xyplot::GridLayout2D | GridLayout () |
Returns the grid layout style Created in NX7.5.0. | |
NXOpen::CAE::Xyplot::PhaseRangeOption | PhaseRangeOption () |
Returns the phase range option Created in NX8.0.0. | |
void | SetBarOption (int styleIndex, const NXOpen::CAE::Xyplot::BarOption2D &barOption) |
Sets bar style option Created in NX7.5.0. | |
void | SetComplexOption (NXOpen::CAE::Xyplot::ComplexOption2D complexOption) |
Sets the complex option Created in NX7.5.0. | |
void | SetGridLayout (const NXOpen::CAE::Xyplot::GridLayout2D &gridLayout) |
Sets the grid layout style Created in NX7.5.0. | |
void | SetLineOption (int styleIndex, const NXOpen::CAE::Xyplot::LineOption2D &lineOption) |
Sets line style option Created in NX7.5.0. | |
void | SetPhaseRangeOption (NXOpen::CAE::Xyplot::PhaseRangeOption phaseRangeOption) |
Sets the phase range option Created in NX8.0.0. | |
void | SetPlateOption (int styleIndex, const NXOpen::CAE::Xyplot::PlateOption2D &plateOption) |
Sets plate style option Created in NX7.5.0. | |
void | SwitchXyAxis () |
Switchs the X/Y axis Created in NX7.5.0. |
Manages the 2D 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::PlateOption2D NXOpen::CAE::Xyplot::Template2D::GetPlateOption | ( | int | styleIndex | ) |
Gets plate style option.
styleIndex | Style index |
Returns the grid layout style
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
Returns the phase range option
Created in NX8.0.0.
License requirements : None
void NXOpen::CAE::Xyplot::Template2D::SetBarOption | ( | int | styleIndex, |
const NXOpen::CAE::Xyplot::BarOption2D & | 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::Template2D::SetComplexOption | ( | NXOpen::CAE::Xyplot::ComplexOption2D | complexOption | ) |
Sets the complex option
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
complexOption | Complex option |
void NXOpen::CAE::Xyplot::Template2D::SetGridLayout | ( | const NXOpen::CAE::Xyplot::GridLayout2D & | 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::Template2D::SetLineOption | ( | int | styleIndex, |
const NXOpen::CAE::Xyplot::LineOption2D & | 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::Template2D::SetPhaseRangeOption | ( | NXOpen::CAE::Xyplot::PhaseRangeOption | phaseRangeOption | ) |
Sets the phase range option
Created in NX8.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
phaseRangeOption | Phase range option |
void NXOpen::CAE::Xyplot::Template2D::SetPlateOption | ( | int | styleIndex, |
const NXOpen::CAE::Xyplot::PlateOption2D & | plateOption | ||
) |
Sets plate style option
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
styleIndex | Style index |
plateOption | Plate style option |
Switchs the X/Y axis
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")