I have been searching in the RhinoCommon documentation how to make with C# a surface like the Grasshopper Boundary Surfaces component does but I haven’t found a way. Can anyone tell me how to?
HI,
its the Brep.CreatePlanarBreps Method (CurveList) method.
Regards!
3 Likes
Thanks a lot. It worked!