NX Open C++ Reference Guide
|
Represents a Catiav5Importer to be used when importing the CATIA V5 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 | IncludeIndWireFrame () |
Returns the include ind wire frame - if set to true the indpendent wireframe objects from catia v5 will be imported to NX Created in NX6.0.0. | |
bool | IncludeNoShowEntity () |
Returns the include no show entity - if set to true then no show entities from the catia v5 file will be imported to NX 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 - This option allows you to optimize the topology 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. | |
NXString | SearchDirectoryList () |
Returns the serach directory list - This option allows you to specify a semicolon separated list of directories in which the translator can find components of an assembly. | |
void | SetFileOpenFlag (bool doingFileOpen) |
Sets the file open flag - should be set to false if doing file import Created in NX6.0.0. | |
void | SetIncludeIndWireFrame (bool includeIndWireFrame) |
Sets the include ind wire frame - if set to true the indpendent wireframe objects from catia v5 will be imported to NX Created in NX6.0.0. | |
void | SetIncludeNoShowEntity (bool includeNoShowEntity) |
Sets the include no show entity - if set to true then no show entities from the catia v5 file will be imported to NX 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 | SetInputFile (const char *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 - This option allows you to optimize the topology Created in NX6.0.0. | |
void | SetSearchDirectoryList (const NXString &searchDirectoryList) |
Sets the serach directory list - This option allows you to specify a semicolon separated list of directories in which the translator can find components of an assembly. | |
void | SetSearchDirectoryList (const char *searchDirectoryList) |
Sets the serach directory list - This option allows you to specify a semicolon separated list of directories in which the translator can find components of an assembly. | |
void | SetSettingsFile (const NXString &filename) |
Sets the settings file - definition file for default options Created in NX6.0.0. | |
void | SetSettingsFile (const char *filename) |
Sets the settings file - definition file for default options Created in NX6.0.0. | |
void | SetSimplifyFacesandEdges (bool simplifyFacesandEdges) |
Sets the simplify faces and edges - This option allows you to simplify nearly analytical faces and edges to analytics Created in NX6.0.0. | |
NXString | SettingsFile () |
Returns the settings file - definition file for default options Created in NX6.0.0. | |
void | SetTotalSearchDirectories (int totalSearchDir) |
Sets the number of search directories - This option allows you to specify total number of serach directories Created in NX6.0.0. | |
bool | SimplifyFacesandEdges () |
Returns the simplify faces and edges - This option allows you to simplify nearly analytical faces and edges to analytics Created in NX6.0.0. | |
int | TotalSearchDirectories () |
Returns the number of search directories - This option allows you to specify total number of serach directories Created in NX6.0.0. | |
![]() | |
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. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Catiav5Importer to be used when importing 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::CreateCatiav5Importer DexManager::CreateCatiav5Importer @endlink <br>
Default values.
Property | Value |
---|---|
IncludeIndWireFrame |
0 |
IncludeNoShowEntity |
0 |
Optimize |
1 |
SimplifyFacesandEdges |
0 |
TotalSearchDirectories |
0 |
Created in NX6.0.0.
bool NXOpen::Catiav5Importer::FileOpenFlag | ( | ) |
Returns the file open flag - should be set to false if doing file import
Created in NX6.0.0.
License requirements : None
bool NXOpen::Catiav5Importer::IncludeIndWireFrame | ( | ) |
Returns the include ind wire frame - if set to true the indpendent wireframe objects from catia v5 will be imported to NX
Created in NX6.0.0.
License requirements : None
bool NXOpen::Catiav5Importer::IncludeNoShowEntity | ( | ) |
Returns the include no show entity - if set to true then no show entities from the catia v5 file will be imported to NX
Created in NX6.0.0.
License requirements : None
NXString NXOpen::Catiav5Importer::InputFile | ( | ) |
Returns the input file - name of a file which is being imported
Created in NX6.0.0.
License requirements : None
bool NXOpen::Catiav5Importer::Optimize | ( | ) |
Returns the optimize - This option allows you to optimize the topology
Created in NX6.0.0.
License requirements : None
void NXOpen::Catiav5Importer::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::Catiav5Importer::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. |
NXString NXOpen::Catiav5Importer::SearchDirectoryList | ( | ) |
Returns the serach directory list - This option allows you to specify a semicolon separated list of directories in which the translator can find components of an assembly.
The translator will search all of the subdirectories below the given directories.
Created in NX6.0.0.
License requirements : None
void NXOpen::Catiav5Importer::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::Catiav5Importer::SetIncludeIndWireFrame | ( | bool | includeIndWireFrame | ) |
Sets the include ind wire frame - if set to true the indpendent wireframe objects from catia v5 will be imported to NX
Created in NX6.0.0.
License requirements : None
includeIndWireFrame | includeindwireframe |
void NXOpen::Catiav5Importer::SetIncludeNoShowEntity | ( | bool | includeNoShowEntity | ) |
Sets the include no show entity - if set to true then no show entities from the catia v5 file will be imported to NX
Created in NX6.0.0.
License requirements : None
includeNoShowEntity | includenoshowentity |
void NXOpen::Catiav5Importer::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::Catiav5Importer::SetInputFile | ( | const char * | 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::Catiav5Importer::SetOptimize | ( | bool | optimize | ) |
Sets the optimize - This option allows you to optimize the topology
Created in NX6.0.0.
License requirements : None
optimize | optimize |
void NXOpen::Catiav5Importer::SetSearchDirectoryList | ( | const NXString & | searchDirectoryList | ) |
Sets the serach directory list - This option allows you to specify a semicolon separated list of directories in which the translator can find components of an assembly.
The translator will search all of the subdirectories below the given directories.
Created in NX6.0.0.
License requirements : None
searchDirectoryList | searchdirectorylist |
void NXOpen::Catiav5Importer::SetSearchDirectoryList | ( | const char * | searchDirectoryList | ) |
Sets the serach directory list - This option allows you to specify a semicolon separated list of directories in which the translator can find components of an assembly.
The translator will search all of the subdirectories below the given directories.
Created in NX6.0.0.
License requirements : None
searchDirectoryList | searchdirectorylist |
void NXOpen::Catiav5Importer::SetSettingsFile | ( | const NXString & | filename | ) |
Sets the settings file - definition file for default options
Created in NX6.0.0.
License requirements : None
filename | filename |
void NXOpen::Catiav5Importer::SetSettingsFile | ( | const char * | filename | ) |
Sets the settings file - definition file for default options
Created in NX6.0.0.
License requirements : None
filename | filename |
void NXOpen::Catiav5Importer::SetSimplifyFacesandEdges | ( | bool | simplifyFacesandEdges | ) |
Sets the simplify faces and edges - This option allows you to simplify nearly analytical faces and edges to analytics
Created in NX6.0.0.
License requirements : None
simplifyFacesandEdges | simplifyfacesandedges |
NXString NXOpen::Catiav5Importer::SettingsFile | ( | ) |
Returns the settings file - definition file for default options
Created in NX6.0.0.
License requirements : None
void NXOpen::Catiav5Importer::SetTotalSearchDirectories | ( | int | totalSearchDir | ) |
Sets the number of search directories - This option allows you to specify total number of serach directories
Created in NX6.0.0.
License requirements : None
totalSearchDir | totalsearchdir |
bool NXOpen::Catiav5Importer::SimplifyFacesandEdges | ( | ) |
Returns the simplify faces and edges - This option allows you to simplify nearly analytical faces and edges to analytics
Created in NX6.0.0.
License requirements : None
int NXOpen::Catiav5Importer::TotalSearchDirectories | ( | ) |
Returns the number of search directories - This option allows you to specify total number of serach directories
Created in NX6.0.0.
License requirements : None