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 26
|
PlotSettings
============
.. module:: ezdxf.entities
:noindex:
All `PLOTSETTINGS`_ attributes are part of the :class:`~ezdxf.entities.DXFLayout` entity, I don't know if this
entity also appears as standalone entity.
======================== ===========================================================
Subclass of :class:`ezdxf.entities.DXFObject`
DXF type ``'PLOTSETTINGS'``
Factory function internal data structure
======================== ===========================================================
.. _PLOTSETTINGS: http://help.autodesk.com/view/OARX/2018/ENU/?guid=GUID-1113675E-AB07-4567-801A-310CDE0D56E9
.. class:: PlotSettings
.. attribute:: dxf.page_setup_name
Page setup name
TODO
|