Synopsis
(macro) PDX_MSGT iges_GetEntityStructs(void *entity, T_IGESDE **igesde, T_PROPS **props, T_ASSOCS **assocs)
Purpose
Get the iges DE, property, and associativity structures.
Description
This function will return pointers of the DE, property, and associativity structures in the specified entity.
Input
entity
Pointer to entity
Output
igesde
Pointer to T_IGESDE structure in entity
props
Pointer to T_PROPS structure in entity
assocs
Pointer to T_ASSOCS structure in entity
Return
IGES_NOERR or error