NurbsSurface.from_plane
- classmethod NurbsSurface.from_plane(plane, *args, **kwargs)
Construct a surface from a plane.
- Parameters
plane (
compas.geometry.Plane
) – The plane.- Returns
Construct a surface from a plane.
plane (compas.geometry.Plane
) – The plane.