Divide Surface Using a C# Method

Hi there -

I’m curious to know if there is a C# method that is similar to the “divide surface” component in Grasshopper. So far, I have not found anything with a similar name in RhinoCommon. I imagine there is a work around using nested for loops but interested to hear if there is simpler method.

Thanks in advance,
Sam

1 Like

Nurbs are just two intervals (0;1) and (0;1) just iterate double for loop and get point on surface.

Division is not part of rhinocommon.
Num and num2 and divisions numbers in two axes.

1 Like