NX Open C++ Reference Guide
|
Contains accessor methods for all part save options that follow the session. More...
Public Member Functions | |
NXString | FamilyDefaultDirectory () |
Returns the option that specifies the directory in which you want to file part family members. | |
void | SetFamilyDefaultDirectory (const NXString &dir) |
Sets the option that specifies the directory in which you want to file part family members. | |
void | SetFamilyDefaultDirectory (const char *dir) |
Sets the option that specifies the directory in which you want to file part family members. | |
void | SetTrueShapeData (bool option) |
Sets. | |
void | SetVisualizationData (bool option) |
Sets. | |
tag_t | Tag () const |
Returns the tag of this object. | |
bool | TrueShapeData () |
Returns. | |
bool | VisualizationData () |
Returns. | |
Contains accessor methods for all part save options that follow the session.
See PartSaveOptions for those part save options that are specific to a particular part.
To obtain an instance of this class, refer to PartCollection
Created in NX3.0.0.
NXString NXOpen::SaveOptions::FamilyDefaultDirectory | ( | ) |
Returns the option that specifies the directory in which you want to file part family members.
Note that setting this property will have no effect while running in NX Manager mode.
Created in NX3.0.0.
License requirements : None
void NXOpen::SaveOptions::SetFamilyDefaultDirectory | ( | const NXString & | dir | ) |
Sets the option that specifies the directory in which you want to file part family members.
Note that setting this property will have no effect while running in NX Manager mode.
Created in NX3.0.0.
License requirements : None
dir | dir |
void NXOpen::SaveOptions::SetFamilyDefaultDirectory | ( | const char * | dir | ) |
Sets the option that specifies the directory in which you want to file part family members.
Note that setting this property will have no effect while running in NX Manager mode.
Created in NX3.0.0.
License requirements : None
dir | dir |
void NXOpen::SaveOptions::SetTrueShapeData | ( | bool | option | ) |
Sets.
the option indicating whether to generate data for true shape filtering (.ts files)
Created in NX3.0.0.
License requirements : None
option | option |
void NXOpen::SaveOptions::SetVisualizationData | ( | bool | option | ) |
Sets.
the option indicating whether to generate Teamcenter Visualization .jt files when a part is saved
Created in NX3.0.0.
License requirements : None
option | option |
tag_t NXOpen::SaveOptions::Tag | ( | ) | const |
Returns the tag of this object.
bool NXOpen::SaveOptions::TrueShapeData | ( | ) |
Returns.
the option indicating whether to generate data for true shape filtering (.ts files)
Created in NX3.0.0.
License requirements : None
bool NXOpen::SaveOptions::VisualizationData | ( | ) |
Returns.
the option indicating whether to generate Teamcenter Visualization .jt files when a part is saved
Created in NX3.0.0.
License requirements : None