Gets the properties (NurbsSurfaceProperties) of the surface in the U direction.
# Get the value of the property.propertyValue = nurbsSurface_var.propertiesU
#include <Core/Geometry/NurbsSurface.h>// Get the value of the property.NurbsSurfaceProperties propertyValue = nurbsSurface_var->propertiesU();