NX Open C++ Reference Guide
|
Contains accessor methods for all part save options that follow the part. More...
Public Types | |
enum | PatternData { PatternDataSaveNoShadedOrPattern, PatternDataSavePatternOnly, PatternDataSavePatternAndShaded } |
Options for specifying how pattern data should be saved while saving a part Created in NX3.0.0. More... | |
Public Member Functions | |
bool | Annotation3dData () |
Returns the option indicating whether to generate 3D Annotation data and store in NX part Quick Access Folder when you save the part file Created in NX3.0.0. | |
bool | CompressPart () |
Returns the option indicating whether solid data within part files will be compressed as it is saved to disk Created in NX3.0.0. | |
bool | DrawingCgmData () |
Returns the option indicating whether to generate the CGM data and store it in the QAF when you save the part file Created in NX3.0.0. | |
bool | GenerateWeightData () |
Returns the option indicating whether the weight and other mass properties of a part will be updated and saved when the part is saved Created in NX3.0.0. | |
NXOpen::PartSaveOptions::PatternData | PatternDataToSave () |
Returns the option indicating how pattern data will be saved while saving a part Created in NX3.0.0. | |
void | SetAnnotation3dData (bool option) |
Sets the option indicating whether to generate 3D Annotation data and store in NX part Quick Access Folder when you save the part file Created in NX3.0.0. | |
void | SetCompressPart (bool option) |
Sets the option indicating whether solid data within part files will be compressed as it is saved to disk Created in NX3.0.0. | |
void | SetDrawingCgmData (bool option) |
Sets the option indicating whether to generate the CGM data and store it in the QAF when you save the part file Created in NX3.0.0. | |
void | SetGenerateWeightData (bool option) |
Sets the option indicating whether the weight and other mass properties of a part will be updated and saved when the part is saved Created in NX3.0.0. | |
void | SetPatternDataToSave (NXOpen::PartSaveOptions::PatternData option) |
Sets the option indicating how pattern data will be saved while saving a part Created in NX3.0.0. | |
tag_t | Tag () const |
Returns the tag of this object. |
Contains accessor methods for all part save options that follow the part.
See SaveOptions for those part save options that are not specific to a particular part.
To obtain an instance of this class, refer to BasePart
Created in NX3.0.0.
Options for specifying how pattern data should be saved while saving a part
Created in NX3.0.0.
Returns the option indicating whether to generate 3D Annotation data and store in NX part Quick Access Folder when you save the part file
Created in NX3.0.0.
License requirements : None
Returns the option indicating whether solid data within part files will be compressed as it is saved to disk
Created in NX3.0.0.
License requirements : None
Returns the option indicating whether to generate the CGM data and store it in the QAF when you save the part file
Created in NX3.0.0.
License requirements : None
Returns the option indicating whether the weight and other mass properties of a part will be updated and saved when the part is saved
Created in NX3.0.0.
License requirements : None
Returns the option indicating how pattern data will be saved while saving a part
Created in NX3.0.0.
License requirements : None
void NXOpen::PartSaveOptions::SetAnnotation3dData | ( | bool | option | ) |
Sets the option indicating whether to generate 3D Annotation data and store in NX part Quick Access Folder when you save the part file
Created in NX3.0.0.
License requirements : None
option | option |
void NXOpen::PartSaveOptions::SetCompressPart | ( | bool | option | ) |
Sets the option indicating whether solid data within part files will be compressed as it is saved to disk
Created in NX3.0.0.
License requirements : None
option | option |
void NXOpen::PartSaveOptions::SetDrawingCgmData | ( | bool | option | ) |
Sets the option indicating whether to generate the CGM data and store it in the QAF when you save the part file
Created in NX3.0.0.
License requirements : None
option | option |
void NXOpen::PartSaveOptions::SetGenerateWeightData | ( | bool | option | ) |
Sets the option indicating whether the weight and other mass properties of a part will be updated and saved when the part is saved
Created in NX3.0.0.
License requirements : None
option | option |
Sets the option indicating how pattern data will be saved while saving a part
Created in NX3.0.0.
License requirements : None
option | option |
tag_t NXOpen::PartSaveOptions::Tag | ( | ) | const |
Returns the tag of this object.