Synopsis
PDX_MSGT lgdx_GDXAttrsToLint(long option, MDA_PTR lint_db_ptr, MDA_PTR gdx_db_ptr)
Purpose
Updates LINT entity with GDX Attributes
Description
Given a LINT entity and its original GDX entity, program updates LINT entity attributes with GDX attributes. Using the given GDX entity (gdx_db_ptr), it tracks down the related attribute entity from GDX_ATTR_GEOM_REL table. Then program extracts transformation matrix, color, label, level and hierarchy from the GDX attribute entity and updates the IGES entity (iges_db_ptr).
Input
option
Option
lint_db_ptr
LINT entity
gdx_db_ptr
Original GDX entity of the given LINT entity.
Output
LINT_db_ptr
Updated LINT entity with GDX attributes
Return
LGDX_NOERR
.fi