![]() ![]() ![]() |
A 2D solid line of specified width.
VBA class name: |
AcadTrace |
---|---|
Create using: |
ModelSpace.AddTrace |
Access via: |
ModelSpace.Item |
The endpoints of a trace are always on the centerline and are always cut square. AutoCAD automatically calculates the correct bevels for connection to adjacent trace segments.
Traces are solid-filled when the Fill mode is on. When the Fill mode is off, only the outline of a trace appears. To set the Fill mode, use the system variable FILLMODE. The system variable TRACEWID stores the current width used for a Trace object. To query a system variable, use the GetVariable method. To set a system variable, use the SetVariable method.
To create a trace, use the AddTrace method. To edit or query a trace, use the following methods and properties:
Methods |
Properties |
Events |
Comments? |