dgnlib
Public Attributes | List of all members
DGNElemCellHeader Struct Reference

#include <dgnlib.h>

Public Attributes

DGNElemCore core
 
int totlength
 
char name [7]
 
unsigned short cclass
 
unsigned short levels [4]
 
DGNPoint rnglow
 
DGNPoint rnghigh
 
double trans [9]
 
DGNPoint origin
 
double xscale
 
double yscale
 
double rotation
 

Detailed Description

Cell Header.

The core.stype code is DGNST_CELL_HEADER.

Returned for DGNT_CELL_HEADER(2).

Member Data Documentation

◆ cclass

unsigned short DGNElemCellHeader::cclass

Class bitmap

◆ levels

unsigned short DGNElemCellHeader::levels[4]

Levels used in cell

◆ name

char DGNElemCellHeader::name[7]

Cell name

◆ origin

DGNPoint DGNElemCellHeader::origin

Cell Origin

◆ rnghigh

DGNPoint DGNElemCellHeader::rnghigh

X/Y/Z maximums for cell

◆ rnglow

DGNPoint DGNElemCellHeader::rnglow

X/Y/Z minimums for cell

◆ totlength

int DGNElemCellHeader::totlength

Total length of cell in words, excluding the first 19 words (header + totlength field)

◆ trans

double DGNElemCellHeader::trans[9]

2D/3D Transformation Matrix


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