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