Version: 
Back to list
CAD :: createNURBSSurface
Synopsis
   Create a new cone surfaceGUI Dialog
   
Script function
   cad.createNURBSSurface(degreeU, degreeV, knotsU, knotsV, poles) -> NURBSSurfaceParameters
   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