ezdxf
  • Introduction
  • Setup & Dependencies
  • Usage for Beginners
  • Basic Concepts
  • Tasks
  • External References (XREF)
  • Add-ons
  • Reference
    • DXF Document
    • DXF Structures
      • Sections
      • Tables
      • Blocks
      • Layouts
      • Groups
      • DXF Entities
        • 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
      • DXF Objects
      • Extended Data (XDATA)
      • Application-Defined Data (AppData)
      • Extension Dictionary
      • Reactors
      • Block Reference Management
      • Const
    • Colors
    • Enums
    • Math
    • Construction
    • Custom Data
    • Fonts
    • Tools
    • Global Options
    • For Developers
  • Launcher
  • Tutorials
  • Howto
  • FAQ
  • Glossary
  • Knowledge Graph
ezdxf
  • Reference
  • DXF Entities

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
Previous Next

© Copyright 2011-2025, Manfred Moitzi.

Built with Sphinx using a theme provided by Read the Docs.