I’m trying to take a vertical surface (gray surface in the image) and re-orient it like the other surface (the green surface in the image) without altering the geometry.
Here’s how I do this manually in Rhino using orient3pt:
I would like to script this in grasshopper, but since there is no orient3pt component, I’m having a hard time doing this.
I was hoping to get something out of evaluate surface or the orient component, but didn’t succeed.
using Point List can be very helpful in these cases because it lets you recognize vertexes very easily
in this case -if you want to “emulate” the Rhino orient3p function- you can create two planes (initial plane, final plane)
on surface A you would click points in the order 031 (on GH Plane 3pt you pick vertexes at index 031)
on surface B you would click points in the order 130 (on GH Plane 3pt you pick vertexes at index 130)