Synopsis
PDX_MSGT e3mp_DefineMappings(long option, MAP_TABLE *table)
Purpose
Defines the DXF 3D interface mappings.
Description
All of the mappings available for the DXF 3D interface will be defined in table. The table must first be created with map_CreateTable. See the map_intro manual page for additional information. Documentation for the available mappings is in the e3mp_mappings manual page.
Input
option
Option (not used)
table
Table to define the DXF 3D mappings in
Output
table
Table updated to include the DXF 3D mappings
Return
E3MP error code
History 01-Sep-99 JJH; Version 3.2.1 Created