Main Page Compound List File List Compound Members File Members
DGNElemTCB Struct Reference
#include <dgnlib.h>
List of all members.
Detailed Description
Terminal Control Block (header).
The core.stype code is DGNST_TCB.
Returned for DGNT_TCB(9).
The first TCB in the file is used to determine the dimension (2D vs. 3D), and transformation from UOR (units of resolution) to subunits, and subunits to master units. This is handled transparently within DGNReadElement(), so it is not normally necessary to handle this element type at the application level, though it can be useful to get the sub_units, and master_units names.
Member Data Documentation
int DGNElemTCB::dimension
|
|
char DGNElemTCB::master_units[3]
|
|
|
User name for master units (2 chars) |
double DGNElemTCB::origin_x
|
|
|
X origin of UOR space in master units(?) |
double DGNElemTCB::origin_y
|
|
|
Y origin of UOR space in master units(?) |
double DGNElemTCB::origin_z
|
|
|
Z origin of UOR space in master units(?) |
char DGNElemTCB::sub_units[3]
|
|
|
User name for subunits (2 chars) |
long DGNElemTCB::subunits_per_master
|
|
|
Subunits per master unit. |
long DGNElemTCB::uor_per_subunit
|
|
The documentation for this struct was generated from the following file:
Generated on Tue Mar 23 12:20:44 2004 for dgnlib by
1.2.14 written by Dimitri van Heesch,
© 1997-2002