Version: 
Back to list

CAD :: createNURBSSurface

Synopsis

   Create a new NURBS surface

GUI Dialog

   

Script function

   cad.createNURBSSurface(degreeU, degreeV, knotsU, knotsV, poles[, weights]) -> NURBSSurface

Parameters

   degreeU (Int) : U degree
   degreeV (Int) : V degree
   knotsU (DoubleList) : Knots on U
   knotsV (DoubleList) : Knots on V
   poles (Point3List) : Poles list
   weights (DoubleList[optional] : Weights list

Return value

   NURBSSurface (Surface) : The new NURBS surface