NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::Xyplot::Template2D Class Reference

Manages the 2D display style
Not support KF. More...

Inheritance diagram for NXOpen::CAE::Xyplot::Template2D:
NXOpen::CAE::Xyplot::BaseTemplate NXOpen::TaggedObject NXOpen::CAE::Xyplot::IDisplayStyle

Public Member Functions

NXOpen::CAE::Xyplot::ComplexOption2D ComplexOption ()
 Returns the complex option
More...
 
double PhaseAngle ()
 Returns the phase angle in degree
More...
 
NXOpen::CAE::Xyplot::PhaseRangeOption PhaseRangeOption ()
 Returns the phase range option
More...
 
void SetComplexOption (NXOpen::CAE::Xyplot::ComplexOption2D complexOption)
 Sets the complex option
More...
 
void SetPhaseAngle (double phaseAngle)
 Sets the phase angle in degree
More...
 
void SetPhaseRangeOption (NXOpen::CAE::Xyplot::PhaseRangeOption phaseRangeOption)
 Sets the phase range option
More...
 
void SetShowOrderedAbscissa (bool ordered)
 Sets a value indicating whether to show the data by ordered abscissa or not
More...
 
bool ShowOrderedAbscissa ()
 Returns a value indicating whether to show the data by ordered abscissa or not
More...
 
void SwitchXyAxis ()
 Switches the X/Y axis
More...
 
- Public Member Functions inherited from NXOpen::CAE::Xyplot::BaseTemplate
virtual void CommitChange ()
 Commits any edits that have been applied to the display style. More...
 
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. More...
 
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. More...
 
NXOpen::CAE::Xyplot::AxisStyleSettingGetAxisStyleSetting (NXOpen::CAE::Xyplot::AxisDirection axisDirection)
 Gets the axis display style. More...
 
NXOpen::CAE::Xyplot::BaseBarStyleSettingGetBarStyleSetting (int styleIndex)
 Gets the bar display style. More...
 
NXOpen::CAE::Xyplot::GraphStyle GetGraphStyle (int styleIndex)
 Gets the graph style. More...
 
NXOpen::CAE::Xyplot::BaseLineStyleSettingGetLineStyleSetting (int styleIndex)
 Gets the line display style. More...
 
NXOpen::CAE::Xyplot::BasePlateStyleSettingGetPlateStyleSetting (int styleIndex)
 Gets the plate display style. More...
 
NXOpen::CAE::Xyplot::ScatterStyleSettingGetScatterStyleSetting (int styleIndex)
 Gets the scatter display style. More...
 
NXOpen::CAE::Xyplot::TextStyleSettingGetTextStyleSetting (NXOpen::CAE::Xyplot::TextType textType)
 Gets the text style. More...
 
NXOpen::CAE::Xyplot::BaseGridLayoutStyleSettingGridLayoutStyleSetting ()
 Returns the grid layout display style
More...
 
void ImportTemplate (const NXString &strXmlFile)
 Updates current graph template setting from a template xml file
More...
 
void ImportTemplate (const char *strXmlFile)
 Updates current graph template setting from a template xml file
More...
 
virtual
NXOpen::CAE::Xyplot::IDisplayStyle
Owner ()
 Returns the owner style
Created in NX10.0.0. More...
 
void ResetToDefault ()
 Resets the graph template to default values
More...
 
void SetGraphStyle (int styleIndex, NXOpen::CAE::Xyplot::GraphStyle graphStyle)
 Sets the graph style
More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Manages the 2D display style
Not support KF.



Created in NX7.5.0.

Member Function Documentation

NXOpen::CAE::Xyplot::ComplexOption2D NXOpen::CAE::Xyplot::Template2D::ComplexOption ( )

Returns the complex option

Deprecated:
Deprecated in NX10.0.0.

Use CAE::Xyplot::GeneralDisplayStyles2D::ComplexOption instead.


Created in NX7.5.0.

License requirements : nx_ftk ("NX Advanced Graphing")

double NXOpen::CAE::Xyplot::Template2D::PhaseAngle ( )

Returns the phase angle in degree

Deprecated:
Deprecated in NX10.0.0.

Use CAE::Xyplot::GeneralDisplayStyles::PhaseAngle instead.


Created in NX9.0.0.

License requirements : None

NXOpen::CAE::Xyplot::PhaseRangeOption NXOpen::CAE::Xyplot::Template2D::PhaseRangeOption ( )

Returns the phase range option

Deprecated:
Deprecated in NX10.0.0.

Use CAE::Xyplot::GeneralDisplayStyles::PhaseRangeOption instead.


Created in NX8.0.0.

License requirements : None

void NXOpen::CAE::Xyplot::Template2D::SetComplexOption ( NXOpen::CAE::Xyplot::ComplexOption2D  complexOption)

Sets the complex option

Deprecated:
Deprecated in NX10.0.0.

Use CAE::Xyplot::GeneralDisplayStyles2D::SetComplexOption instead.


Created in NX7.5.0.

License requirements : nx_ftk ("NX Advanced Graphing")

Parameters
complexOptionComplex option
void NXOpen::CAE::Xyplot::Template2D::SetPhaseAngle ( double  phaseAngle)

Sets the phase angle in degree

Deprecated:
Deprecated in NX10.0.0.

Use CAE::Xyplot::GeneralDisplayStyles::SetPhaseAngle instead.


Created in NX9.0.0.

License requirements : nx_ftk ("NX Advanced Graphing")

Parameters
phaseAnglePhase angle
void NXOpen::CAE::Xyplot::Template2D::SetPhaseRangeOption ( NXOpen::CAE::Xyplot::PhaseRangeOption  phaseRangeOption)

Sets the phase range option

Deprecated:
Deprecated in NX10.0.0.

Use CAE::Xyplot::GeneralDisplayStyles::SetPhaseRangeOption instead.


Created in NX8.0.0.

License requirements : nx_ftk ("NX Advanced Graphing")

Parameters
phaseRangeOptionPhase range option
void NXOpen::CAE::Xyplot::Template2D::SetShowOrderedAbscissa ( bool  ordered)

Sets a value indicating whether to show the data by ordered abscissa or not

Deprecated:
Deprecated in NX10.0.0.

Use CAE::Xyplot::GeneralDisplayStyles2D::SetShowOrderedAbscissa instead.


Created in NX9.0.0.

License requirements : nx_ftk ("NX Advanced Graphing")

Parameters
orderedordered
bool NXOpen::CAE::Xyplot::Template2D::ShowOrderedAbscissa ( )

Returns a value indicating whether to show the data by ordered abscissa or not

Deprecated:
Deprecated in NX10.0.0.

Use CAE::Xyplot::GeneralDisplayStyles2D::ShowOrderedAbscissa instead.


Created in NX9.0.0.

License requirements : None

void NXOpen::CAE::Xyplot::Template2D::SwitchXyAxis ( )

Switches the X/Y axis

Deprecated:
Deprecated in NX10.0.0.

Use CAE::Xyplot::GeneralDisplayStyles2D::SwitchXYAxis instead.


Created in NX7.5.0.

License requirements : nx_ftk ("NX Advanced Graphing")


The documentation for this class was generated from the following file:
Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.