mcneel / rhinocommon

RhinoCommon is the .NET SDK for Rhino5 / Grasshopper
http://wiki.mcneel.com/developer/rhinocommon
242 stars 93 forks source link

Mesh.CreateFromPolyline #20

Closed MoeGreen closed 12 years ago

MoeGreen commented 13 years ago

Create a mesh from a closed Polyline

sbaer commented 13 years ago

Hi Moe, Was there a Rhino_DotNet equivalent function that you are looking for in RhinoCommon or is this a request for a function that never existed in Rhino_DotNet?

MoeGreen commented 12 years ago

Hi,

No, I was checking RhUtil, and there is not there. Never I used in DotNetSDK.

sbaer commented 12 years ago

I believe Mesh.CreateFromPlanarBoundary will do what you are asking for.