Version: 
Back to list

CAD :: createNURBSSurface

Synopsis

   Create a new cone surface

GUI Dialog

   

Script function

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

Parameters

   degreeU (Int) : U degree
   degreeV (Int) : V degree
   knotsU (DoubleList) : Knots on U
   knotsV (DoubleList) : Knots on V
   poles (Point3List) : Poles list

Return value

   NURBSSurface (Surface) : The new NURBS surface