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

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. More...
 
void SetFamilyDefaultDirectory (const NXString &dir)
 Sets the option that specifies the directory in which you want to file part family members. More...
 
void SetFamilyDefaultDirectory (const char *dir)
 Sets the option that specifies the directory in which you want to file part family members. More...
 
void SetTrueShapeData (bool option)
 Sets. More...
 
void SetVisualizationData (bool option)
 Sets. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 
bool TrueShapeData ()
 Returns. More...
 
bool VisualizationData ()
 Returns. More...
 

Detailed Description

Contains accessor methods for all part save options that follow the session.

See NXOpen::PartSaveOptions for those part save options that are specific to a particular part.
To obtain an instance of this class, refer to NXOpen::PartCollection

Created in NX3.0.0.

Member Function Documentation

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

Parameters
dirdir
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

Parameters
dirdir
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

Parameters
optionoption
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

Parameters
optionoption
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


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