Navigation:  C/C++ Scripting Engine > Classes >

dbExportDxf

Previous pageReturn to chapter overviewNext page

Contains all information required for DXF export.

bar_dot

 

Member Functions:

==============

 

void        setFileName( char *value )

THIS FUNCTION IS REQUIRED

Set the DXF file name to export.

 

void        setTopCellName( char *value )

OPTIONAL

Defines the top job to export. Any job not within this top jobs' hierarchy will be omitted.

 

void        setCreateOutlinesForPaths( int value )

OPTIONAL: DEFAULT VALUE = 0

If set to 1, creates polygon outlines for all paths.

 

void        setFlattenHierarchy( int value )

OPTIONAL: DEFAULT VALUE = 0

If set to 1, outputs DXF files without any hierarchy. Useful for DXF files that must be read into older systems, or 3d simulation software that does not support hierarchy.

 

void        setFlattenCompositeLayers( int value )

OPTIONAL: DEFAULT VALUE = 0

If set to 1, converts a Polygon with holes (ie. clear areas) into re-entrant polygons. (Due to its complexity, this feature may be time consuming during the conversion)