Is it possible to select only vertical or horizontal lines? Or, for that matter, lines which only go at a particular specific angle?
I’m looking create object edge lines which overlap like as below. (For one simple object It would be easy to extract wire frame and explode it and select only vertical or horizontal lines, but for many objects of differing sizes, or for complex objects, I’m not sure how to select and then stretch only those going at a particular direction/angle.)
You can write a quick grasshopper script that takes the edges, calculates the angle with the direction vector you are interested in (here the z axis), then isolates the ones whose angle is 0 (modulo Pi) using Dispatch