DXF EntitiesΒΆ
All DXF entities can only reside in the BaseLayout
and inherited classes like Modelspace
,
Paperspace
and BlockLayout
.
Warning
Do not instantiate entity classes by yourself - always use the provided factory functions!
- DXF Entity Base Class
- DXF Graphic Entity Base Class
- Face3d
- Solid3d
- ACADProxyEntity
- Arc
- Attrib
- Body
- Circle
- Dimension
- ArcDimension
- Ellipse
- Hatch
- Helix
- Image
- Insert
- Leader
- Line
- LWPolyline
- MLine
- Mesh
- MPolygon
- MText
- MultiLeader
- Point
- Polyline
- Vertex
- Polymesh
- Polyface
- Ray
- Region
- Shape
- Solid
- Spline
- Surface
- Text
- Trace
- Underlay
- Viewport
- Wipeout
- XLine