NX Open C++ Reference Guide
|
Manages the preference data
Not support KF.
More...
Public Types | |
enum | NewWindowChoice { NewWindowChoicePrompt, NewWindowChoiceAlways } |
Defines whether to always show plot graph on a new separate graphic window. More... | |
enum | TargetGraphicWindowOption { TargetGraphicWindowOptionMain, TargetGraphicWindowOptionSeparate, TargetGraphicWindowOptionBoth } |
Defines the target graphic window type. More... | |
Public Member Functions | |
NXOpen::CAE::Xyplot::Preference::NewWindowChoice | NewWindowSetting () |
Returns the new window setting value. | |
void | SetNewWindowSetting (NXOpen::CAE::Xyplot::Preference::NewWindowChoice newWindowSetting) |
Sets the new window setting value. | |
void | SetTargetWindowSetting (NXOpen::CAE::Xyplot::Preference::TargetGraphicWindowOption targetWindowSetting) |
Sets the target window setting value Created in NX9.0.0. | |
NXOpen::CAE::Xyplot::Preference::TargetGraphicWindowOption | TargetWindowSetting () |
Returns the target window setting value Created in NX9.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Manages the preference data
Not support KF.
Created in NX9.0.0.
Defines the target graphic window type.
NXOpen::CAE::Xyplot::Preference::NewWindowChoice NXOpen::CAE::Xyplot::Preference::NewWindowSetting | ( | ) |
Returns the new window setting value.
Avaliable when CAE::Xyplot::Preference::TargetWindowSetting and CAE::Xyplot::Preference::SetTargetWindowSetting is CAE::Xyplot::Preference::TargetGraphicWindowOptionSeparate .
Created in NX9.0.0.
License requirements : None
void NXOpen::CAE::Xyplot::Preference::SetNewWindowSetting | ( | NXOpen::CAE::Xyplot::Preference::NewWindowChoice | newWindowSetting | ) |
Sets the new window setting value.
Avaliable when CAE::Xyplot::Preference::TargetWindowSetting and CAE::Xyplot::Preference::SetTargetWindowSetting is CAE::Xyplot::Preference::TargetGraphicWindowOptionSeparate .
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
newWindowSetting | New window setting |
void NXOpen::CAE::Xyplot::Preference::SetTargetWindowSetting | ( | NXOpen::CAE::Xyplot::Preference::TargetGraphicWindowOption | targetWindowSetting | ) |
Sets the target window setting value
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
targetWindowSetting | targetwindowsetting |
NXOpen::CAE::Xyplot::Preference::TargetGraphicWindowOption NXOpen::CAE::Xyplot::Preference::TargetWindowSetting | ( | ) |
Returns the target window setting value
Created in NX9.0.0.
License requirements : None