Synopsis
PDX_MSGT lgdx_GetLINTData(long option, MDA_PTR gdx_db_ptr, int lint_model, MDA_PTR *lint_db_ptr)
Purpose
Get the LINT ENTITY data (in the specified model) corresponding to a GDX entity. The LINT ENTITY will reference the LINT DEFINITION.
Description
This routine is to convert a GDX entity to LINT ENTITY.
| GDX entity | LINT ENTITY |
| GDX_ARC | ELLIPSE |
| GDX_CONIC | ELLIPSE, INT_CURVE |
| GDX_POLYLINE | STRAIGHT, INT_CURVE |
| GDX_NURB_CURVE | INT_CURVE |
| GDX_CONE | CONE |
| GDX_CYLINDER | CONE |
| GDX_NURB_SURF | SPLINE |
| GDX_PLANE | PLANE |
| GDX_SPHERE | SPHERE |
| GDX_TORUS | TORUS |
| GDX_SOLID | BODY |
Input
option
Options (not used)
gdx_db_ptr
The GDX entity database pointer
lint_model
The LINT model to create the MDA ACIS entity in
Output
lint_db_ptr
The LINT ENTITY database pointer
Return
LGDX_UNSUP_GDX_TYPE
Low Level error return
.fi