Version: 
Back to list

CAD :: getNURBSCurveDefinition

Synopsis

   get all parameters contained in the nurbsCurve

GUI Dialog

   

Script function

   cad.getNURBSCurveDefinition(nurbsCurve) -> (degree, knots, poles, weights)

Parameters

   nurbsCurve (NURBSCurve) : The nurbsCurve

Return value

   degree (Int) : The degree of the nurbsCurve
   knots (DoubleList) : The knots of the nurbsCurve
   poles (Point3List) : The poles of the nurbsCurve
   weights (DoubleList) : The weights of the poles of the nurbsCurve