
degrees, knot vectors and control_points. Data section: This section defines the NURBS data, i.e.


For NURBS curves, it should be set to curve.

Shape : type : curve # type of the geometry count : 1 # number of curves in "data" list (optional) data : - rational : True # rational or non-rational (optional) dimension : 2 # spatial dimension of the curve (optional) degree : 2 knotvector : control_points : points : # cartesian coordinates of the control points - # each control point is defined as a list - weights : # weights vector (required if rational) - 1.0 - 0.707 - 1.0 - 0.707 - 1.0 - 0.707 - 1.0 - 0.707 - 1.0 delta : 0.01 # evaluation delta
