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

Represents a NXOpen::DxfdwgCreator to be used when exporting the DXF/DWG Data This class is created using NXOpen::DexManager . More...

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

Public Types

enum  AutoCADRevisionOptions {
  AutoCADRevisionOptionsR12, AutoCADRevisionOptionsR13, AutoCADRevisionOptionsR14, AutoCADRevisionOptionsR2000,
  AutoCADRevisionOptionsR2004, AutoCADRevisionOptionsR2005, AutoCADRevisionOptionsR2007, AutoCADRevisionOptionsR2010,
  AutoCADRevisionOptionsR2013
}
 AutoCad Revision option. More...
 
enum  ExportAsOption { ExportAsOptionTwoD, ExportAsOptionThreeD, ExportAsOptionCgm }
 Exprot As option. More...
 
enum  ExportDataOption { ExportDataOptionModeling, ExportDataOptionDrawing }
 Exprot Data option. More...
 
enum  ExportFacesAsOptions { ExportFacesAsOptionsFacets, ExportFacesAsOptionsPolylineMesh }
 Export Faces As option. More...
 
enum  ExportFromOption { ExportFromOptionDisplayPart, ExportFromOptionExistingPart }
 Exprot From option. More...
 
enum  ExportScaleOptions { ExportScaleOptionsDefault, ExportScaleOptionsBaseView, ExportScaleOptionsUserSpecified }
 Export Scale option. More...
 
enum  ExportSplinesAsOptions { ExportSplinesAsOptionsSpline, ExportSplinesAsOptionsPolyline2D, ExportSplinesAsOptionsPolyline3D }
 Export Faces As option. More...
 
enum  OutputFileTypeOption { OutputFileTypeOptionDxf, OutputFileTypeOptionDwg }
 Output File Type option. More...
 
enum  OutputToOption { OutputToOptionModeling, OutputToOptionDrafting }
 Output To Option. More...
 
enum  WidthfactorMethodOptions { WidthfactorMethodOptionsAutomaticCalculation, WidthfactorMethodOptionsUseSameAsNXAspectratio, WidthfactorMethodOptionsUseValueSpecifiedInMappingFile, WidthfactorMethodOptionsScaleNXAspectratioWithSpecifiedValue }
 AutoCad widthfactor calculation options. More...
 

Public Member Functions

NXOpen::DxfdwgCreator::AutoCADRevisionOptions AutoCADRevision ()
 Returns the autocad revision - this will decide the revision of resultant autocad file. More...
 
NXString CrossHatchMappingFile ()
 Returns the CrossHatchMappingFile command - definition file for cross hatch mapping
Created in NX6.0.0. More...
 
NXString DrawingList ()
 Returns the drawing list - comma separated list of drawings to export
Created in NX6.0.0. More...
 
NXOpen::DxfdwgCreator::ExportAsOption ExportAs ()
 Returns the export as - this option will determine if data needs to be proprocessed as 2d or cgm before exporting to DXF/DWG
Created in NX8.5.0. More...
 
NXOpen::DxfdwgCreator::ExportDataOption ExportData ()
 Returns the export data option will determine if model data data or drawing data needs to be exported
Created in NX8.5.0. More...
 
NXOpen::DxfdwgCreator::ExportFacesAsOptions ExportFacesAs ()
 Returns the export faces as - this will determine if the faces should be exported as facets or polyline mesh
Created in NX6.0.0. More...
 
NXOpen::DxfdwgCreator::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...
 
NXOpen::DxfdwgCreator::ExportScaleOptions ExportScaleOption ()
 Returns the export scale Options - this will determine if the scale should be used from Default, Base View or User specified
Created in NX9.0.0. More...
 
NXString ExportScaleValue ()
 Returns the scale value - this Scale is used during Model space data export
Created in NX9.0.0. More...
 
NXOpen::ObjectSelectorExportSelectionBlock ()
 Returns the export selection block - the object selection will be done by this block. More...
 
NXOpen::DxfdwgCreator::ExportSplinesAsOptions ExportSplinesAs ()
 Returns the export Spline as - this will determine if the spline should be exported as spline, 2D ployline or 3D polyline
Created in NX8.5.0. More...
 
bool FileSaveFlag ()
 Returns the file save flag - this should be set to false if doing File Export
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...
 
NXString InputFile ()
 Returns the input file - name of file which is being exported. More...
 
NXString LayerMask ()
 Returns the layerMask - You can limit the data you export by only specifying the layers that contain the appropriate information. More...
 
NXString LineFontMappingFile ()
 Returns the LineFontMappingFile command - definition file for cross hatch mapping
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 dxf/dwg file where output is being written
Created in NX6.0.0. More...
 
NXOpen::DxfdwgCreator::OutputFileTypeOption OutputFileType ()
 Returns the output file type - this option determines the format of output file, It can either be dxf or dwg. More...
 
NXOpen::DxfdwgCreator::OutputToOption OutputTo ()
 Returns the output to - where to put data in model world or layout
Created in NX8.5.0. More...
 
bool OverlappingEntities ()
 Returns the overlapping entities - if set to true the overlapping entities will be removed before exporting
Created in NX8.5.0. More...
 
void SaveSettings (const NXString &filename)
 Saves the save settings - this will save the settings to a file sepcified
Created in NX6.0.0. More...
 
void SaveSettings (const char *filename)
 Saves the save settings - this will save the settings to a file sepcified
Created in NX6.0.0. More...
 
void SetAutoCADRevision (NXOpen::DxfdwgCreator::AutoCADRevisionOptions autoCADRevision)
 Sets the autocad revision - this will decide the revision of resultant autocad file. More...
 
void SetCrossHatchMappingFile (const NXString &filename)
 Sets the CrossHatchMappingFile command - definition file for cross hatch mapping
Created in NX6.0.0. More...
 
void SetCrossHatchMappingFile (const char *filename)
 Sets the CrossHatchMappingFile command - definition file for cross hatch mapping
Created in NX6.0.0. More...
 
void SetDrawingList (const NXString &drawingList)
 Sets the drawing list - comma separated list of drawings to export
Created in NX6.0.0. More...
 
void SetDrawingList (const char *drawingList)
 Sets the drawing list - comma separated list of drawings to export
Created in NX6.0.0. More...
 
void SetExportAs (NXOpen::DxfdwgCreator::ExportAsOption exportAs)
 Sets the export as - this option will determine if data needs to be proprocessed as 2d or cgm before exporting to DXF/DWG
Created in NX8.5.0. More...
 
void SetExportData (NXOpen::DxfdwgCreator::ExportDataOption exportData)
 Sets the export data option will determine if model data data or drawing data needs to be exported
Created in NX8.5.0. More...
 
void SetExportFacesAs (NXOpen::DxfdwgCreator::ExportFacesAsOptions exportFacesAs)
 Sets the export faces as - this will determine if the faces should be exported as facets or polyline mesh
Created in NX6.0.0. More...
 
void SetExportFrom (NXOpen::DxfdwgCreator::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 SetExportScaleOption (NXOpen::DxfdwgCreator::ExportScaleOptions exportScaleOption)
 Sets the export scale Options - this will determine if the scale should be used from Default, Base View or User specified
Created in NX9.0.0. More...
 
void SetExportScaleValue (const NXString &exportScaleValue)
 Sets the scale value - this Scale is used during Model space data export
Created in NX9.0.0. More...
 
void SetExportScaleValue (const char *exportScaleValue)
 Sets the scale value - this Scale is used during Model space data export
Created in NX9.0.0. More...
 
void SetExportSplinesAs (NXOpen::DxfdwgCreator::ExportSplinesAsOptions exportSplinesAs)
 Sets the export Spline as - this will determine if the spline should be exported as spline, 2D ployline or 3D polyline
Created in NX8.5.0. More...
 
void SetFileSaveFlag (bool doingFileSave)
 Sets the file save flag - this should be 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 then assembly structure will not be retained
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 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 SetLineFontMappingFile (const NXString &filename)
 Sets the LineFontMappingFile command - definition file for cross hatch mapping
Created in NX6.0.0. More...
 
void SetLineFontMappingFile (const char *filename)
 Sets the LineFontMappingFile command - definition file for cross hatch mapping
Created in NX6.0.0. More...
 
void SetOutputFile (const NXString &filename)
 Sets the output file - the name of dxf/dwg file where output is being written
Created in NX6.0.0. More...
 
void SetOutputFile (const char *filename)
 Sets the output file - the name of dxf/dwg file where output is being written
Created in NX6.0.0. More...
 
void SetOutputFileType (NXOpen::DxfdwgCreator::OutputFileTypeOption outputFileType)
 Sets the output file type - this option determines the format of output file, It can either be dxf or dwg. More...
 
void SetOutputTo (NXOpen::DxfdwgCreator::OutputToOption outputTo)
 Sets the output to - where to put data in model world or layout
Created in NX6.0.0. More...
 
void SetOverlappingEntities (bool overlappingEntities)
 Sets the overlapping entities - if set to true the overlapping entities will be removed before exporting
Created in NX8.5.0. More...
 
void SetSettingsFile (const NXString &filename)
 Sets the settings file - The definition file to read default options
Created in NX6.0.0. More...
 
void SetSettingsFile (const char *filename)
 Sets the settings file - The definition file to read default options
Created in NX6.0.0. More...
 
void SetSurfaceDesignU (int surfaceDesignU)
 Sets the surface design u - this will set the surface density along U direction. More...
 
void SetSurfaceDesignV (int surfaceDesignV)
 Sets the surface design V - this will set the surface density along V direction. More...
 
void SetTextFontMappingFile (const NXString &filename)
 Sets the TextFontMappingFile command - definition file for text font mapping
Created in NX6.0.0. More...
 
void SetTextFontMappingFile (const char *filename)
 Sets the TextFontMappingFile command - definition file for text font mapping
Created in NX6.0.0. More...
 
NXString SettingsFile ()
 Returns the settings file - The definition file to read default options
Created in NX6.0.0. More...
 
void SetViewEditMode (bool viewEditMode)
 Sets the view edit mode - if set to true this will include view modified/view erase data in the resultant autocad file. More...
 
void SetViewList (const NXString &viewList)
 Sets the view list - comma separated list of views to export
Created in NX6.0.0. More...
 
void SetViewList (const char *viewList)
 Sets the view list - comma separated list of views to export
Created in NX6.0.0. More...
 
void SetWidthFactorMode (NXOpen::DxfdwgCreator::WidthfactorMethodOptions widthFactorMode)
 Sets the autocad widthfactor calculation method - this will decide the acad widthfactor method to be used. More...
 
int SurfaceDesignU ()
 Returns the surface design u - this will set the surface density along U direction. More...
 
int SurfaceDesignV ()
 Returns the surface design V - this will set the surface density along V direction. More...
 
NXString TextFontMappingFile ()
 Returns the TextFontMappingFile command - definition file for text font mapping
Created in NX6.0.0. More...
 
bool ViewEditMode ()
 Returns the view edit mode - if set to true this will include view modified/view erase data in the resultant autocad file. More...
 
NXString ViewList ()
 Returns the view list - comma separated list of views to export
Created in NX6.0.0. More...
 
NXOpen::DxfdwgCreator::WidthfactorMethodOptions WidthFactorMode ()
 Returns the autocad widthfactor calculation method - this will decide the acad widthfactor method to be used. 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::DxfdwgCreator to be used when exporting the DXF/DWG 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::CreateDxfdwgCreator
Default values.

Property Value

AutoCADRevision

R2007

ExportAs

TwoD

ExportFacesAs

Facets

ExportFrom

DisplayPart

ExportSplinesAs

Spline

FlattenAssembly

0

OutputFileType

Dxf

OutputTo

Modeling

OverlappingEntities

0

ProcessHoldFlag

0

SurfaceDesignU

8

SurfaceDesignV

8

ViewEditMode

0


Created in NX6.0.0.

Member Enumeration Documentation

AutoCad Revision option.

Enumerator
AutoCADRevisionOptionsR12 

output autocad version R12

AutoCADRevisionOptionsR13 

output autocad version R13

AutoCADRevisionOptionsR14 

output autocad version R14

AutoCADRevisionOptionsR2000 

output autocad version 2000

AutoCADRevisionOptionsR2004 

output autocad version 2004

AutoCADRevisionOptionsR2005 

output autocad version 2005

AutoCADRevisionOptionsR2007 

output autocad version 2007

AutoCADRevisionOptionsR2010 

output autocad version 2010

AutoCADRevisionOptionsR2013 

output autocad version 2013

Exprot As option.

Enumerator
ExportAsOptionTwoD 

export as 2d data

ExportAsOptionThreeD 

export as3d data

ExportAsOptionCgm 

export as cgm

Exprot Data option.

Enumerator
ExportDataOptionModeling 

export model data

ExportDataOptionDrawing 

export drawing data

Export Faces As option.

Enumerator
ExportFacesAsOptionsFacets 

export faces as facets

ExportFacesAsOptionsPolylineMesh 

export faces as polyline mesh

Exprot From option.

Enumerator
ExportFromOptionDisplayPart 

export data from displayed part

ExportFromOptionExistingPart 

export data from existing part which is on disk

Export Scale option.

Enumerator
ExportScaleOptionsDefault 

Default scale(1:1)

ExportScaleOptionsBaseView 

Base View Scale.

ExportScaleOptionsUserSpecified 

User specified Scale.

Export Faces As option.

Enumerator
ExportSplinesAsOptionsSpline 

spline

ExportSplinesAsOptionsPolyline2D 

export faces as facets

ExportSplinesAsOptionsPolyline3D 

export faces as polyline mesh

Output File Type option.

Enumerator
OutputFileTypeOptionDxf 

export data to DXF format

OutputFileTypeOptionDwg 

export data to DWG format

Output To Option.

Enumerator
OutputToOptionModeling 

output to modeling

OutputToOptionDrafting 

output to drafting

AutoCad widthfactor calculation options.

Enumerator
WidthfactorMethodOptionsAutomaticCalculation 

automatic calculation

WidthfactorMethodOptionsUseSameAsNXAspectratio 

use same as nxaspectratio

WidthfactorMethodOptionsUseValueSpecifiedInMappingFile 

use value specified in mapping file

WidthfactorMethodOptionsScaleNXAspectratioWithSpecifiedValue 

scale nxaspectratio with specified value

Member Function Documentation

NXOpen::DxfdwgCreator::AutoCADRevisionOptions NXOpen::DxfdwgCreator::AutoCADRevision ( )

Returns the autocad revision - this will decide the revision of resultant autocad file.


Created in NX6.0.0.

License requirements : None

NXString NXOpen::DxfdwgCreator::CrossHatchMappingFile ( )

Returns the CrossHatchMappingFile command - definition file for cross hatch mapping
Created in NX6.0.0.



License requirements : None

NXString NXOpen::DxfdwgCreator::DrawingList ( )

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



License requirements : None

NXOpen::DxfdwgCreator::ExportAsOption NXOpen::DxfdwgCreator::ExportAs ( )

Returns the export as - this option will determine if data needs to be proprocessed as 2d or cgm before exporting to DXF/DWG
Created in NX8.5.0.



License requirements : None

NXOpen::DxfdwgCreator::ExportDataOption NXOpen::DxfdwgCreator::ExportData ( )

Returns the export data option will determine if model data data or drawing data needs to be exported
Created in NX8.5.0.



License requirements : None

NXOpen::DxfdwgCreator::ExportFacesAsOptions NXOpen::DxfdwgCreator::ExportFacesAs ( )

Returns the export faces as - this will determine if the faces should be exported as facets or polyline mesh
Created in NX6.0.0.



License requirements : None

NXOpen::DxfdwgCreator::ExportFromOption NXOpen::DxfdwgCreator::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

NXOpen::DxfdwgCreator::ExportScaleOptions NXOpen::DxfdwgCreator::ExportScaleOption ( )

Returns the export scale Options - this will determine if the scale should be used from Default, Base View or User specified
Created in NX9.0.0.



License requirements : None

NXString NXOpen::DxfdwgCreator::ExportScaleValue ( )

Returns the scale value - this Scale is used during Model space data export
Created in NX9.0.0.



License requirements : None

NXOpen::ObjectSelector* NXOpen::DxfdwgCreator::ExportSelectionBlock ( )

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


Created in NX6.0.0.

License requirements : None

NXOpen::DxfdwgCreator::ExportSplinesAsOptions NXOpen::DxfdwgCreator::ExportSplinesAs ( )

Returns the export Spline as - this will determine if the spline should be exported as spline, 2D ployline or 3D polyline
Created in NX8.5.0.



License requirements : None

bool NXOpen::DxfdwgCreator::FileSaveFlag ( )

Returns the file save flag - this should be set to false if doing File Export
Created in NX6.0.0.



License requirements : None

bool NXOpen::DxfdwgCreator::FlattenAssembly ( )

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



License requirements : None

NXString NXOpen::DxfdwgCreator::InputFile ( )

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


Created in NX6.0.0.

License requirements : None

NXString NXOpen::DxfdwgCreator::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

NXString NXOpen::DxfdwgCreator::LineFontMappingFile ( )

Returns the LineFontMappingFile command - definition file for cross hatch mapping
Created in NX6.0.0.



License requirements : None

NXOpen::ObjectTypeSelector* NXOpen::DxfdwgCreator::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::DxfdwgCreator::OutputFile ( )

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



License requirements : None

NXOpen::DxfdwgCreator::OutputFileTypeOption NXOpen::DxfdwgCreator::OutputFileType ( )

Returns the output file type - this option determines the format of output file, It can either be dxf or dwg.


Created in NX6.0.0.

License requirements : None

NXOpen::DxfdwgCreator::OutputToOption NXOpen::DxfdwgCreator::OutputTo ( )

Returns the output to - where to put data in model world or layout
Created in NX8.5.0.



License requirements : None

bool NXOpen::DxfdwgCreator::OverlappingEntities ( )

Returns the overlapping entities - if set to true the overlapping entities will be removed before exporting
Created in NX8.5.0.



License requirements : None

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

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



License requirements : None

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

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



License requirements : None

Parameters
filenamefilename
void NXOpen::DxfdwgCreator::SetAutoCADRevision ( NXOpen::DxfdwgCreator::AutoCADRevisionOptions  autoCADRevision)

Sets the autocad revision - this will decide the revision of resultant autocad file.


Created in NX6.0.0.

License requirements : None

Parameters
autoCADRevisionautocadrevision
void NXOpen::DxfdwgCreator::SetCrossHatchMappingFile ( const NXString filename)

Sets the CrossHatchMappingFile command - definition file for cross hatch mapping
Created in NX6.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::DxfdwgCreator::SetCrossHatchMappingFile ( const char *  filename)

Sets the CrossHatchMappingFile command - definition file for cross hatch mapping
Created in NX6.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::DxfdwgCreator::SetDrawingList ( const NXString drawingList)

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



License requirements : None

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

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



License requirements : None

Parameters
drawingListdrawinglist
void NXOpen::DxfdwgCreator::SetExportAs ( NXOpen::DxfdwgCreator::ExportAsOption  exportAs)

Sets the export as - this option will determine if data needs to be proprocessed as 2d or cgm before exporting to DXF/DWG
Created in NX8.5.0.



License requirements : None

Parameters
exportAsexportas
void NXOpen::DxfdwgCreator::SetExportData ( NXOpen::DxfdwgCreator::ExportDataOption  exportData)

Sets the export data option will determine if model data data or drawing data needs to be exported
Created in NX8.5.0.



License requirements : None

Parameters
exportDataexportdata
void NXOpen::DxfdwgCreator::SetExportFacesAs ( NXOpen::DxfdwgCreator::ExportFacesAsOptions  exportFacesAs)

Sets the export faces as - this will determine if the faces should be exported as facets or polyline mesh
Created in NX6.0.0.



License requirements : None

Parameters
exportFacesAsexportfacesas
void NXOpen::DxfdwgCreator::SetExportFrom ( NXOpen::DxfdwgCreator::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::DxfdwgCreator::SetExportScaleOption ( NXOpen::DxfdwgCreator::ExportScaleOptions  exportScaleOption)

Sets the export scale Options - this will determine if the scale should be used from Default, Base View or User specified
Created in NX9.0.0.



License requirements : None

Parameters
exportScaleOptionexportscaleoption
void NXOpen::DxfdwgCreator::SetExportScaleValue ( const NXString exportScaleValue)

Sets the scale value - this Scale is used during Model space data export
Created in NX9.0.0.



License requirements : None

Parameters
exportScaleValueexportscalevalue
void NXOpen::DxfdwgCreator::SetExportScaleValue ( const char *  exportScaleValue)

Sets the scale value - this Scale is used during Model space data export
Created in NX9.0.0.



License requirements : None

Parameters
exportScaleValueexportscalevalue
void NXOpen::DxfdwgCreator::SetExportSplinesAs ( NXOpen::DxfdwgCreator::ExportSplinesAsOptions  exportSplinesAs)

Sets the export Spline as - this will determine if the spline should be exported as spline, 2D ployline or 3D polyline
Created in NX8.5.0.



License requirements : None

Parameters
exportSplinesAsexportsplinesas
void NXOpen::DxfdwgCreator::SetFileSaveFlag ( bool  doingFileSave)

Sets the file save flag - this should be set to false if doing File Export
Created in NX6.0.0.



License requirements : None

Parameters
doingFileSavedoingfilesave
void NXOpen::DxfdwgCreator::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::DxfdwgCreator::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::DxfdwgCreator::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::DxfdwgCreator::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::DxfdwgCreator::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::DxfdwgCreator::SetLineFontMappingFile ( const NXString filename)

Sets the LineFontMappingFile command - definition file for cross hatch mapping
Created in NX6.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::DxfdwgCreator::SetLineFontMappingFile ( const char *  filename)

Sets the LineFontMappingFile command - definition file for cross hatch mapping
Created in NX6.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::DxfdwgCreator::SetOutputFile ( const NXString filename)

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



License requirements : None

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

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



License requirements : None

Parameters
filenamefilename
void NXOpen::DxfdwgCreator::SetOutputFileType ( NXOpen::DxfdwgCreator::OutputFileTypeOption  outputFileType)

Sets the output file type - this option determines the format of output file, It can either be dxf or dwg.


Created in NX6.0.0.

License requirements : None

Parameters
outputFileTypeoutputfiletype
void NXOpen::DxfdwgCreator::SetOutputTo ( NXOpen::DxfdwgCreator::OutputToOption  outputTo)

Sets the output to - where to put data in model world or layout
Created in NX6.0.0.



License requirements : None

Parameters
outputTooutputto
void NXOpen::DxfdwgCreator::SetOverlappingEntities ( bool  overlappingEntities)

Sets the overlapping entities - if set to true the overlapping entities will be removed before exporting
Created in NX8.5.0.



License requirements : None

Parameters
overlappingEntitiesoverlappingentities
void NXOpen::DxfdwgCreator::SetSettingsFile ( const NXString filename)

Sets the settings file - The definition file to read default options
Created in NX6.0.0.



License requirements : None

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

Sets the settings file - The definition file to read default options
Created in NX6.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::DxfdwgCreator::SetSurfaceDesignU ( int  surfaceDesignU)

Sets the surface design u - this will set the surface density along U direction.


Created in NX6.0.0.

License requirements : None

Parameters
surfaceDesignUsurfacedesignu
void NXOpen::DxfdwgCreator::SetSurfaceDesignV ( int  surfaceDesignV)

Sets the surface design V - this will set the surface density along V direction.


Created in NX6.0.0.

License requirements : None

Parameters
surfaceDesignVsurfacedesignv
void NXOpen::DxfdwgCreator::SetTextFontMappingFile ( const NXString filename)

Sets the TextFontMappingFile command - definition file for text font mapping
Created in NX6.0.0.



License requirements : None

Parameters
filenamefilename
void NXOpen::DxfdwgCreator::SetTextFontMappingFile ( const char *  filename)

Sets the TextFontMappingFile command - definition file for text font mapping
Created in NX6.0.0.



License requirements : None

Parameters
filenamefilename
NXString NXOpen::DxfdwgCreator::SettingsFile ( )

Returns the settings file - The definition file to read default options
Created in NX6.0.0.



License requirements : None

void NXOpen::DxfdwgCreator::SetViewEditMode ( bool  viewEditMode)

Sets the view edit mode - if set to true this will include view modified/view erase data in the resultant autocad file.


Created in NX6.0.0.

License requirements : None

Parameters
viewEditModevieweditmode
void NXOpen::DxfdwgCreator::SetViewList ( const NXString viewList)

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



License requirements : None

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

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



License requirements : None

Parameters
viewListviewlist
void NXOpen::DxfdwgCreator::SetWidthFactorMode ( NXOpen::DxfdwgCreator::WidthfactorMethodOptions  widthFactorMode)

Sets the autocad widthfactor calculation method - this will decide the acad widthfactor method to be used.


Created in NX6.0.0.

License requirements : None

Parameters
widthFactorModewidthfactormode
int NXOpen::DxfdwgCreator::SurfaceDesignU ( )

Returns the surface design u - this will set the surface density along U direction.


Created in NX6.0.0.

License requirements : None

int NXOpen::DxfdwgCreator::SurfaceDesignV ( )

Returns the surface design V - this will set the surface density along V direction.


Created in NX6.0.0.

License requirements : None

NXString NXOpen::DxfdwgCreator::TextFontMappingFile ( )

Returns the TextFontMappingFile command - definition file for text font mapping
Created in NX6.0.0.



License requirements : None

bool NXOpen::DxfdwgCreator::ViewEditMode ( )

Returns the view edit mode - if set to true this will include view modified/view erase data in the resultant autocad file.


Created in NX6.0.0.

License requirements : None

NXString NXOpen::DxfdwgCreator::ViewList ( )

Returns the view list - comma separated list of views to export
Created in NX6.0.0.



License requirements : None

NXOpen::DxfdwgCreator::WidthfactorMethodOptions NXOpen::DxfdwgCreator::WidthFactorMode ( )

Returns the autocad widthfactor calculation method - this will decide the acad widthfactor method to be used.


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.