Returns a KnotCollection containing knot values (represented as Doubles), one for each knot defined for the curve.
// get accessor KnotCollection rtn = NurbsCurve.Knots; |
set oObject = Application.ActiveProject.ActiveScene.Root.AddGeometry("Arc","NurbsCurve") set oNurbsCurveList = oObject.ActivePrimitive.Geometry set oNurbsCurve = oNurbsCurveList.Curves(0) set oUKnots = oNurbsCurve.Knots |