RhinoNurbsSurface.from_fill
- classmethod RhinoNurbsSurface.from_fill(curve1, curve2)[source]
Construct a NURBS surface from the infill between two NURBS curves.
- Parameters:
- curve1
compas.geometry.NurbsCurve
- curve2
compas.geometry.NurbsCurve
- curve1
- Returns: