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 | 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 | 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 | SetSettingsFile (const NXString &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. |
Represents a Step203Importer to be used when importing the STEP203 Data This class is created using DexManager .
NULL object will be returned from Commit()
To create a new instance of this class, use DexManager::CreateStep203Importer
Default values.
Property | Value |
---|---|
FlattenAssembly |
0 |
ImportTo |
WorkPart |
ImportToTeamcenter |
0 |
LayerDefault |
0 |
Optimize |
0 |
SewSurfaces |
0 |
SimplifyGeometry |
0 |
SmoothBSurfaces |
1 |
Created in NX6.0.0.
Returns the file open flag - set this to false if doing file import
Created in NX6.0.0.
License requirements : None
Returns the flatten assembly - if set to true then assembly structure will not be retained
Created in NX7.5.0.
License requirements : None
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
Returns the ImportToTeamcenter command - if set to true then the assembly will be imported into Teamcenter
Created in NX7.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
Returns the layer default for level 0
Created in NX6.0.0.
License requirements : None
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
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::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 |
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::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::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::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 |
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
Returns the simplify geometry - if set to true geometry will be simplified automatically
Created in NX6.0.0.
License requirements : None
Returns the Smooth B-Surfaces - if set to true smooth B-Surfaces
Created in NX6.0.0.
License requirements : None