Decodes AutoCAD proxy-entity graphics binary data and renders primitives through AcGiRenderer.

A proxy-graphic buffer is a sequence of length-prefixed chunks. Each chunk begins with a little-endian header (size, type) where size includes the 8-byte header itself. Geometry commands emit drawable entities; attribute commands update a lightweight graphics-state machine (color, layer, linetype, fill, and so on).

The implementation follows the ODA proxy-graphic format used by ezdxf's ProxyGraphic module.

Constructors

Accessors

Methods

Constructors

Accessors

Methods