Version: 
Back to list

CAD :: createNURBSCurve

Synopsis

   Create a NURBS curve

GUI Dialog

   

Script function

   cad.createNURBSCurve(degree, knots, poles[, weights]) -> NURBSCurve

Parameters

   degree (Int) : Degree of the curve
   knots (DoubleList) : Knots of the curve
   poles (Point3List) : Poles list
   weights (DoubleList[optional] : Weight list

Return value

   NURBSCurve (Curve) : NURBS curve