NurbsSurface.from_data
- classmethod NurbsSurface.from_data(data)[source]
Construct a BSpline surface from its data representation.
- Parameters:
- datadict
The data dictionary.
- Returns:
compas.geometry.NurbsSurfaceThe constructed surface.
Site Navigation
compas
compas_blender
compas_ghpython
compas_rhino
Construct a BSpline surface from its data representation.
The data dictionary.
compas.geometry.NurbsSurfaceThe constructed surface.