OptionalblockName of the block this entity references (if any).
OptionalblocksOptional dictionary of nested blocks referenced by this entity.
OptionalcenterThe geometric center point (for circles or arcs).
OptionalclosedWhether the polyline is closed (end connects to start).
OptionalcolorColor index or code for the entity.
OptionalendThe end angle of an arc (in degrees).
OptionalheightHeight of text (for TEXT or MTEXT entities).
OptionalisFlag indicating whether this entity originated from a special block reference.
OptionallayerThe layer on which this entity resides.
OptionalnameOptional name (for block references or named entities).
OptionalpositionPosition of the entity (for TEXT, INSERT, etc.).
OptionalradiusThe radius (for circles and arcs).
OptionalrotationRotation angle of the entity (in degrees).
OptionalscaleOptional scale factors applied to the entity or block reference.
OptionalshapeWhether the shape entity represents a closed loop (for polylines).
OptionalstartThe start angle of an arc (in degrees).
OptionaltextThe text string value (for TEXT or MTEXT entities).
Type of the DXF entity (e.g., LINE, CIRCLE, TEXT).
OptionalverticesList of vertex coordinates defining geometry for polylines or shapes.
Represents a single DXF entity. Entities can include points, lines, circles, arcs, text, or polylines.