Get the knot vector from the U direction.
# Get the value of the property.propertyValue = nurbsSurface_var.knotsU
#include <Core/Geometry/NurbsSurface.h>// Get the value of the property.std::vector<double> propertyValue = nurbsSurface_var->knotsU();