| 
    NX Open C++ Reference Guide
    
   | 
 
Represents a Step203Importer to be used when importing the STEP203 Data This class is created using DexManager . More...
  
 Public Types | |
| enum | ImportToOption { ImportToOptionWorkPart, ImportToOptionNewPart } | 
| Create the builder.  More... | |
Public Member Functions | |
| bool | FileOpenFlag () | 
| Returns the file open flag - set this to false if doing file import  Created in NX6.0.0.  | |
| bool | FlattenAssembly () | 
| Returns the flatten assembly - if set to true then assembly structure will not be retained  Created in NX7.5.0.  | |
| NXOpen::Step203Importer::ImportToOption | ImportTo () | 
| Returns the import to - this option will determine the destination for imported iges file.   | |
| bool | ImportToTeamcenter () | 
| Returns the ImportToTeamcenter command - if set to true then the assembly will be imported into Teamcenter  Created in NX7.0.0.  | |
| NXString | InputFile () | 
| Returns the input file - name of a file which is being imported  Created in NX6.0.0.  | |
| int | LayerDefault () | 
| Returns the layer default for level 0  Created in NX6.0.0.  | |
| NXOpen::ObjectTypeSelector * | ObjectTypes () | 
| Returns the objectTypes - this is subcomponent being used to set object types filters.   | |
| bool | Optimize () | 
| Returns the optimize - if set to true Optimizes geometry  Created in NX6.0.0.  | |
| NXString | OutputFile () | 
| Returns the output file - if iges file is imported to new part then this name will be used to write the output.   | |
| void | SaveSettings (const NXString &filename) | 
| Saves the save settings - this will save the settings to a file specified  Created in NX6.0.0.  | |
| void | SaveSettings (const char *filename) | 
| Saves the save settings - this will save the settings to a file specified  Created in NX6.0.0.  | |
| void | SetFileOpenFlag (bool doingFileOpen) | 
| Sets the file open flag - set this to false if doing file import  Created in NX6.0.0.  | |
| void | SetFlattenAssembly (bool flattenAssembly) | 
| Sets the flatten assembly - if set to true then assembly structure will not be retained  Created in NX7.5.0.  | |
| void | SetImportTo (NXOpen::Step203Importer::ImportToOption importTo) | 
| Sets the import to - this option will determine the destination for imported iges file.   | |
| void | SetImportToTeamcenter (bool importToTeamcenter) | 
| Sets the ImportToTeamcenter command - if set to true then the assembly will be imported into Teamcenter  Created in NX7.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 | SetLayerDefault (int layerDefault) | 
| Sets the layer default for level 0  Created in NX6.0.0.  | |
| void | SetOptimize (bool optimize) | 
| Sets the optimize - if set to true Optimizes geometry  Created in NX6.0.0.  | |
| void | SetOutputFile (const NXString &filename) | 
| Sets the output file - if iges file is imported to new part then this name will be used to write the output.   | |
| void | SetOutputFile (const char *filename) | 
| Sets the output file - if iges file is imported to new part then this name will be used to write the output.   | |
| 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 | SetSewSurfaces (bool sewSurfaces) | 
| Sets the sew surfaces - if set to true surfaces will be sewed automatically  Created in NX6.0.0.  | |
| void | SetSimplifyGeometry (bool simplifyGeometry) | 
| Sets the simplify geometry - if set to true geometry will be simplified automatically  Created in NX6.0.0.  | |
| void | SetSmoothBSurfaces (bool smoothBSurfaces) | 
| Sets the Smooth B-Surfaces - if set to true smooth B-Surfaces  Created in NX6.0.0.  | |
| NXString | SettingsFile () | 
| Returns the settings file - definition file for default options  Created in NX6.0.0.  | |
| bool | SewSurfaces () | 
| Returns the sew surfaces - if set to true surfaces will be sewed automatically  Created in NX6.0.0.  | |
| bool | SimplifyGeometry () | 
| Returns the simplify geometry - if set to true geometry will be simplified automatically  Created in NX6.0.0.  | |
| bool | SmoothBSurfaces () | 
| Returns the Smooth B-Surfaces - if set to true smooth B-Surfaces  Created in NX6.0.0.  | |
  Public Member Functions inherited from NXOpen::DexBuilder | |
| bool | ProcessHoldFlag () | 
| Returns the process hold flag - set to true if user wants to wait until transaltion process gets completed  Created in NX8.0.0.  | |
| void | SetProcessHoldFlag (bool doingFileSave) | 
| Sets the process hold flag - set to true if user wants to wait until transaltion process gets completed  Created in NX8.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 Step203Importer to be used when importing the STEP203 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::CreateStep203Importer DexManager::CreateStep203Importer @endlink <br>
Default values.
| Property | Value | 
|---|---|
| 
 FlattenAssembly  | 
 0  | 
| 
 ImportTo  | 
 WorkPart  | 
| 
 ImportToTeamcenter  | 
 0  | 
| 
 LayerDefault  | 
 0  | 
| 
 Optimize  | 
 0  | 
| 
 ProcessHoldFlag  | 
 0  | 
| 
 SewSurfaces  | 
 0  | 
| 
 SimplifyGeometry  | 
 0  | 
| 
 SmoothBSurfaces  | 
 1  | 
 Created in NX6.0.0. 
 
| bool NXOpen::Step203Importer::FileOpenFlag | ( | ) | 
Returns the file open flag - set this to false if doing file import 
 Created in NX6.0.0. 
 
 License requirements : None 
| bool NXOpen::Step203Importer::FlattenAssembly | ( | ) | 
Returns the flatten assembly - if set to true then assembly structure will not be retained 
 Created in NX7.5.0. 
 
 License requirements : None 
| NXOpen::Step203Importer::ImportToOption NXOpen::Step203Importer::ImportTo | ( | ) | 
Returns the import to - this option will determine the destination for imported iges file.
it can either be new part or work part. 
 Created in NX6.0.0. 
 
 License requirements : None 
| bool NXOpen::Step203Importer::ImportToTeamcenter | ( | ) | 
Returns the ImportToTeamcenter command - if set to true then the assembly will be imported into Teamcenter 
 Created in NX7.0.0. 
 
 License requirements : None 
| NXString NXOpen::Step203Importer::InputFile | ( | ) | 
Returns the input file - name of a file which is being imported 
 Created in NX6.0.0. 
 
 License requirements : None 
| int NXOpen::Step203Importer::LayerDefault | ( | ) | 
Returns the layer default for level 0 
 Created in NX6.0.0. 
 
 License requirements : None 
| NXOpen::ObjectTypeSelector* NXOpen::Step203Importer::ObjectTypes | ( | ) | 
Returns the objectTypes - this is subcomponent being used to set object types filters.
This will be used to filter objects based on the types 
 Created in NX6.0.0. 
 
 License requirements : None 
| bool NXOpen::Step203Importer::Optimize | ( | ) | 
Returns the optimize - if set to true Optimizes geometry 
 Created in NX6.0.0. 
 
 License requirements : None 
| NXString NXOpen::Step203Importer::OutputFile | ( | ) | 
Returns the output file - if iges file is imported to new part then this name will be used to write the output.
 Created in NX6.0.0. 
 
 License requirements : None 
| void NXOpen::Step203Importer::SaveSettings | ( | const NXString & | filename | ) | 
Saves the save settings - this will save the settings to a file specified 
 Created in NX6.0.0. 
 
 License requirements : None 
| filename | NOTE: The full Unicode character set is not supported for this parameter.  | 
| void NXOpen::Step203Importer::SaveSettings | ( | const char * | filename | ) | 
Saves the save settings - this will save the settings to a file specified 
 Created in NX6.0.0. 
 
 License requirements : None 
| filename | NOTE: The full Unicode character set is not supported for this parameter.  | 
| void NXOpen::Step203Importer::SetFileOpenFlag | ( | bool | doingFileOpen | ) | 
Sets the file open flag - set this to false if doing file import 
 Created in NX6.0.0. 
 
 License requirements : None 
| doingFileOpen | doingfileopen | 
| void NXOpen::Step203Importer::SetFlattenAssembly | ( | bool | flattenAssembly | ) | 
Sets the flatten assembly - if set to true then assembly structure will not be retained 
 Created in NX7.5.0. 
 
 License requirements : None 
| flattenAssembly | flattenassembly | 
| void NXOpen::Step203Importer::SetImportTo | ( | NXOpen::Step203Importer::ImportToOption | importTo | ) | 
Sets the import to - this option will determine the destination for imported iges file.
it can either be new part or work part. 
 Created in NX6.0.0. 
 
 License requirements : None 
| importTo | importto | 
| void NXOpen::Step203Importer::SetImportToTeamcenter | ( | bool | importToTeamcenter | ) | 
Sets the ImportToTeamcenter command - if set to true then the assembly will be imported into Teamcenter 
 Created in NX7.0.0. 
 
 License requirements : None 
| importToTeamcenter | importtoteamcenter | 
| void NXOpen::Step203Importer::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::Step203Importer::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::Step203Importer::SetLayerDefault | ( | int | layerDefault | ) | 
Sets the layer default for level 0 
 Created in NX6.0.0. 
 
 License requirements : None 
| layerDefault | layerdefault | 
| void NXOpen::Step203Importer::SetOptimize | ( | bool | optimize | ) | 
Sets the optimize - if set to true Optimizes geometry 
 Created in NX6.0.0. 
 
 License requirements : None 
| optimize | optimize | 
| void NXOpen::Step203Importer::SetOutputFile | ( | const NXString & | filename | ) | 
Sets the output file - if iges file is imported to new part then this name will be used to write the output.
 Created in NX6.0.0. 
 
 License requirements : None 
| filename | filename | 
| void NXOpen::Step203Importer::SetOutputFile | ( | const char * | filename | ) | 
Sets the output file - if iges file is imported to new part then this name will be used to write the output.
 Created in NX6.0.0. 
 
 License requirements : None 
| filename | filename | 
| void NXOpen::Step203Importer::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::Step203Importer::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::Step203Importer::SetSewSurfaces | ( | bool | sewSurfaces | ) | 
Sets the sew surfaces - if set to true surfaces will be sewed automatically 
 Created in NX6.0.0. 
 
 License requirements : None 
| sewSurfaces | sewsurfaces | 
| void NXOpen::Step203Importer::SetSimplifyGeometry | ( | bool | simplifyGeometry | ) | 
Sets the simplify geometry - if set to true geometry will be simplified automatically 
 Created in NX6.0.0. 
 
 License requirements : None 
| simplifyGeometry | simplifygeometry | 
| void NXOpen::Step203Importer::SetSmoothBSurfaces | ( | bool | smoothBSurfaces | ) | 
Sets the Smooth B-Surfaces - if set to true smooth B-Surfaces 
 Created in NX6.0.0. 
 
 License requirements : None 
| smoothBSurfaces | smoothbsurfaces | 
| NXString NXOpen::Step203Importer::SettingsFile | ( | ) | 
Returns the settings file - definition file for default options 
 Created in NX6.0.0. 
 
 License requirements : None 
| bool NXOpen::Step203Importer::SewSurfaces | ( | ) | 
Returns the sew surfaces - if set to true surfaces will be sewed automatically 
 Created in NX6.0.0. 
 
 License requirements : None 
| bool NXOpen::Step203Importer::SimplifyGeometry | ( | ) | 
Returns the simplify geometry - if set to true geometry will be simplified automatically 
 Created in NX6.0.0. 
 
 License requirements : None 
| bool NXOpen::Step203Importer::SmoothBSurfaces | ( | ) | 
Returns the Smooth B-Surfaces - if set to true smooth B-Surfaces 
 Created in NX6.0.0. 
 
 License requirements : None