dgnlib
Public Attributes | List of all members
DGNElemComplexHeader Struct Reference

#include <dgnlib.h>

Public Attributes

DGNElemCore core
 
int totlength
 
int numelems
 
int surftype
 
int boundelms
 

Detailed Description

Complex header element

The core.stype code is DGNST_COMPLEX_HEADER.

Used for: DGNT_COMPLEX_CHAIN_HEADER(12), DGNT_COMPLEX_SHAPE_HEADER(14), DGNT_3DSURFACE_HEADER(18) and DGNT_3DSOLID_HEADER(19).

Compatible with DGNT_TEXT_NODE (7), see DGNAddRawAttrLink()

Member Data Documentation

◆ boundelms

int DGNElemComplexHeader::boundelms

of elements in each boundary

(only used for 3D surface/solid).

◆ numelems

int DGNElemComplexHeader::numelems

of elements in surface

◆ surftype

int DGNElemComplexHeader::surftype

surface/solid type (only used for 3D surface/solid). One of DGNSUT_* or DGNSOT_*.

◆ totlength

int DGNElemComplexHeader::totlength

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


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