|
NX Open C++ Reference Guide
|
Represents a Catiav5Creator to be used when exporting the CATIA V5 Data This class is created using DexManager . More...
Public Types | |
| enum | ExportFromOption { ExportFromOptionDisplayPart, ExportFromOptionExistingPart } |
| Export from options. More... | |
Public Member Functions | |
| bool | EnableHybridDesign () |
| Returns the enable hybrid design - If set to true then it will enable hybrid design Created in NX7.5.0. | |
| NXOpen::Catiav5Creator::ExportFromOption | ExportFrom () |
| Returns the export from - this option will determine if data from display part or existing part is exported Created in NX8.0.0. | |
| 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. | |
| bool | IncludeBlankedObj () |
| Returns the include blanked obj - If set to true then blanked objects will also be written to catia file. | |
| bool | IncludeIndWireFrame () |
| Returns the include ind wire frame if set true then indpendent wireframe objects will be exported to catia v5 file Created in NX6.0.0. | |
| NXString | InputFile () |
| Returns the input file - name of file which is being exported. | |
| 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) |
| Save the settings - this will save the settings to a file sepcified Created in NX6.0.0. | |
| void | SaveSettings (const char *filename) |
| Save the settings - this will save the settings to a file sepcified Created in NX6.0.0. | |
| void | SetEnableHybridDesign (bool enableHybridDesign) |
| Sets the enable hybrid design - If set to true then it will enable hybrid design Created in NX7.5.0. | |
| void | SetExportFrom (NXOpen::Catiav5Creator::ExportFromOption exportFrom) |
| Sets the export from - this option will determine if data from display part or existing part is exported Created in NX8.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 | SetIncludeBlankedObj (bool includeBlankedObj) |
| Sets the include blanked obj - If set to true then blanked objects will also be written to catia file. | |
| void | SetIncludeIndWireFrame (bool includeIndWireFrame) |
| Sets the include ind wire frame if set true then indpendent wireframe objects will be exported to catia v5 file Created in NX6.0.0. | |
| void | SetInputFile (const NXString &filename) |
| Sets the input file - name of file which is being exported. | |
| void | SetInputFile (const char *filename) |
| Sets the input file - name of file which is being exported. | |
| 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. | |
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 Catiav5Creator to be used when exporting the CATIA V5 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::CreateCatiav5Creator DexManager::CreateCatiav5Creator @endlink <br>
Default values.
| Property | Value |
|---|---|
|
EnableHybridDesign |
1 |
|
ExportFrom |
DisplayPart |
|
IncludeBlankedObj |
0 |
|
IncludeIndWireFrame |
0 |
Created in NX6.0.0.
| bool NXOpen::Catiav5Creator::EnableHybridDesign | ( | ) |
Returns the enable hybrid design - If set to true then it will enable hybrid design
Created in NX7.5.0.
License requirements : None
| NXOpen::Catiav5Creator::ExportFromOption NXOpen::Catiav5Creator::ExportFrom | ( | ) |
Returns the export from - this option will determine if data from display part or existing part is exported
Created in NX8.0.0.
License requirements : None
| NXOpen::ObjectSelector* NXOpen::Catiav5Creator::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::Catiav5Creator::FileSaveFlag | ( | ) |
Returns the file save flag - this should be set to false if doing File Export
Created in NX6.0.0.
License requirements : None
| bool NXOpen::Catiav5Creator::IncludeBlankedObj | ( | ) |
Returns the include blanked obj - If set to true then blanked objects will also be written to catia file.
Created in NX6.0.0.
License requirements : None
| bool NXOpen::Catiav5Creator::IncludeIndWireFrame | ( | ) |
Returns the include ind wire frame if set true then indpendent wireframe objects will be exported to catia v5 file
Created in NX6.0.0.
License requirements : None
| NXString NXOpen::Catiav5Creator::InputFile | ( | ) |
Returns the input file - name of file which is being exported.
Created in NX8.0.0.
License requirements : None
| NXString NXOpen::Catiav5Creator::OutputFile | ( | ) |
Returns the output file - the exported data will be written to file specified
Created in NX6.0.0.
License requirements : None
| void NXOpen::Catiav5Creator::SaveSettings | ( | const NXString & | filename | ) |
Save the 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::Catiav5Creator::SaveSettings | ( | const char * | filename | ) |
Save the 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::Catiav5Creator::SetEnableHybridDesign | ( | bool | enableHybridDesign | ) |
Sets the enable hybrid design - If set to true then it will enable hybrid design
Created in NX7.5.0.
License requirements : None
| enableHybridDesign | enablehybriddesign |
| void NXOpen::Catiav5Creator::SetExportFrom | ( | NXOpen::Catiav5Creator::ExportFromOption | exportFrom | ) |
Sets the export from - this option will determine if data from display part or existing part is exported
Created in NX8.0.0.
License requirements : None
| exportFrom | exportfrom |
| void NXOpen::Catiav5Creator::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::Catiav5Creator::SetIncludeBlankedObj | ( | bool | includeBlankedObj | ) |
Sets the include blanked obj - If set to true then blanked objects will also be written to catia file.
Created in NX6.0.0.
License requirements : None
| includeBlankedObj | includeblankedobj |
| void NXOpen::Catiav5Creator::SetIncludeIndWireFrame | ( | bool | includeIndWireFrame | ) |
Sets the include ind wire frame if set true then indpendent wireframe objects will be exported to catia v5 file
Created in NX6.0.0.
License requirements : None
| includeIndWireFrame | includeindwireframe |
| void NXOpen::Catiav5Creator::SetInputFile | ( | const NXString & | filename | ) |
Sets the input file - name of file which is being exported.
Created in NX8.0.0.
License requirements : None
| filename | filename |
| void NXOpen::Catiav5Creator::SetInputFile | ( | const char * | filename | ) |
Sets the input file - name of file which is being exported.
Created in NX8.0.0.
License requirements : None
| filename | filename |
| void NXOpen::Catiav5Creator::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::Catiav5Creator::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::Catiav5Creator::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::Catiav5Creator::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::Catiav5Creator::SettingsFile | ( | ) |
Returns the settings file - The definition file to read default options
Created in NX6.0.0.
License requirements : None