Edge Surface method in C#

Hello everyone,

Does the EdgeSurface method exist in Rhino/Grasshopper library in C#? I went through Rhino.Geometry.Surface and Rhino.Geometry.NurbsSurafce and I could not find any method that can make a surface from given edges.

Best,

Mahan

https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Geometry_Brep_CreateEdgeSurface.htm

Then it’s Brep. Thanks Mahdiyar.