NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Catiav4Importer Class Reference

Represents a NXOpen::Catiav4Importer to be used when importing the CATIA V4 Data This class is created using NXOpen::DexManager . More...

Inheritance diagram for NXOpen::Catiav4Importer:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

bool FileOpenFlag ()
 Returns the file open flag - should be set to false if doing file import
Created in NX6.0.0. More...
 
bool HealBodies ()
 Returns the heal bodies - if set to true then imported data will be healed
Created in NX6.0.0. More...
 
NXString InputFile ()
 Returns the input file - name of a file which is being imported
Created in NX6.0.0. More...
 
bool Optimize ()
 Returns the optimize - if set to true then toplogy will be optimized
Created in NX6.0.0. More...
 
void SaveSettings (const NXString &filename)
 Save the settings - this will save the settings to a file sepcified
Created in NX6.0.0. More...
 
void SaveSettings (const char *filename)
 Save the settings - this will save the settings to a file sepcified
Created in NX6.0.0. More...
 
void SetFileOpenFlag (bool doingFileOpen)
 Sets the file open flag - should be set to false if doing file import
Created in NX6.0.0. More...
 
void SetHealBodies (bool healBodies)
 Sets the heal bodies - if set to true then imported data will be healed
Created in NX6.0.0. More...
 
void SetInputFile (const NXString &filename)
 Sets the input file - name of a file which is being imported
Created in NX6.0.0. More...
 
void SetInputFile (const char *filename)
 Sets the input file - name of a file which is being imported
Created in NX6.0.0. More...
 
void SetOptimize (bool optimize)
 Sets the optimize - if set to true then toplogy will be optimized
Created in NX6.0.0. More...
 
void SetSettingsFile (const NXString &filename)
 Sets the settings file - definition file for default settings
Created in NX6.0.0. More...
 
void SetSettingsFile (const char *filename)
 Sets the settings file - definition file for default settings
Created in NX6.0.0. More...
 
void SetSimplifyGeometry (bool simplifyGeometry)
 Sets the simplify Geometry - if set to true then imported data will be simplified
Created in NX6.0.0. More...
 
NXString SettingsFile ()
 Returns the settings file - definition file for default settings
Created in NX6.0.0. More...
 
bool SimplifyGeometry ()
 Returns the simplify Geometry - if set to true then imported data will be simplified
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::Catiav4Importer to be used when importing the CATIA V4 Data This class is created using NXOpen::DexManager .

NULL object will be returned from Commit()
To create a new instance of this class, use NXOpen::DexManager::CreateCatiav4Importer
Default values.

Property Value

HealBodies

0

Optimize

0

SimplifyGeometry

0


Created in NX6.0.0.

Member Function Documentation

bool NXOpen::Catiav4Importer::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::Catiav4Importer::HealBodies ( )

Returns the heal bodies - if set to true then imported data will be healed
Created in NX6.0.0.



License requirements : None

NXString NXOpen::Catiav4Importer::InputFile ( )

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

Parameters
filenamefilename
void NXOpen::Catiav4Importer::SaveSettings ( const char *  filename)

Save the settings - this will save the settings to a file sepcified
Created in NX6.0.0.



License requirements : None

Parameters
filenamefilename
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

Parameters
doingFileOpendoingfileopen
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

Parameters
healBodieshealbodies
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

Parameters
filenamefilename
void NXOpen::Catiav4Importer::SetInputFile ( const char *  filename)

Sets the input file - name of a file which is being imported
Created in NX6.0.0.



License requirements : None

Parameters
filenamefilename
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

Parameters
optimizeoptimize
void NXOpen::Catiav4Importer::SetSettingsFile ( const NXString filename)

Sets the settings file - definition file for default settings
Created in NX6.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::Catiav4Importer::SetSettingsFile ( const char *  filename)

Sets the settings file - definition file for default settings
Created in NX6.0.0.



License requirements : None

Parameters
filenamefilename
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

Parameters
simplifyGeometrysimplifygeometry
NXString NXOpen::Catiav4Importer::SettingsFile ( )

Returns the settings file - definition file for default settings
Created in NX6.0.0.



License requirements : None

bool NXOpen::Catiav4Importer::SimplifyGeometry ( )

Returns the simplify Geometry - if set to true then imported data will be simplified
Created in NX6.0.0.



License requirements : None


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.