please help how to select same lines and same length?
Python or C#?
1 Like
Maybe some of these can help…
SelSameLenLines.py (2.8 KB)
SelSameLenCrvs.py (2.7 KB)
SelLinesByLength.py (2.7 KB)
SelCrvsByLength.py (2.5 KB)
1 Like
Hi! I tried your SelSameLenCrvs script. it is very helpful for me, but i get error, all my geometries are same. but it doesn’t see the white image? My white image, exported from Rhino to dxf but when I put it back into Rhino SelSameLenCrvs, I don’t see it? please help how to solve?
Can’t tell anything from an image, please post the file. In general if a curve does not export from Rhino, it is invalid. The script may also fail in that case. If it selects when you run SelBadObjects
, it is invalid. In that case Explode/Join usually fixes it.
1 Like