Synopsis
PDX_MSGT igdx_ShellTo514(long option, MDA_PTR gdx_db_ptr, int model, MDA_APP_DATA *gdx_iges_app_data, MDA_PTR *iges_edge_db_ptr, MDA_PTR *iges_vertex_db_ptr, MDA_PTR *iges_shell_db_ptr)
Purpose
Create the IGES form of the GDX shell entity
Description
Creates the IGES form of the GDX shell entity in the IGES model.
The GDX shell entity must be a valid GDX definition.
Input
option
The entity creation option( Not used )
gdx_db_ptr
The GDX shell entity database pointer
model
The IGES 514 entity model for creation
gdx_iges_app_data
The GDX -> IGES entity associativity APP data
iges_edge_db_ptr
The IGES edge list database pointer or MDA_NULL_PTR
iges_vertex_db_ptr
The IGES vertex list database pointer or MDA_NULL_PTR
Output
iges_edge_db_ptr
The new IGES edge list database pointer
iges_vertex_db_ptr
The new IGES vertex list database pointer
iges_shell_db_ptr
The database pointer to the IGES 514 form of the shell entity.
Tolerances
ZERO_TOL
PARM_SPACE_PNT_TOL
MODEL_SPACE_PNT_TOL
COPLANAR_TOL
.fi
Return
IGDX_NOERR
IGDX_INVALIDMODEL
Low level error return
.fi