How to implement the Commond "_MeshToNurb" by C#

Hi everyone:
I have a question. I want to know how to get the commands in the rhino like “_MeshToNurb” with C#?
can anyone help me?
Thanks!

The method is here: http://developer.rhino3d.com/5/api/RhinoCommon/html/M_Rhino_Geometry_Brep_CreateFromMesh.htm

If you need it as a component I have a component for it in Pufferfish called Mesh To Polysurface.

1 Like