menu
RhinoCommon API
search
search
V8
arrow_drop_down
new_releases
wb_sunny
RhinoCommon documentation has a new look. The old site can still be found
here
.
Close
Description:
Constructs a coons patch from 2, 3, or 4 curves.
Syntax:
public static
Brep
CreateEdgeSurface(
IEnumerable<Curve>
curves
)
Parameters:
curves
Type:
IEnumerable<Curve>
A list, an array or any enumerable set of curves.
Returns:
Type:
Brep
resulting brep or None on failure.
Available since:
5.0
home
/
Rhino.Geometry
/
Brep
/
CreateEdgeSurface
CreateEdgeSurface method
Class:
Rhino.Geometry.Brep
Example
Nothing found