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

dxf_sortentstable_struct Struct Reference

DXF definition of an AutoCAD DXF sortentstable object (SORTENTSTABLE). More...

#include <sortentstable.h>

Collaboration diagram for dxf_sortentstable_struct:
Collaboration graph
[legend]

Data Fields

int id_code
char * dictionary_owner_soft
char * dictionary_owner_hard
char * block_owner
DxfCharentity_owner
DxfIntsort_handle
struct DxfSortentsTablenext

Detailed Description

DXF definition of an AutoCAD DXF sortentstable object (SORTENTSTABLE).

Definition at line 69 of file sortentstable.h.


Field Documentation

Identification number for the entity.
This is to be an unique (sequential) number in the DXF file.
Group code = 5.

Definition at line 74 of file sortentstable.h.

Referenced by dxf_sortentstable_get_id_code(), dxf_sortentstable_init(), dxf_sortentstable_read(), dxf_sortentstable_set_id_code(), and dxf_sortentstable_write().

Soft-pointer ID/handle to owner dictionary (ACAD_SORTENTS).
Group code = 330.

Definition at line 79 of file sortentstable.h.

Referenced by dxf_sortentstable_free(), dxf_sortentstable_get_dictionary_owner_soft(), dxf_sortentstable_init(), dxf_sortentstable_read(), dxf_sortentstable_set_dictionary_owner_soft(), and dxf_sortentstable_write().

Soft pointer ID/handle to owner (currently only the *MODEL_SPACE or *PAPER_SPACE blocks).
Group code = 330.

Definition at line 87 of file sortentstable.h.

Referenced by dxf_sortentstable_free(), dxf_sortentstable_get_block_owner(), dxf_sortentstable_init(), dxf_sortentstable_read(), dxf_sortentstable_set_block_owner(), and dxf_sortentstable_write().

Soft pointer ID/handle to an entity (zero or more entries may exist).
Implemented as a single linked list.
Group code = 331.

Definition at line 91 of file sortentstable.h.

Referenced by dxf_sortentstable_free(), dxf_sortentstable_get_entity_owner(), dxf_sortentstable_init(), dxf_sortentstable_read(), dxf_sortentstable_set_entity_owner(), and dxf_sortentstable_write().

Sort handle (zero or more entries may exist).
Implemented as a single linked list.
Group code = 5.

Definition at line 96 of file sortentstable.h.

Referenced by dxf_sortentstable_get_sort_handle(), dxf_sortentstable_init(), dxf_sortentstable_read(), dxf_sortentstable_set_sort_handle(), and dxf_sortentstable_write().

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

Definition at line 99 of file sortentstable.h.

Referenced by dxf_sortentstable_free(), dxf_sortentstable_free_chain(), dxf_sortentstable_get_last(), dxf_sortentstable_get_next(), dxf_sortentstable_init(), and dxf_sortentstable_set_next().


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