Synopsis
PDX_MSGT igdx_104ToConic(long option, MDA_PTR iges_104_ptr, int gdx_model, MDA_PTR *gdx_conic_ptr)
Purpose
Create the GDX form of the IGES conic entity
Description
Creates the GDX form of the IGES conic entity in the GDX model. The IGES conic entity must be a valid IGES definition.
Input
option
IGDX_APPLYMTX
Apply the IGES matrix to the GDX definition
iges_104_ptr
The IGES 104 entity database pointer
gdx_model
The GDX conic entity model for creation
Output
gdx_conic_ptr
The database pointer of the resulting GDX Conic
Return
IGDX_NOERR
IGDX_INVALIDCONIC
IGDX_BADCONIC
IGDX_DEGENPARABOLA
IGDX_DEGENELLIP
IGDX_DEGENHYPERBOLA
IGDX_INVALIDMODEL
Low level error return
.fi