Mesh from closed polyline

Hi all
I use Rhino command Mesh From Closed Polyline. Now I need to use this option like C++ function, but I can’t find the function like that. Can anyone help me??

Thanks
Biljana

Hi Biljana,

Use the RhinoTriangulate3dPolygon function. See rhinoSdkUtilities.h for details.

– Dale

Thank you Dale.
I needed exactly that function.