Is it possible to get all Polyline
or Curve2D
in drawing with LineWidth = something? It is possible with the color but when I tried Selection.Search(".Curve.Thickness = 1")
or Width
or VisibleWidth
or LineWidth
, none returns an error but results in no result also.
I could use loop, however, as I posted in another question, the speed is very low.