Version:
Back to list
CAD :: createNURBSCurve
Synopsis
Create a NURBS curveGUI Dialog
Script function
cad.createNURBSCurve(degree, knots, poles, weights) -> NURBSCurveParameters
degree (Int) : Degree of the curve
knots (DoubleList) : Knots of the curve
poles (Point3List) : Poles list
weights (DoubleList) : Weight list
Return value
NURBSCurve (Curve) : NURBS curve