Version:
2021.1
2020.2
2020.1
2019.2
2019.1
2018.3
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