Is there a way to select those slanted lines

Is there any way to select curves with slanted angle. pretty helpful do cleanup work of exploded hatch from pdf and other selection work.

_selcolor
_isolate
_selLine

I dont think there is a 45-degree only selection -but it s possible and easy to do with a script…

Hello- here’s a thing you can try - use the ‘curve’ option and point it at one of the lines.

SelParallel.py (4.8 KB)

To use the Python script use RunPythonScript, or a macro:

_-RunPythonScript "Full path to py file inside double-quotes"

-Pascal

1 Like

thanks pascal, this is exactly what i need and even much more than that…
Amazing, i will start learning scripting soon.