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