File: entities.rst

package info (click to toggle)
ezdxf 0.18.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 46,952 kB
  • sloc: python: 158,141; javascript: 166; cpp: 138; makefile: 116; lisp: 20
file content (19 lines) | stat: -rw-r--r-- 517 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Entities Section
================

.. module:: ezdxf.sections.entities

The ENTITIES section is the home of all :class:`~ezdxf.layouts.Modelspace` and active
:class:`~ezdxf.layouts.Paperspace` layout entities. This is a real section in the DXF file,
for `ezdxf` the :class:`EntitySection` is just a proxy for modelspace and the active paperspace linked together.

.. seealso::

    DXF Internals: :ref:`entities_section_internals`

.. class:: EntitySection

    .. automethod:: __iter__

    .. automethod:: __len__