Returns an array of numbers that define the knot vector of the curve.
# Get the value of the property.propertyValue = nurbsCurve3D_var.knots
#include <Core/Geometry/NurbsCurve3D.h>// Get the value of the property.std::vector<double> propertyValue = nurbsCurve3D_var->knots();