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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
DXF Entities
============
.. module:: ezdxf.entities
All DXF entities can only reside in the :class:`~ezdxf.layouts.BaseLayout`
and inherited classes like :class:`~ezdxf.layouts.Modelspace`,
:class:`~ezdxf.layouts.Paperspace` and :class:`~ezdxf.layouts.BlockLayout`.
.. warning::
Do not instantiate entity classes by yourself - always use the provided factory functions!
.. toctree::
:maxdepth: 1
dxfentity
dxfgfx
3dface
3dsolid
acad_proxy_entity
arc
../blocks/attrib
body
circle
dimension
arcdim
ellipse
hatch
helix
image
../blocks/insert
leader
line
lwpolyline
mline
mesh
mpolygon
mtext
mleader
point
polyline
ray
region
shape
solid
spline
surface
text
trace
underlay
viewport
wipeout
xline
|