NX Open C++ Reference Guide
|
Manages the graph template
Not support KF.
More...
Public Member Functions | |
NXString | ActiveTemplate () |
Returns the active template file Created in NX7.5.0. | |
void | DeleteTemplate (const NXString &templateFile) |
Deletes template file Created in NX7.5.0. | |
void | LoadTemplate (const NXString &templateFile) |
Loads the graph template file Created in NX7.5.0. | |
void | ResetTemplate (const NXString &templateFile) |
Resets to default value Created in NX7.5.0. | |
void | SaveAsTemplate (const NXString &sourceTemplateFile, const NXString &destinationTemplateFile) |
Saves to new template file Created in NX7.5.0. | |
void | SaveTemplate (const NXString &templateFile) |
Saves to template file Created in NX7.5.0. | |
void | SetActiveTemplate (const NXString &templateFile) |
Sets the active template file Created in NX7.5.0. | |
void | UnloadAllTemplates () |
Unloads all graph template files Created in NX7.5.0. | |
void | UnloadTemplate (const NXString &templateFile) |
Unloads the graph template file Created in NX7.5.0. |
Manages the graph template
Not support KF.
Created in NX7.5.0.
Returns the active template file
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
void NXOpen::CAE::Xyplot::BaseTemplateManager::DeleteTemplate | ( | const NXString & | templateFile | ) |
Deletes template file
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
templateFile | Template file name with full path NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAE::Xyplot::BaseTemplateManager::LoadTemplate | ( | const NXString & | templateFile | ) |
Loads the graph template file
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
templateFile | Template file name with full path NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAE::Xyplot::BaseTemplateManager::ResetTemplate | ( | const NXString & | templateFile | ) |
Resets to default value
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
templateFile | Template file name with full path NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAE::Xyplot::BaseTemplateManager::SaveAsTemplate | ( | const NXString & | sourceTemplateFile, |
const NXString & | destinationTemplateFile | ||
) |
Saves to new template file
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
sourceTemplateFile | Source template file name with full path NOTE: The full Unicode character set is not supported for this parameter. |
destinationTemplateFile | Destination template file name with full path NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAE::Xyplot::BaseTemplateManager::SaveTemplate | ( | const NXString & | templateFile | ) |
Saves to template file
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
templateFile | Template file name with full path NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAE::Xyplot::BaseTemplateManager::SetActiveTemplate | ( | const NXString & | templateFile | ) |
Sets the active template file
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
templateFile | Template file name with full path |
Unloads all graph template files
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
void NXOpen::CAE::Xyplot::BaseTemplateManager::UnloadTemplate | ( | const NXString & | templateFile | ) |
Unloads the graph template file
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
templateFile | Template file name with full path NOTE: The full Unicode character set is not supported for this parameter. |