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

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

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

Public Types

enum  CrossHatchMapEnum { CrossHatchMapEnumSectionArea, CrossHatchMapEnumCopiousData }
 Cross Hatch Map Option. More...
 
enum  CsysrefEnum { CsysrefEnumAbsolute, CsysrefEnumWcs, CsysrefEnumSpecifiedCsys }
 Cysref Option. More...
 
enum  ExportFromOption { ExportFromOptionDisplayPart, ExportFromOptionExistingPart }
 Export From Option. More...
 
enum  MapRevolvedFacesOption { MapRevolvedFacesOptionBSurfaces, MapRevolvedFacesOptionSurfaceOfRevolution }
 Map Option. More...
 

Public Member Functions

NXString Author ()
 Returns the author - name of the author
Created in NX5.0.0. More...
 
double BcurveTol ()
 Returns the bcurve tol - tolerance for creating b-spline curves
Created in NX6.0.0. More...
 
NXString Company ()
 Returns the company - company name
Created in NX6.0.0. More...
 
NXOpen::CoordinateSystemCsys ()
 Returns the csys - reference coordinate system for exported data
Created in NX5.0.0. More...
 
NXString DrawingList ()
 Returns the drawing list - comma separated list of drawings
Created in NX6.0.0. More...
 
bool ExportDrawings ()
 Returns the Export drawings to IGES - if set to ture drawings will be exported to IGES
Created in NX6.0.0. More...
 
NXOpen::IgesCreator::ExportFromOption ExportFrom ()
 Returns the export from - this option will determine if data from display part or existing part is exported
Created in NX6.0.0. More...
 
bool ExportModelData ()
 Returns the Export NX model data to IGES - if set to true model data will be exported to IGES
Created in NX6.0.0. More...
 
NXOpen::ObjectSelectorExportSelectionBlock ()
 Returns the export selection block - the object selection will be done by this block. More...
 
bool FileSaveFlag ()
 Returns the file save flag - set to false if doing file export
Created in NX6.0.0. More...
 
bool FlattenAssembly ()
 Returns the flatten assembly - if set to true the assembly structure will not be retained
Created in NX6.0.0. More...
 
double IdenticalPointResolution ()
 Returns the identical point resolution - if not using system defined tolerance for identical points then specify new value
Created in NX6.0.0. More...
 
NXString InputFile ()
 Returns the input file - name of file which is being exported. More...
 
bool Jama ()
 Returns the jama - if set to true the exported data will be Japanese Automotive compliant
Created in NX6.0.0. More...
 
NXString LayerMask ()
 Returns the layerMask - You can limit the data you export by only specifying the layers that contain the appropriate information. More...
 
NXOpen::IgesCreator::CrossHatchMapEnum MapCrossHatchTo ()
 Returns the map cross hatch to section area or copious data
Created in NX6.0.0. More...
 
NXOpen::IgesCreator::MapRevolvedFacesOption MapRevolvedFacesTo ()
 Returns the Map revolved faces in NX to IGES b-surfaces/surface of revolution
Created in NX6.0.0. More...
 
bool MapTabCylToBSurf ()
 Returns the map tabulated cylinder to b-spline surface
Created in NX6.0.0. More...
 
double MaxLineThickness ()
 Returns the max line thickness - maximum line thickness in resulting iges file
Created in NX6.0.0. More...
 
double MaxThreeDMdlSpace ()
 Returns the maxThree dmdl space - if not using system defined maximum 3D model space then specifiy the new value
Created in NX6.0.0. More...
 
NXOpen::ObjectTypeSelectorObjectTypes ()
 Returns the objectTypes - this is subcomponent being used to set object types filters. More...
 
NXString OutputFile ()
 Returns the output file - the name of iges file where output is being written
Created in NX6.0.0. More...
 
NXString ReceiverID ()
 Returns the receiver id
Created in NX6.0.0. More...
 
NXOpen::IgesCreator::CsysrefEnum ReferenceType ()
 Returns the reference type - reference coordinate system for export
Created in NX6.0.0. More...
 
void SaveSettings (const NXString &filename)
 The save settings - this will save the settings to a file sepcified
Created in NX6.0.0. More...
 
void SaveSettings (const char *filename)
 The save settings - this will save the settings to a file sepcified
Created in NX6.0.0. More...
 
void SetAuthor (const NXString &author)
 Sets the author - name of the author
Created in NX6.0.0. More...
 
void SetAuthor (const char *author)
 Sets the author - name of the author
Created in NX6.0.0. More...
 
void SetBcurveTol (double bcurveTol)
 Sets the bcurve tol - tolerance for creating b-spline curves
Created in NX6.0.0. More...
 
void SetCompany (const NXString &company)
 Sets the company - company name
Created in NX6.0.0. More...
 
void SetCompany (const char *company)
 Sets the company - company name
Created in NX6.0.0. More...
 
void SetCsys (NXOpen::CoordinateSystem *csys)
 Sets the csys - reference coordinate system for exported data
Created in NX5.0.0. More...
 
void SetDrawingArray (const std::vector< NXOpen::TaggedObject * > &objects)
 Sets the drawings - the list of drawings to translate
Created in NX6.0.0. More...
 
void SetDrawingList (const NXString &drawingList)
 Sets the drawing list - comma separated list of drawings
Created in NX6.0.0. More...
 
void SetDrawingList (const char *drawingList)
 Sets the drawing list - comma separated list of drawings
Created in NX6.0.0. More...
 
void SetExportDrawings (bool drawings)
 Sets the Export drawings to IGES - if set to ture drawings will be exported to IGES
Created in NX6.0.0. More...
 
void SetExportFrom (NXOpen::IgesCreator::ExportFromOption exportFrom)
 Sets the export from - this option will determine if data from display part or existing part is exported
Created in NX6.0.0. More...
 
void SetExportModelData (bool modelData)
 Sets the Export NX model data to IGES - if set to true model data will be exported to IGES
Created in NX6.0.0. More...
 
void SetFileSaveFlag (bool doingFileSave)
 Sets the file save flag - set to false if doing file export
Created in NX6.0.0. More...
 
void SetFlattenAssembly (bool flattenAssembly)
 Sets the flatten assembly - if set to true the assembly structure will not be retained
Created in NX6.0.0. More...
 
void SetIdenticalPointResolution (double identicalPointResolution)
 Sets the identical point resolution - if not using system defined tolerance for identical points then specify new value
Created in NX6.0.0. More...
 
void SetInputFile (const NXString &filename)
 Sets the input file - name of file which is being exported. More...
 
void SetInputFile (const char *filename)
 Sets the input file - name of file which is being exported. More...
 
void SetJama (bool jama)
 Sets the jama - if set to true the exported data will be Japanese Automotive compliant
Created in NX6.0.0. More...
 
void SetLayerMask (const NXString &layerMask)
 Sets the layerMask - You can limit the data you export by only specifying the layers that contain the appropriate information. More...
 
void SetLayerMask (const char *layerMask)
 Sets the layerMask - You can limit the data you export by only specifying the layers that contain the appropriate information. More...
 
void SetMapCrossHatchTo (NXOpen::IgesCreator::CrossHatchMapEnum mapCrossHatchTo)
 Sets the map cross hatch to section area or copious data
Created in NX6.0.0. More...
 
void SetMapRevolvedFacesTo (NXOpen::IgesCreator::MapRevolvedFacesOption revolvedFacesTo)
 Sets the Map revolved faces in NX to IGES b-surfaces/surface of revolution
Created in NX6.0.0. More...
 
void SetMapTabCylToBSurf (bool mapTabCylToBSurf)
 Sets the map tabulated cylinder to b-spline surface
Created in NX6.0.0. More...
 
void SetMaxLineThickness (double maxLineThickness)
 Sets the max line thickness - maximum line thickness in resulting iges file
Created in NX6.0.0. More...
 
void SetMaxThreeDMdlSpace (double maxThreeDMdlSpace)
 Sets the maxThree dmdl space - if not using system defined maximum 3D model space then specifiy the new value
Created in NX6.0.0. More...
 
void SetOutputFile (const NXString &filename)
 Sets the output file - the name of iges file where output is being written
Created in NX6.0.0. More...
 
void SetOutputFile (const char *filename)
 Sets the output file - the name of iges file where output is being written
Created in NX6.0.0. More...
 
void SetReceiverID (const NXString &receiverID)
 Sets the receiver id
Created in NX6.0.0. More...
 
void SetReceiverID (const char *receiverID)
 Sets the receiver id
Created in NX6.0.0. More...
 
void SetReferenceType (NXOpen::IgesCreator::CsysrefEnum referenceType)
 Sets the reference type - reference coordinate system for export
Created in NX6.0.0. More...
 
void SetSettingsFile (const NXString &filename)
 Sets the Settings File to read the default settings
Created in NX6.0.0. More...
 
void SetSettingsFile (const char *filename)
 Sets the Settings File to read the default settings
Created in NX6.0.0. More...
 
void SetStartSectionFile (const NXString &filename)
 Sets the start section file - name of the file to provide start section
Created in NX6.0.0. More...
 
void SetStartSectionFile (const char *filename)
 Sets the start section file - name of the file to provide start section
Created in NX6.0.0. More...
 
void SetSysDefidenticalPointResolution (bool sysDefidenticalPointResolution)
 Sets the sys defidentical point resolution - if set to true then system defined tolerance will be used to find identical points
Created in NX6.0.0. More...
 
void SetSysDefmaxThreeDMdlSpace (bool sysDefmaxThreeDMdlSpace)
 Sets the sys defmaxThreeDmdl space - if set to true then system defined maximum 3D model space will be used
Created in NX6.0.0. More...
 
NXString SettingsFile ()
 Returns the Settings File to read the default settings
Created in NX6.0.0. More...
 
void SetUseStartSectionFile (bool useStartSectionFile)
 Sets the use start section file - set to true if want to specify text file for start section
Created in NX6.0.0. More...
 
void SetViewList (const NXString &viewList)
 Sets the view list - comma separated list of views
Created in NX6.0.0. More...
 
void SetViewList (const char *viewList)
 Sets the view list - comma separated list of views
Created in NX6.0.0. More...
 
NXString StartSectionFile ()
 Returns the start section file - name of the file to provide start section
Created in NX6.0.0. More...
 
bool SysDefidenticalPointResolution ()
 Returns the sys defidentical point resolution - if set to true then system defined tolerance will be used to find identical points
Created in NX6.0.0. More...
 
bool SysDefmaxThreeDMdlSpace ()
 Returns the sys defmaxThreeDmdl space - if set to true then system defined maximum 3D model space will be used
Created in NX6.0.0. More...
 
bool UseStartSectionFile ()
 Returns the use start section file - set to true if want to specify text file for start section
Created in NX6.0.0. More...
 
NXString ViewList ()
 Returns the view list - comma separated list of views
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::IgesCreator to be used when exporting the IGES Data This class is created using NXOpen::DexManager .

NULL object will be returned from Commit(). The workpart should be present in the session before calling commit().
To create a new instance of this class, use NXOpen::DexManager::CreateIgesCreator
Default values.

Property Value

BcurveTol

0.058

ExportDrawings

0

ExportFrom

DisplayPart

ExportModelData

0

FlattenAssembly

0

IdenticalPointResolution

0

Jama

0

MapCrossHatchTo

SectionArea

MapRevolvedFacesTo

BSurfaces

MapTabCylToBSurf

0

MaxLineThickness

0

MaxThreeDMdlSpace

0

ProcessHoldFlag

0

ReferenceType

Absolute

SysDefidenticalPointResolution

0

SysDefmaxThreeDMdlSpace

0

UseStartSectionFile

0


Created in NX6.0.0.

Member Enumeration Documentation

Cross Hatch Map Option.

Enumerator
CrossHatchMapEnumSectionArea 

map cross hatch as section area

CrossHatchMapEnumCopiousData 

map cross hatch as copious data

Cysref Option.

Enumerator
CsysrefEnumAbsolute 

export data with respect to absolute CSYS

CsysrefEnumWcs 

export data with respect to working CSYS

CsysrefEnumSpecifiedCsys 

export data with respect to specified CSYS

Export From Option.

Enumerator
ExportFromOptionDisplayPart 

export data from displayed part

ExportFromOptionExistingPart 

export data from existing part which is on disk

Map Option.

Enumerator
MapRevolvedFacesOptionBSurfaces 

export revolved faces as b-surfaces

MapRevolvedFacesOptionSurfaceOfRevolution 

exported revolved faces as surface of revolution

Member Function Documentation

NXString NXOpen::IgesCreator::Author ( )

Returns the author - name of the author
Created in NX5.0.0.



License requirements : None

double NXOpen::IgesCreator::BcurveTol ( )

Returns the bcurve tol - tolerance for creating b-spline curves
Created in NX6.0.0.



License requirements : None

NXString NXOpen::IgesCreator::Company ( )

Returns the company - company name
Created in NX6.0.0.



License requirements : None

NXOpen::CoordinateSystem* NXOpen::IgesCreator::Csys ( )

Returns the csys - reference coordinate system for exported data
Created in NX5.0.0.



License requirements : None

NXString NXOpen::IgesCreator::DrawingList ( )

Returns the drawing list - comma separated list of drawings
Created in NX6.0.0.



License requirements : None

bool NXOpen::IgesCreator::ExportDrawings ( )

Returns the Export drawings to IGES - if set to ture drawings will be exported to IGES
Created in NX6.0.0.



License requirements : None

NXOpen::IgesCreator::ExportFromOption NXOpen::IgesCreator::ExportFrom ( )

Returns the export from - this option will determine if data from display part or existing part is exported
Created in NX6.0.0.



License requirements : None

bool NXOpen::IgesCreator::ExportModelData ( )

Returns the Export NX model data to IGES - if set to true model data will be exported to IGES
Created in NX6.0.0.



License requirements : None

NXOpen::ObjectSelector* NXOpen::IgesCreator::ExportSelectionBlock ( )

Returns the export selection block - the object selection will be done by this block.


Created in NX6.0.0.

License requirements : None

bool NXOpen::IgesCreator::FileSaveFlag ( )

Returns the file save flag - set to false if doing file export
Created in NX6.0.0.



License requirements : None

bool NXOpen::IgesCreator::FlattenAssembly ( )

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



License requirements : None

double NXOpen::IgesCreator::IdenticalPointResolution ( )

Returns the identical point resolution - if not using system defined tolerance for identical points then specify new value
Created in NX6.0.0.



License requirements : None

NXString NXOpen::IgesCreator::InputFile ( )

Returns the input file - name of file which is being exported.


Created in NX6.0.0.

License requirements : None

bool NXOpen::IgesCreator::Jama ( )

Returns the jama - if set to true the exported data will be Japanese Automotive compliant
Created in NX6.0.0.



License requirements : None

NXString NXOpen::IgesCreator::LayerMask ( )

Returns the layerMask - You can limit the data you export by only specifying the layers that contain the appropriate information.

You can enter layer numbers or layers ranges separated by commas. For example, 1, 5, 88-109,190-199, 201, 206-210 is a legal specification. The default setting for Layers to Export is 1-256.
Created in NX6.0.0.

License requirements : None

NXOpen::IgesCreator::CrossHatchMapEnum NXOpen::IgesCreator::MapCrossHatchTo ( )

Returns the map cross hatch to section area or copious data
Created in NX6.0.0.



License requirements : None

NXOpen::IgesCreator::MapRevolvedFacesOption NXOpen::IgesCreator::MapRevolvedFacesTo ( )

Returns the Map revolved faces in NX to IGES b-surfaces/surface of revolution
Created in NX6.0.0.



License requirements : None

bool NXOpen::IgesCreator::MapTabCylToBSurf ( )

Returns the map tabulated cylinder to b-spline surface
Created in NX6.0.0.



License requirements : None

double NXOpen::IgesCreator::MaxLineThickness ( )

Returns the max line thickness - maximum line thickness in resulting iges file
Created in NX6.0.0.



License requirements : None

double NXOpen::IgesCreator::MaxThreeDMdlSpace ( )

Returns the maxThree dmdl space - if not using system defined maximum 3D model space then specifiy the new value
Created in NX6.0.0.



License requirements : None

NXOpen::ObjectTypeSelector* NXOpen::IgesCreator::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

NXString NXOpen::IgesCreator::OutputFile ( )

Returns the output file - the name of iges file where output is being written
Created in NX6.0.0.



License requirements : None

NXString NXOpen::IgesCreator::ReceiverID ( )

Returns the receiver id
Created in NX6.0.0.



License requirements : None

NXOpen::IgesCreator::CsysrefEnum NXOpen::IgesCreator::ReferenceType ( )

Returns the reference type - reference coordinate system for export
Created in NX6.0.0.



License requirements : None

void NXOpen::IgesCreator::SaveSettings ( const NXString filename)

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



License requirements : None

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

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



License requirements : None

Parameters
filenamefilename
void NXOpen::IgesCreator::SetAuthor ( const NXString author)

Sets the author - name of the author
Created in NX6.0.0.



License requirements : None

Parameters
authorauthor
void NXOpen::IgesCreator::SetAuthor ( const char *  author)

Sets the author - name of the author
Created in NX6.0.0.



License requirements : None

Parameters
authorauthor
void NXOpen::IgesCreator::SetBcurveTol ( double  bcurveTol)

Sets the bcurve tol - tolerance for creating b-spline curves
Created in NX6.0.0.



License requirements : None

Parameters
bcurveTolbcurvetol
void NXOpen::IgesCreator::SetCompany ( const NXString company)

Sets the company - company name
Created in NX6.0.0.



License requirements : None

Parameters
companycompany
void NXOpen::IgesCreator::SetCompany ( const char *  company)

Sets the company - company name
Created in NX6.0.0.



License requirements : None

Parameters
companycompany
void NXOpen::IgesCreator::SetCsys ( NXOpen::CoordinateSystem csys)

Sets the csys - reference coordinate system for exported data
Created in NX5.0.0.



License requirements : None

Parameters
csyscsys
void NXOpen::IgesCreator::SetDrawingArray ( const std::vector< NXOpen::TaggedObject * > &  objects)

Sets the drawings - the list of drawings to translate
Created in NX6.0.0.



License requirements : None

Parameters
objectsitems in list
void NXOpen::IgesCreator::SetDrawingList ( const NXString drawingList)

Sets the drawing list - comma separated list of drawings
Created in NX6.0.0.



License requirements : None

Parameters
drawingListdrawinglist
void NXOpen::IgesCreator::SetDrawingList ( const char *  drawingList)

Sets the drawing list - comma separated list of drawings
Created in NX6.0.0.



License requirements : None

Parameters
drawingListdrawinglist
void NXOpen::IgesCreator::SetExportDrawings ( bool  drawings)

Sets the Export drawings to IGES - if set to ture drawings will be exported to IGES
Created in NX6.0.0.



License requirements : None

Parameters
drawingsdrawings
void NXOpen::IgesCreator::SetExportFrom ( NXOpen::IgesCreator::ExportFromOption  exportFrom)

Sets the export from - this option will determine if data from display part or existing part is exported
Created in NX6.0.0.



License requirements : None

Parameters
exportFromexportfrom
void NXOpen::IgesCreator::SetExportModelData ( bool  modelData)

Sets the Export NX model data to IGES - if set to true model data will be exported to IGES
Created in NX6.0.0.



License requirements : None

Parameters
modelDatamodeldata
void NXOpen::IgesCreator::SetFileSaveFlag ( bool  doingFileSave)

Sets the file save flag - set to false if doing file export
Created in NX6.0.0.



License requirements : None

Parameters
doingFileSavedoingfilesave
void NXOpen::IgesCreator::SetFlattenAssembly ( bool  flattenAssembly)

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



License requirements : None

Parameters
flattenAssemblyflattenassembly
void NXOpen::IgesCreator::SetIdenticalPointResolution ( double  identicalPointResolution)

Sets the identical point resolution - if not using system defined tolerance for identical points then specify new value
Created in NX6.0.0.



License requirements : None

Parameters
identicalPointResolutionidenticalpointresolution
void NXOpen::IgesCreator::SetInputFile ( const NXString filename)

Sets the input file - name of file which is being exported.


Created in NX6.0.0.

License requirements : None

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

Sets the input file - name of file which is being exported.


Created in NX6.0.0.

License requirements : None

Parameters
filenamefilename
void NXOpen::IgesCreator::SetJama ( bool  jama)

Sets the jama - if set to true the exported data will be Japanese Automotive compliant
Created in NX6.0.0.



License requirements : None

Parameters
jamajama
void NXOpen::IgesCreator::SetLayerMask ( const NXString layerMask)

Sets the layerMask - You can limit the data you export by only specifying the layers that contain the appropriate information.

You can enter layer numbers or layers ranges separated by commas. For example, 1, 5, 88-109,190-199, 201, 206-210 is a legal specification. The default setting for Layers to Export is 1-256.
Created in NX6.0.0.

License requirements : None

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

Sets the layerMask - You can limit the data you export by only specifying the layers that contain the appropriate information.

You can enter layer numbers or layers ranges separated by commas. For example, 1, 5, 88-109,190-199, 201, 206-210 is a legal specification. The default setting for Layers to Export is 1-256.
Created in NX6.0.0.

License requirements : None

Parameters
layerMasklayermask
void NXOpen::IgesCreator::SetMapCrossHatchTo ( NXOpen::IgesCreator::CrossHatchMapEnum  mapCrossHatchTo)

Sets the map cross hatch to section area or copious data
Created in NX6.0.0.



License requirements : None

Parameters
mapCrossHatchTomapcrosshatchto
void NXOpen::IgesCreator::SetMapRevolvedFacesTo ( NXOpen::IgesCreator::MapRevolvedFacesOption  revolvedFacesTo)

Sets the Map revolved faces in NX to IGES b-surfaces/surface of revolution
Created in NX6.0.0.



License requirements : None

Parameters
revolvedFacesTorevolvedfacesto
void NXOpen::IgesCreator::SetMapTabCylToBSurf ( bool  mapTabCylToBSurf)

Sets the map tabulated cylinder to b-spline surface
Created in NX6.0.0.



License requirements : None

Parameters
mapTabCylToBSurfmaptabcyltobsurf
void NXOpen::IgesCreator::SetMaxLineThickness ( double  maxLineThickness)

Sets the max line thickness - maximum line thickness in resulting iges file
Created in NX6.0.0.



License requirements : None

Parameters
maxLineThicknessmaxlinethickness
void NXOpen::IgesCreator::SetMaxThreeDMdlSpace ( double  maxThreeDMdlSpace)

Sets the maxThree dmdl space - if not using system defined maximum 3D model space then specifiy the new value
Created in NX6.0.0.



License requirements : None

Parameters
maxThreeDMdlSpacemaxthreedmdlspace
void NXOpen::IgesCreator::SetOutputFile ( const NXString filename)

Sets the output file - the name of iges file where output is being written
Created in NX6.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::IgesCreator::SetOutputFile ( const char *  filename)

Sets the output file - the name of iges file where output is being written
Created in NX6.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::IgesCreator::SetReceiverID ( const NXString receiverID)

Sets the receiver id
Created in NX6.0.0.



License requirements : None

Parameters
receiverIDreceiverid
void NXOpen::IgesCreator::SetReceiverID ( const char *  receiverID)

Sets the receiver id
Created in NX6.0.0.



License requirements : None

Parameters
receiverIDreceiverid
void NXOpen::IgesCreator::SetReferenceType ( NXOpen::IgesCreator::CsysrefEnum  referenceType)

Sets the reference type - reference coordinate system for export
Created in NX6.0.0.



License requirements : None

Parameters
referenceTypereferencetype
void NXOpen::IgesCreator::SetSettingsFile ( const NXString filename)

Sets the Settings File to read the default settings
Created in NX6.0.0.



License requirements : None

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

Sets the Settings File to read the default settings
Created in NX6.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::IgesCreator::SetStartSectionFile ( const NXString filename)

Sets the start section file - name of the file to provide start section
Created in NX6.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::IgesCreator::SetStartSectionFile ( const char *  filename)

Sets the start section file - name of the file to provide start section
Created in NX6.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::IgesCreator::SetSysDefidenticalPointResolution ( bool  sysDefidenticalPointResolution)

Sets the sys defidentical point resolution - if set to true then system defined tolerance will be used to find identical points
Created in NX6.0.0.



License requirements : None

Parameters
sysDefidenticalPointResolutionsysdefidenticalpointresolution
void NXOpen::IgesCreator::SetSysDefmaxThreeDMdlSpace ( bool  sysDefmaxThreeDMdlSpace)

Sets the sys defmaxThreeDmdl space - if set to true then system defined maximum 3D model space will be used
Created in NX6.0.0.



License requirements : None

Parameters
sysDefmaxThreeDMdlSpacesysdefmaxthreedmdlspace
NXString NXOpen::IgesCreator::SettingsFile ( )

Returns the Settings File to read the default settings
Created in NX6.0.0.



License requirements : None

void NXOpen::IgesCreator::SetUseStartSectionFile ( bool  useStartSectionFile)

Sets the use start section file - set to true if want to specify text file for start section
Created in NX6.0.0.



License requirements : None

Parameters
useStartSectionFileusestartsectionfile
void NXOpen::IgesCreator::SetViewList ( const NXString viewList)

Sets the view list - comma separated list of views
Created in NX6.0.0.



License requirements : None

Parameters
viewListviewlist
void NXOpen::IgesCreator::SetViewList ( const char *  viewList)

Sets the view list - comma separated list of views
Created in NX6.0.0.



License requirements : None

Parameters
viewListviewlist
NXString NXOpen::IgesCreator::StartSectionFile ( )

Returns the start section file - name of the file to provide start section
Created in NX6.0.0.



License requirements : None

bool NXOpen::IgesCreator::SysDefidenticalPointResolution ( )

Returns the sys defidentical point resolution - if set to true then system defined tolerance will be used to find identical points
Created in NX6.0.0.



License requirements : None

bool NXOpen::IgesCreator::SysDefmaxThreeDMdlSpace ( )

Returns the sys defmaxThreeDmdl space - if set to true then system defined maximum 3D model space will be used
Created in NX6.0.0.



License requirements : None

bool NXOpen::IgesCreator::UseStartSectionFile ( )

Returns the use start section file - set to true if want to specify text file for start section
Created in NX6.0.0.



License requirements : None

NXString NXOpen::IgesCreator::ViewList ( )

Returns the view list - comma separated list of views
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.