|
LibreDWG API
0.13.3
LibreDWG API - The DWG Library
|
#include <dwg.h>
Data Fields | |
| short | type |
| union { | |
| double pt [3] | |
| char i8 | |
| short i16 | |
| int i32 | |
| BITCODE_BLL i64 | |
| BITCODE_RLL absref | |
| double dbl | |
| struct _dwg_binary_chunk str | |
| } | value |
| struct _dwg_resbuf * | nextrb |
result buffers: xdata linked list of dxf group - value pairs. Used as Dwg_Resbuf
| BITCODE_RLL _dwg_resbuf::absref |
| double _dwg_resbuf::dbl |
| short _dwg_resbuf::i16 |
| int _dwg_resbuf::i32 |
| BITCODE_BLL _dwg_resbuf::i64 |
| char _dwg_resbuf::i8 |
| struct _dwg_resbuf* _dwg_resbuf::nextrb |
| double _dwg_resbuf::pt[3] |
| struct _dwg_binary_chunk _dwg_resbuf::str |
| short _dwg_resbuf::type |
| union { ... } _dwg_resbuf::value |