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
thanks pascal, this is exactly what i need and even much more than thatā¦
Amazing, i will start learning scripting soon.
