1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
DXFLayout
=========
.. module:: ezdxf.entities
:noindex:
`LAYOUT`_ entity is part of a modelspace or paperspace layout definitions.
======================== ===========================================================
Subclass of :class:`ezdxf.entities.PlotSettings`
DXF type ``'LAYOUT'``
Factory function internal data structure, use :class:`~ezdxf.layouts.Layouts` to manage layout objects.
======================== ===========================================================
.. _LAYOUT: http://help.autodesk.com/view/OARX/2018/ENU/?guid=GUID-433D25BF-655D-4697-834E-C666EDFD956D
.. class:: DXFLayout
.. attribute:: dxf.name
Layout name as shown in tabs by :term:`CAD` applications
TODO
|