DGNElemTCB Struct Reference

#include <dgnlib.h>

List of all members.

Public Attributes

DGNElemCore core
int dimension
double origin_x
double origin_y
double origin_z
long uor_per_subunit
char sub_units [3]
long subunits_per_master
char master_units [3]
DGNViewInfo views [8]

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

Dimension (2 or 3)

User name for master units (2 chars)

X origin of UOR space in master units(?)

Y origin of UOR space in master units(?)

Z origin of UOR space in master units(?)

User name for subunits (2 chars)

Subunits per master unit.

UOR per subunit.


The documentation for this struct was generated from the following file:

Generated on 2 Aug 2014 for dgnlib by  doxygen 1.6.1