File: entities.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 (20 lines) | stat: -rw-r--r-- 509 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Entities Section
================

.. module:: ezdxf.sections.entities

The ENTITIES section is the home of all entities of the :class:`~ezdxf.layouts.Modelspace`
and the active :class:`~ezdxf.layouts.Paperspace` layout.  This is a real section in the
DXF file but in `ezdxf` the :class:`EntitySection` is just a linked entity space of
these two layouts.

.. seealso::

    DXF Internals: :ref:`entities_section_internals`

.. class:: EntitySection

    .. automethod:: __iter__

    .. automethod:: __len__