Trace¶
TRACE entity (DXF Reference) is solid filled triangle or quadrilateral. Access vertices by name
(entity.dxf.vtx0 = (1.7, 2.3)
) or by index (entity[0] = (1.7, 2.3)
).
I don’t know the difference between SOLID and TRACE.
Subclass of |
|
DXF type |
|
Factory function |
|
Inherited DXF attributes |
Warning
Do not instantiate entity classes by yourself - always use the provided factory functions!
-
class
ezdxf.entities.
Trace
¶