File: objects_section.rst

package info (click to toggle)
ezdxf 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 104,528 kB
  • sloc: python: 182,341; makefile: 116; lisp: 20; ansic: 4
file content (10 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
.. _objects_section_internals:

OBJECTS Section
===============

Objects in the OBJECTS section are organized in a hierarchical tree order, starting with the
`named objects dictionary` as the first entity in the OBJECTS section (:attr:`Drawing.rootdict`).

Not all entities in the OBJECTS section are included in this tree, :ref:`extension_dict_internals` and XRECORD data of
graphical entities are also stored in the OBJECTS section.