Synopsis

PDX_MSGT igdx_GDXModelToIGES(long option, int gdx_model, int *iges_model, char *imap_file)

Purpose

Translate a GDX model to an IGES model.

Description

Translate a GDX model to an IGES model based on the entity mappings contained within the ASCII mapfile. The calling function needs to initialize and terminate the IGES subsystem: iges_Initialize and iges_Terminate

Input

option

IGDX_MAP_ATTRIBUTES

Take the GDX Attributes into IGES

gdx_model

GDX model to be converted to IGES

iges_model

IGES model in which to create the IGES entities @d -1, Create a new IGES model @d >0, IGES model to append entities into

imap_file

Optional name of iges mapping file. If NULL, default mappings will be used.

Output

iges_model

IGES model with entities from GDX model.