I’ve been trying to build a script that turns a curve into a series of orthogonal lines which represent that curve. I’ve sketched up what I want to end up with in Rhino.
I’ve tried doing this by building a grid of points that sit on the same plane as the arc, and then selecting the nearest points. But this doesnt quite work. Keen to hear your ideas.