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

Represents a NXOpen::IgesImporter to be used when importing the IGES Data This class is created using NXOpen::DexManager . More...

Inheritance diagram for NXOpen::IgesImporter:
NXOpen::DexBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  CopiousDataEnum { CopiousDataEnumCubicNURBBestfitSpline, CopiousDataEnumLinearNURBSpline, CopiousDataEnumGroupofLines }
 Copious Data Option. More...
 
enum  ImportToEnum { ImportToEnumWorkPart, ImportToEnumNewPart }
 Import To Option. More...
 

Public Member Functions

NXOpen::IgesImporter::CopiousDataEnum CopiousData ()
 Returns the copious data mapping
Created in NX6.0.0. More...
 
bool FileOpenFlag ()
 Returns the file open flag - set this to false if doing file import
Created in NX6.0.0. More...
 
bool FlattenAssembly ()
 Returns the flatten assembly - if set to true then assembly structure will not be retained
Created in NX6.0.0. More...
 
double GeomFixupTol ()
 Returns the geometry fixup tol
Created in NX6.0.0. More...
 
NXOpen::IgesImporter::ImportToEnum ImportTo ()
 Returns the import to - this option will determine the destination for imported iges file. More...
 
bool ImportToTeamcenter ()
 Returns the flatten assembly - if set to true then assembly structure will not be retained
Created in NX7.0.0. More...
 
NXString InputFile ()
 Returns the input file - name of a file which is being imported
Created in NX6.0.0. More...
 
int LayerDefault ()
 Returns the layer default for level 0 in iges
Created in NX6.0.0. More...
 
NXString LayerMask ()
 Returns the layerMask - comma spearate list of enabled layers
Created in NX6.0.0. More...
 
bool MapViewDep ()
 Returns the map view dep - set to true if you want to map view dependent/modified entity to model object
Created in NX6.0.0. More...
 
NXOpen::ObjectTypeSelectorObjectTypes ()
 Returns the objectTypes - this is subcomponent being used to set object types filters. More...
 
bool Optimize ()
 Returns the optimize - set this to true if automatic optimize geometry
Created in NX6.0.0. More...
 
NXString OutputFile ()
 Returns the output file - if iges file is imported to new part then this name will be used to write the output. More...
 
void SaveSettings (const NXString &filename)
 Returns the save settings - this will save the settings to a file specified
Created in NX6.0.0. More...
 
void SaveSettings (const char *filename)
 Returns the save settings - this will save the settings to a file specified
Created in NX6.0.0. More...
 
void SetCopiousData (NXOpen::IgesImporter::CopiousDataEnum copiousData)
 Sets the copious data mapping
Created in NX6.0.0. More...
 
void SetFileOpenFlag (bool doingFileOpen)
 Sets the file open flag - set this to false if doing file import
Created in NX6.0.0. More...
 
void SetFlattenAssembly (bool flattenAssembly)
 Sets the flatten assembly - if set to true then assembly structure will not be retained
Created in NX6.0.0. More...
 
void SetGeomFixupTol (double geomFixupTol)
 Sets the geometry fixup tol
Created in NX6.0.0. More...
 
void SetImportTo (NXOpen::IgesImporter::ImportToEnum importTo)
 Sets the import to - this option will determine the destination for imported iges file. More...
 
void SetImportToTeamcenter (bool importToTeamcenter)
 Sets the flatten assembly - if set to true then assembly structure will not be retained
Created in NX7.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 SetLayerDefault (int layerDefault)
 Sets the layer default for level 0 in iges
Created in NX6.0.0. More...
 
void SetLayerMask (const NXString &layerMask)
 Sets the layerMask - comma spearate list of enabled layers
Created in NX6.0.0. More...
 
void SetLayerMask (const char *layerMask)
 Sets the layerMask - comma spearate list of enabled layers
Created in NX6.0.0. More...
 
void SetMapViewDep (bool mapViewDep)
 Sets the map view dep - set to true if you want to map view dependent/modified entity to model object
Created in NX6.0.0. More...
 
void SetOptimize (bool optimize)
 Sets the optimize - set this to true if automatic optimize geometry
Created in NX6.0.0. More...
 
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. More...
 
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. More...
 
void SetSettingsFile (const NXString &filename)
 Sets the settings file - definition file for default options
Created in NX6.0.0. More...
 
void SetSettingsFile (const char *filename)
 Sets the settings file - definition file for default options
Created in NX6.0.0. More...
 
void SetSewSurfaces (bool sewSurfaces)
 Sets the sew surfaces - set this to true if automatic sewing of surfaces is desired
Created in NX6.0.0. More...
 
void SetSimplifyGeometry (bool simplifyGeometry)
 Sets the simplify geometry - set this to true if automatic simplification of geometry is desired
Created in NX6.0.0. More...
 
void SetSmoothBSurf (bool smoothBSurf)
 Sets the smooth bsurf - set the flag to true if b-surfaced are required to be smoothed
Created in NX6.0.0. More...
 
void SetSurfTrimTol (double surfTrimTol)
 Sets the surf trim tol - surface trimming tolerance
Created in NX6.0.0. More...
 
NXString SettingsFile ()
 Returns the settings file - definition file for default options
Created in NX6.0.0. More...
 
bool SewSurfaces ()
 Returns the sew surfaces - set this to true if automatic sewing of surfaces is desired
Created in NX6.0.0. More...
 
bool SimplifyGeometry ()
 Returns the simplify geometry - set this to true if automatic simplification of geometry is desired
Created in NX6.0.0. More...
 
bool SmoothBSurf ()
 Returns the smooth bsurf - set the flag to true if b-surfaced are required to be smoothed
Created in NX6.0.0. More...
 
double SurfTrimTol ()
 Returns the surf trim tol - surface trimming tolerance
Created in NX6.0.0. More...
 
- 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. More...
 
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. 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::IgesImporter to be used when importing the IGES 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::CreateIgesImporter
Default values.

Property Value

CopiousData

CubicNURBBestfitSpline

FlattenAssembly

0

GeomFixupTol

0

ImportTo

WorkPart

ImportToTeamcenter

0

LayerDefault

0

MapViewDep

0

Optimize

0

ProcessHoldFlag

0

SewSurfaces

0

SimplifyGeometry

0

SmoothBSurf

0

SurfTrimTol

0.0254


Created in NX6.0.0.

Member Enumeration Documentation

Copious Data Option.

Enumerator
CopiousDataEnumCubicNURBBestfitSpline 

map copious data to Cubic Nurb best fit spline

CopiousDataEnumLinearNURBSpline 

map copious data to Linear Nurb spline

CopiousDataEnumGroupofLines 

Group of lines.

Import To Option.

Enumerator
ImportToEnumWorkPart 

import iges file to work part

ImportToEnumNewPart 

import iges file to new part

Member Function Documentation

NXOpen::IgesImporter::CopiousDataEnum NXOpen::IgesImporter::CopiousData ( )

Returns the copious data mapping
Created in NX6.0.0.



License requirements : None

bool NXOpen::IgesImporter::FileOpenFlag ( )

Returns the file open flag - set this to false if doing file import
Created in NX6.0.0.



License requirements : None

bool NXOpen::IgesImporter::FlattenAssembly ( )

Returns the flatten assembly - if set to true then assembly structure will not be retained
Created in NX6.0.0.



License requirements : None

double NXOpen::IgesImporter::GeomFixupTol ( )

Returns the geometry fixup tol
Created in NX6.0.0.



License requirements : None

NXOpen::IgesImporter::ImportToEnum NXOpen::IgesImporter::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::IgesImporter::ImportToTeamcenter ( )

Returns the flatten assembly - if set to true then assembly structure will not be retained
Created in NX7.0.0.



License requirements : None

NXString NXOpen::IgesImporter::InputFile ( )

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



License requirements : None

int NXOpen::IgesImporter::LayerDefault ( )

Returns the layer default for level 0 in iges
Created in NX6.0.0.



License requirements : None

NXString NXOpen::IgesImporter::LayerMask ( )

Returns the layerMask - comma spearate list of enabled layers
Created in NX6.0.0.



License requirements : None

bool NXOpen::IgesImporter::MapViewDep ( )

Returns the map view dep - set to true if you want to map view dependent/modified entity to model object
Created in NX6.0.0.



License requirements : None

NXOpen::ObjectTypeSelector* NXOpen::IgesImporter::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::IgesImporter::Optimize ( )

Returns the optimize - set this to true if automatic optimize geometry
Created in NX6.0.0.



License requirements : None

NXString NXOpen::IgesImporter::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::IgesImporter::SaveSettings ( const NXString filename)

Returns the save settings - this will save the settings to a file specified
Created in NX6.0.0.



License requirements : None

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

Returns the save settings - this will save the settings to a file specified
Created in NX6.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::IgesImporter::SetCopiousData ( NXOpen::IgesImporter::CopiousDataEnum  copiousData)

Sets the copious data mapping
Created in NX6.0.0.



License requirements : None

Parameters
copiousDatacopiousdata
void NXOpen::IgesImporter::SetFileOpenFlag ( bool  doingFileOpen)

Sets the file open flag - set this to false if doing file import
Created in NX6.0.0.



License requirements : None

Parameters
doingFileOpendoingfileopen
void NXOpen::IgesImporter::SetFlattenAssembly ( bool  flattenAssembly)

Sets the flatten assembly - if set to true then assembly structure will not be retained
Created in NX6.0.0.



License requirements : None

Parameters
flattenAssemblyflattenassembly
void NXOpen::IgesImporter::SetGeomFixupTol ( double  geomFixupTol)

Sets the geometry fixup tol
Created in NX6.0.0.



License requirements : None

Parameters
geomFixupTolgeomfixuptol
void NXOpen::IgesImporter::SetImportTo ( NXOpen::IgesImporter::ImportToEnum  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

Parameters
importToimportto
void NXOpen::IgesImporter::SetImportToTeamcenter ( bool  importToTeamcenter)

Sets the flatten assembly - if set to true then assembly structure will not be retained
Created in NX7.0.0.



License requirements : None

Parameters
importToTeamcenterimporttoteamcenter
void NXOpen::IgesImporter::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::IgesImporter::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::IgesImporter::SetLayerDefault ( int  layerDefault)

Sets the layer default for level 0 in iges
Created in NX6.0.0.



License requirements : None

Parameters
layerDefaultlayerdefault
void NXOpen::IgesImporter::SetLayerMask ( const NXString layerMask)

Sets the layerMask - comma spearate list of enabled layers
Created in NX6.0.0.



License requirements : None

Parameters
layerMasklayermask
void NXOpen::IgesImporter::SetLayerMask ( const char *  layerMask)

Sets the layerMask - comma spearate list of enabled layers
Created in NX6.0.0.



License requirements : None

Parameters
layerMasklayermask
void NXOpen::IgesImporter::SetMapViewDep ( bool  mapViewDep)

Sets the map view dep - set to true if you want to map view dependent/modified entity to model object
Created in NX6.0.0.



License requirements : None

Parameters
mapViewDepmapviewdep
void NXOpen::IgesImporter::SetOptimize ( bool  optimize)

Sets the optimize - set this to true if automatic optimize geometry
Created in NX6.0.0.



License requirements : None

Parameters
optimizeoptimize
void NXOpen::IgesImporter::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

Parameters
filenamefilename
void NXOpen::IgesImporter::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

Parameters
filenamefilename
void NXOpen::IgesImporter::SetSettingsFile ( const NXString filename)

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



License requirements : None

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

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



License requirements : None

Parameters
filenamefilename
void NXOpen::IgesImporter::SetSewSurfaces ( bool  sewSurfaces)

Sets the sew surfaces - set this to true if automatic sewing of surfaces is desired
Created in NX6.0.0.



License requirements : None

Parameters
sewSurfacessewsurfaces
void NXOpen::IgesImporter::SetSimplifyGeometry ( bool  simplifyGeometry)

Sets the simplify geometry - set this to true if automatic simplification of geometry is desired
Created in NX6.0.0.



License requirements : None

Parameters
simplifyGeometrysimplifygeometry
void NXOpen::IgesImporter::SetSmoothBSurf ( bool  smoothBSurf)

Sets the smooth bsurf - set the flag to true if b-surfaced are required to be smoothed
Created in NX6.0.0.



License requirements : None

Parameters
smoothBSurfsmoothbsurf
void NXOpen::IgesImporter::SetSurfTrimTol ( double  surfTrimTol)

Sets the surf trim tol - surface trimming tolerance
Created in NX6.0.0.



License requirements : None

Parameters
surfTrimTolsurftrimtol
NXString NXOpen::IgesImporter::SettingsFile ( )

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



License requirements : None

bool NXOpen::IgesImporter::SewSurfaces ( )

Returns the sew surfaces - set this to true if automatic sewing of surfaces is desired
Created in NX6.0.0.



License requirements : None

bool NXOpen::IgesImporter::SimplifyGeometry ( )

Returns the simplify geometry - set this to true if automatic simplification of geometry is desired
Created in NX6.0.0.



License requirements : None

bool NXOpen::IgesImporter::SmoothBSurf ( )

Returns the smooth bsurf - set the flag to true if b-surfaced are required to be smoothed
Created in NX6.0.0.



License requirements : None

double NXOpen::IgesImporter::SurfTrimTol ( )

Returns the surf trim tol - surface trimming tolerance
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.