RhinoNurbsSurface.from_corners
- classmethod RhinoNurbsSurface.from_corners(corners)
Creates a NURBS surface using the given 4 corners.
The order of the given points determins the normal direction of the generated surface.
- Parameters
corners (list(
Point
)) – 4 points in 3d space to represent the corners of the planar surface.- Returns