Gets an array of control points from the surface.
# Get the value of the property.propertyValue = nurbsSurface_var.controlPoints
#include <Core/Geometry/NurbsSurface.h>// Get the value of the property.std::vector<Ptr<Point3D>> propertyValue = nurbsSurface_var->controlPoints();