NurbsCurve.from_data
- classmethod NurbsCurve.from_data(data)[source]
Construct a NURBS curve from its data representation.
- Parameters:
- datadict
The data dictionary.
- Returns:
compas.geometry.NurbsCurveThe constructed curve.
Site Navigation
compas
compas_blender
compas_ghpython
compas_rhino
Construct a NURBS curve from its data representation.
The data dictionary.
compas.geometry.NurbsCurveThe constructed curve.