Synopsis
PDX_MSGT igdx_102ToComposite(long option, MDA_PTR iges_102_ptr, int gdx_model, MDA_PTR *gdx_comp_curve_ptr)
Purpose
Create the GDX composite entity from the IGES composite entity.
Description
Creates the GDX form of the IGES composite entity in the specified model and optionally commits the definition to the database. Each subordinate entity of the IGES composite entity except the IGES point and/or connect point entity is also created as an entity in the specified model.
Input
option
IGDX_APPLYMTX
Apply the IGES matrix to the GDX definition
iges_102_ptr
The IGES 102 entity database pointer
gdx_model
The GDX composite entity model for creation
Output
gdx_comp_curve_ptr
The database pointer of the resulting GDX Composite Curve
Return
IGDX_NOERR
IGDX_INVALIDMODEL
Low level error return
.fi