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

dbExportIges

Previous pageReturn to chapter overviewNext page

Contains all information required for IGES export.

bar_dot

 

Member Functions:

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

 

void        setFileName( char *value )

THIS FUNCTION IS REQUIRED

Set the IGES file name to export.

 

void        setTopCellName( char *value )

OPTIONAL

Defines the top cell to export. Any cells not within this top cells' hierarchy will be omitted.

 

void        setVersion( char *value )

OPTIONAL: DEFAULT VALUE =  "5.1"

Set the IGES version to export.

 

void        setUnits( int value )

THIS FUNCTION IS REQUIRED

Assigns the units to use during the export of this IGES file.

 

Note: Choose from dbcMicron, dbcMillimeter, dbcCentimeter, dbcMeter, dbcMil, dbcInch, dbcNanometer. For more info on units see: Units

 

void        setTextMode( int value )

Specify how to output IGES text (if any):

Value = 0:   Ignore - Text will be omitted from the IGES file.

Value = 1:   Note (Type 212) - Text will be output using IGES type 212.

Value = 2:   Outline (Type 106-63) - Text will be exploded, and output using IGES Type 106-63.

 

 

void        setPathMode( int value )

Determine how to output paths with non-zero widths.

Value = 0:   Line Weight (106-11) - Paths will be output using a centerline and single width.

Value = 1:   Outline (Type 106-63) - Paths will converted to polygons using the IGES Type 106-63.