I want to use ArrayCrvOnSrf Command in a C# code. But I cant find it.
what is the equivalent to ArrayCrvOnSrf Command in Rhinocommon?
I think there is no such method in Rhinocommon. You have to do it by yourself.
- Divide curve, you get dividing points
- Find surface parametrs at given points, evaluate surface at these prms - construct tangent plane at every parameter
- Orinent your object(s) on these planes
Done
Thanks a lot.