RhinoNurbsSurface.from_corners
- classmethod RhinoNurbsSurface.from_corners(corners)[source]
Creates a NURBS surface using the given 4 corners.
The order of the given points determins the normal direction of the generated surface.
- Parameters:
- cornerslist(
compas.geometry.Point
) 4 points in 3d space to represent the corners of the planar surface.
- cornerslist(
- Returns: