Hi,
Below script is to get the Trace Object (Width of it)
----------------------------------------------------------------------------
Dim Traces,netLine, temp
Set Traces = pcbDoc.Traces(epcbSelectSelected)
MsgBox Traces.count
For Each Trace in Traces
MsgBox Trace.Geometry.LineWidth
Next
----------------------------------------------------------------------------
The script works in normal Selection state as below.
Image may be NSFW.
Clik here to view.
But it does not work in Plow Mode.
How can I distinguish Plow mode and how to get the trace obj selected for plow?
Clik here to view.
