|
NX Open C++ Reference Guide
|
Manages the display style
Not support KF.
More...
Public Member Functions | |
| virtual void | CommitChange () |
| Commits any edits that have been applied to the display style. | |
| void | ExportTemplate (const NXString &strXmlFile) |
| Exports current graph template setting to a template xml file, it will override the template file if it is existing. | |
| void | ExportTemplate (const char *strXmlFile) |
| Exports current graph template setting to a template xml file, it will override the template file if it is existing. | |
| NXOpen::CAE::Xyplot::AxisStyle | GetAxisStyle (NXOpen::CAE::Xyplot::AxisDirection axisDirection) |
| Gets the axis display style. | |
| NXOpen::CAE::Xyplot::AxisStyleSetting * | GetAxisStyleSetting (NXOpen::CAE::Xyplot::AxisDirection axisDirection) |
| Gets the axis display style. | |
| NXOpen::CAE::Xyplot::UnitSystem | GetAxisUnitSystem (NXOpen::CAE::Xyplot::AxisDirection axisDirection) |
| Gets the axis unit system. | |
| NXOpen::CAE::Xyplot::BaseBarStyleSetting * | GetBarStyleSetting (int styleIndex) |
| Gets the bar display style. | |
| NXOpen::CAE::Xyplot::GraphStyle | GetGraphStyle (int styleIndex) |
| Gets the graph style. | |
| NXOpen::CAE::Xyplot::BaseLineStyleSetting * | GetLineStyleSetting (int styleIndex) |
| Gets the line display style. | |
| NXOpen::CAE::Xyplot::ScatterStyleSetting * | GetScatterStyleSetting (int styleIndex) |
| Gets the scatter display style. | |
| NXOpen::CAE::Xyplot::TextOption | GetTextOption (NXOpen::CAE::Xyplot::TextType textType) |
| Gets the text option. | |
| NXOpen::CAE::Xyplot::TextStyleSetting * | GetTextStyleSetting (NXOpen::CAE::Xyplot::TextType textType) |
| Gets the text style. | |
| NXOpen::CAE::Xyplot::BaseGridLayoutStyleSetting * | GridLayoutStyleSetting () |
| Returns the grid layout display style Created in NX9.0.0. | |
| void | ImportTemplate (const NXString &strXmlFile) |
| Updates current graph template setting from a template xml file Created in NX9.0.0. | |
| void | ImportTemplate (const char *strXmlFile) |
| Updates current graph template setting from a template xml file Created in NX9.0.0. | |
| void | ResetToDefault () |
| Resets the graph template to default values Created in NX9.0.0. | |
| void | SetAxisStyle (NXOpen::CAE::Xyplot::AxisDirection axisDirection, const NXOpen::CAE::Xyplot::AxisStyle &axisStyle) |
| Sets the axis display style | |
| void | SetAxisUnitSystem (NXOpen::CAE::Xyplot::AxisDirection axisDirection, NXOpen::CAE::Xyplot::UnitSystem unitSystem) |
| Sets the axis unit system | |
| void | SetGraphStyle (int styleIndex, NXOpen::CAE::Xyplot::GraphStyle graphStyle) |
| Sets the graph style Created in NX7.5.0. | |
| void | SetTextOption (NXOpen::CAE::Xyplot::TextType textType, const NXOpen::CAE::Xyplot::TextOption &textOption) |
| Sets the text option | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Manages the display style
Not support KF.
Created in NX7.5.0.
|
virtual |
Commits any edits that have been applied to the display style.
Triggers the corresponding plot to update graph.
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
Implements NXOpen::CAE::Xyplot::IDisplayStyle.
| void NXOpen::CAE::Xyplot::BaseTemplate::ExportTemplate | ( | const NXString & | strXmlFile | ) |
Exports current graph template setting to a template xml file, it will override the template file if it is existing.
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| strXmlFile | the template xml file name NOTE: The full Unicode character set is not supported for this parameter. |
| void NXOpen::CAE::Xyplot::BaseTemplate::ExportTemplate | ( | const char * | strXmlFile | ) |
Exports current graph template setting to a template xml file, it will override the template file if it is existing.
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| strXmlFile | the template xml file name NOTE: The full Unicode character set is not supported for this parameter. |
| NXOpen::CAE::Xyplot::AxisStyle NXOpen::CAE::Xyplot::BaseTemplate::GetAxisStyle | ( | NXOpen::CAE::Xyplot::AxisDirection | axisDirection | ) |
Gets the axis display style.
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| axisDirection | Axis direction |
| NXOpen::CAE::Xyplot::AxisStyleSetting* NXOpen::CAE::Xyplot::BaseTemplate::GetAxisStyleSetting | ( | NXOpen::CAE::Xyplot::AxisDirection | axisDirection | ) |
| NXOpen::CAE::Xyplot::UnitSystem NXOpen::CAE::Xyplot::BaseTemplate::GetAxisUnitSystem | ( | NXOpen::CAE::Xyplot::AxisDirection | axisDirection | ) |
Gets the axis unit system.
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| axisDirection | Axis direction |
| NXOpen::CAE::Xyplot::BaseBarStyleSetting* NXOpen::CAE::Xyplot::BaseTemplate::GetBarStyleSetting | ( | int | styleIndex | ) |
Gets the bar display style.
| styleIndex | Style index, from 0 to 19 |
| NXOpen::CAE::Xyplot::GraphStyle NXOpen::CAE::Xyplot::BaseTemplate::GetGraphStyle | ( | int | styleIndex | ) |
Gets the graph style.
| styleIndex | Style index |
| NXOpen::CAE::Xyplot::BaseLineStyleSetting* NXOpen::CAE::Xyplot::BaseTemplate::GetLineStyleSetting | ( | int | styleIndex | ) |
Gets the line display style.
| styleIndex | Style index, from 0 to 19 |
| NXOpen::CAE::Xyplot::ScatterStyleSetting* NXOpen::CAE::Xyplot::BaseTemplate::GetScatterStyleSetting | ( | int | styleIndex | ) |
Gets the scatter display style.
| styleIndex | Style index, from 0 to 19 |
| NXOpen::CAE::Xyplot::TextOption NXOpen::CAE::Xyplot::BaseTemplate::GetTextOption | ( | NXOpen::CAE::Xyplot::TextType | textType | ) |
Gets the text option.
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| textType | Text type |
| NXOpen::CAE::Xyplot::TextStyleSetting* NXOpen::CAE::Xyplot::BaseTemplate::GetTextStyleSetting | ( | NXOpen::CAE::Xyplot::TextType | textType | ) |
Gets the text style.
| textType | Text type |
| NXOpen::CAE::Xyplot::BaseGridLayoutStyleSetting* NXOpen::CAE::Xyplot::BaseTemplate::GridLayoutStyleSetting | ( | ) |
Returns the grid layout display style
Created in NX9.0.0.
License requirements : None
| void NXOpen::CAE::Xyplot::BaseTemplate::ImportTemplate | ( | const NXString & | strXmlFile | ) |
Updates current graph template setting from a template xml file
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| strXmlFile | the template xml file name NOTE: The full Unicode character set is not supported for this parameter. |
| void NXOpen::CAE::Xyplot::BaseTemplate::ImportTemplate | ( | const char * | strXmlFile | ) |
Updates current graph template setting from a template xml file
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| strXmlFile | the template xml file name NOTE: The full Unicode character set is not supported for this parameter. |
| void NXOpen::CAE::Xyplot::BaseTemplate::ResetToDefault | ( | ) |
Resets the graph template to default values
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| void NXOpen::CAE::Xyplot::BaseTemplate::SetAxisStyle | ( | NXOpen::CAE::Xyplot::AxisDirection | axisDirection, |
| const NXOpen::CAE::Xyplot::AxisStyle & | axisStyle | ||
| ) |
Sets the axis display style
Use CAE::Xyplot::IDisplayStyle::CommitChange instead.
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| void NXOpen::CAE::Xyplot::BaseTemplate::SetAxisUnitSystem | ( | NXOpen::CAE::Xyplot::AxisDirection | axisDirection, |
| NXOpen::CAE::Xyplot::UnitSystem | unitSystem | ||
| ) |
Sets the axis unit system
Use CAE::Xyplot::AxisStyleSetting::SetUnitSystem instead.
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| void NXOpen::CAE::Xyplot::BaseTemplate::SetGraphStyle | ( | int | styleIndex, |
| NXOpen::CAE::Xyplot::GraphStyle | graphStyle | ||
| ) |
Sets the graph style
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| styleIndex | Style index |
| graphStyle | Graph style |
| void NXOpen::CAE::Xyplot::BaseTemplate::SetTextOption | ( | NXOpen::CAE::Xyplot::TextType | textType, |
| const NXOpen::CAE::Xyplot::TextOption & | textOption | ||
| ) |
Sets the text option
Use CAE::Xyplot::IDisplayStyle::CommitChange instead.
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| textType | Text type |
| textOption | Text display option |