libDXF 0.0.1
A library with DXF related functions written in C.
Data Fields

dxf_object_id_struct Struct Reference

DXF definition of an object id. More...

#include <object_id.h>

Collaboration diagram for dxf_object_id_struct:
Collaboration graph
[legend]

Data Fields

int group_code
char * data
int length
struct DxfObjectIdnext

Detailed Description

DXF definition of an object id.

Definition at line 50 of file object_id.h.


Field Documentation

Group code of the id.
Group code can be 330 or 340 or 350 or 360.

Definition at line 54 of file object_id.h.

Referenced by dxf_object_id_get_group_code(), and dxf_object_id_set_group_code().

Length of the data member.

Definition at line 59 of file object_id.h.

Referenced by dxf_object_id_get_length(), and dxf_object_id_set_length().

Pointer to the next DxfObjectId.
NULL in the last DxfObjectId.

Definition at line 60 of file object_id.h.

Referenced by dxf_acad_proxy_entity_read(), dxf_object_id_free(), dxf_object_id_free_chain(), dxf_object_id_get_last(), dxf_object_id_get_next(), dxf_object_id_init(), and dxf_object_id_set_next().


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