NX Open C++ Reference Guide
|
Represents a Catiav4Importer to be used when importing the CATIA V4 Data This class is created using DexManager . More...
Public Member Functions | |
bool | FileOpenFlag () |
Returns the file open flag - should be set to false if doing file import Created in NX6.0.0. | |
bool | HealBodies () |
Returns the heal bodies - if set to true then imported data will be healed Created in NX6.0.0. | |
NXString | InputFile () |
Returns the input file - name of a file which is being imported Created in NX6.0.0. | |
bool | Optimize () |
Returns the optimize - if set to true then toplogy will be optimized 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 | SetFileOpenFlag (bool doingFileOpen) |
Sets the file open flag - should be set to false if doing file import Created in NX6.0.0. | |
void | SetHealBodies (bool healBodies) |
Sets the heal bodies - if set to true then imported data will be healed Created in NX6.0.0. | |
void | SetInputFile (const NXString &filename) |
Sets the input file - name of a file which is being imported Created in NX6.0.0. | |
void | SetOptimize (bool optimize) |
Sets the optimize - if set to true then toplogy will be optimized Created in NX6.0.0. | |
void | SetSettingsFile (const NXString &filename) |
Sets the settings file - definition file for default settings Created in NX6.0.0. | |
void | SetSimplifyGeometry (bool simplifyGeometry) |
Sets the simplify Geometry - if set to true then imported data will be simplified Created in NX6.0.0. | |
NXString | SettingsFile () |
Returns the settings file - definition file for default settings Created in NX6.0.0. | |
bool | SimplifyGeometry () |
Returns the simplify Geometry - if set to true then imported data will be simplified Created in NX6.0.0. |
Represents a Catiav4Importer to be used when importing the CATIA V4 Data This class is created using DexManager .
NULL object will be returned from Commit()
To create a new instance of this class, use DexManager::CreateCatiav4Importer
Default values.
Property | Value |
---|---|
HealBodies |
0 |
Optimize |
0 |
SimplifyGeometry |
0 |
Created in NX6.0.0.
Returns the file open flag - should be set to false if doing file import
Created in NX6.0.0.
License requirements : None
bool NXOpen::Catiav4Importer::HealBodies | ( | ) |
Returns the heal bodies - if set to true then imported data will be healed
Created in NX6.0.0.
License requirements : None
Returns the input file - name of a file which is being imported
Created in NX6.0.0.
License requirements : None
bool NXOpen::Catiav4Importer::Optimize | ( | ) |
Returns the optimize - if set to true then toplogy will be optimized
Created in NX6.0.0.
License requirements : None
void NXOpen::Catiav4Importer::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::Catiav4Importer::SetFileOpenFlag | ( | bool | doingFileOpen | ) |
Sets the file open flag - should be set to false if doing file import
Created in NX6.0.0.
License requirements : None
doingFileOpen | doingfileopen |
void NXOpen::Catiav4Importer::SetHealBodies | ( | bool | healBodies | ) |
Sets the heal bodies - if set to true then imported data will be healed
Created in NX6.0.0.
License requirements : None
healBodies | healbodies |
void NXOpen::Catiav4Importer::SetInputFile | ( | const NXString & | filename | ) |
Sets the input file - name of a file which is being imported
Created in NX6.0.0.
License requirements : None
filename | filename |
void NXOpen::Catiav4Importer::SetOptimize | ( | bool | optimize | ) |
Sets the optimize - if set to true then toplogy will be optimized
Created in NX6.0.0.
License requirements : None
optimize | optimize |
void NXOpen::Catiav4Importer::SetSettingsFile | ( | const NXString & | filename | ) |
Sets the settings file - definition file for default settings
Created in NX6.0.0.
License requirements : None
filename | filename |
void NXOpen::Catiav4Importer::SetSimplifyGeometry | ( | bool | simplifyGeometry | ) |
Sets the simplify Geometry - if set to true then imported data will be simplified
Created in NX6.0.0.
License requirements : None
simplifyGeometry | simplifygeometry |
Returns the settings file - definition file for default settings
Created in NX6.0.0.
License requirements : None
Returns the simplify Geometry - if set to true then imported data will be simplified
Created in NX6.0.0.
License requirements : None