Is there a way to implement the Point Oriented Node in C#? I would like to finally implement the node script (picture) as a C# script and this node is my first hurdle.
Plane plane;
Point3d point = plane.PointAt(u, v, w);
https://developer.rhino3d.com/api/rhinocommon/rhino.geometry.plane/pointat
1 Like
Thank you, it helped me a lot.