|
NX Open C++ Reference Guide
|
Represents a Catiav4Creator to be used when exporting the CATIA V4 Data This class is created using DexManager . More...
Public Types | |
| enum | SolidBodyOutputOption { SolidBodyOutputOptionVOLUMEs, SolidBodyOutputOptionSolide } |
| Options for outputing solid bodies to CATIA V4. More... | |
Public Member Functions | |
| NXOpen::ObjectSelector * | ExportSelectionBlock () |
| Returns the export selection block - the object selection will be done by this block. | |
| bool | FileSaveFlag () |
| Returns the file save flag - this should be set to false if doing File Export Created in NX6.0.0. | |
| NXString | OutputFile () |
| Returns the output file - the exported data will be written to file specified Created in NX6.0.0. | |
| void | SaveSettings (const NXString &filename) |
| The save settings - this will save the settings to a file sepcified Created in NX6.0.0. | |
| void | SaveSettings (const char *filename) |
| The save settings - this will save the settings to a file sepcified Created in NX6.0.0. | |
| void | SetFileSaveFlag (bool doingFileSave) |
| Sets the file save flag - this should be set to false if doing File Export Created in NX6.0.0. | |
| void | SetOutputFile (const NXString &filename) |
| Sets the output file - the exported data will be written to file specified Created in NX6.0.0. | |
| void | SetOutputFile (const char *filename) |
| Sets the output file - the exported data will be written to file specified Created in NX6.0.0. | |
| void | SetSettingsFile (const NXString &filename) |
| Sets the settings file - The definition file to read default options Created in NX6.0.0. | |
| void | SetSettingsFile (const char *filename) |
| Sets the settings file - The definition file to read default options Created in NX6.0.0. | |
| NXString | SettingsFile () |
| Returns the settings file - The definition file to read default options Created in NX6.0.0. | |
| void | SetWriteSolidAs (NXOpen::Catiav4Creator::SolidBodyOutputOption writeSolidAs) |
| Sets the write solid as - this will decide if solids should be written as SOLIDE or Volumes Created in NX6.0.0. | |
| NXOpen::Catiav4Creator::SolidBodyOutputOption | WriteSolidAs () |
| Returns the write solid as - this will decide if solids should be written as SOLIDE or Volumes Created in NX6.0.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a Catiav4Creator to be used when exporting the CATIA V4 Data This class is created using DexManager .
NULL object will be returned from Commit() <br> To create a new instance of this class, use @link DexManager::CreateCatiav4Creator DexManager::CreateCatiav4Creator @endlink <br>
Default values.
| Property | Value |
|---|---|
|
WriteSolidAs |
VOLUMEs |
Created in NX6.0.0.
Options for outputing solid bodies to CATIA V4.
| NXOpen::ObjectSelector* NXOpen::Catiav4Creator::ExportSelectionBlock | ( | ) |
Returns the export selection block - the object selection will be done by this block.
Created in NX6.0.0.
License requirements : None
| bool NXOpen::Catiav4Creator::FileSaveFlag | ( | ) |
Returns the file save flag - this should be set to false if doing File Export
Created in NX6.0.0.
License requirements : None
| NXString NXOpen::Catiav4Creator::OutputFile | ( | ) |
Returns the output file - the exported data will be written to file specified
Created in NX6.0.0.
License requirements : None
| void NXOpen::Catiav4Creator::SaveSettings | ( | const NXString & | filename | ) |
The save settings - this will save the settings to a file sepcified
Created in NX6.0.0.
License requirements : None
| filename | NOTE: The full Unicode character set is not supported for this parameter. |
| void NXOpen::Catiav4Creator::SaveSettings | ( | const char * | filename | ) |
The save settings - this will save the settings to a file sepcified
Created in NX6.0.0.
License requirements : None
| filename | NOTE: The full Unicode character set is not supported for this parameter. |
| void NXOpen::Catiav4Creator::SetFileSaveFlag | ( | bool | doingFileSave | ) |
Sets the file save flag - this should be set to false if doing File Export
Created in NX6.0.0.
License requirements : None
| doingFileSave | doingfilesave |
| void NXOpen::Catiav4Creator::SetOutputFile | ( | const NXString & | filename | ) |
Sets the output file - the exported data will be written to file specified
Created in NX6.0.0.
License requirements : None
| filename | filename |
| void NXOpen::Catiav4Creator::SetOutputFile | ( | const char * | filename | ) |
Sets the output file - the exported data will be written to file specified
Created in NX6.0.0.
License requirements : None
| filename | filename |
| void NXOpen::Catiav4Creator::SetSettingsFile | ( | const NXString & | filename | ) |
Sets the settings file - The definition file to read default options
Created in NX6.0.0.
License requirements : None
| filename | filename |
| void NXOpen::Catiav4Creator::SetSettingsFile | ( | const char * | filename | ) |
Sets the settings file - The definition file to read default options
Created in NX6.0.0.
License requirements : None
| filename | filename |
| NXString NXOpen::Catiav4Creator::SettingsFile | ( | ) |
Returns the settings file - The definition file to read default options
Created in NX6.0.0.
License requirements : None
| void NXOpen::Catiav4Creator::SetWriteSolidAs | ( | NXOpen::Catiav4Creator::SolidBodyOutputOption | writeSolidAs | ) |
Sets the write solid as - this will decide if solids should be written as SOLIDE or Volumes
Created in NX6.0.0.
License requirements : None
| writeSolidAs | writesolidas |
| NXOpen::Catiav4Creator::SolidBodyOutputOption NXOpen::Catiav4Creator::WriteSolidAs | ( | ) |
Returns the write solid as - this will decide if solids should be written as SOLIDE or Volumes
Created in NX6.0.0.
License requirements : None