Entities Section

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

See also

DXF Internals: ENTITIES Section

class ezdxf.sections.entities.EntitySection
__iter__() Iterator[DXFEntity]

Returns an iterator for all entities of the modelspace and the active paperspace.

__len__() int

Returns the count of all entities in the modelspace and the active paperspace.