Returns an array of Point2D objects that define the control points of the curve.
# Get the value of the property.propertyValue = nurbsCurve2D_var.controlPoints
#include <Core/Geometry/NurbsCurve2D.h>// Get the value of the property.std::vector<Ptr<Point2D>> propertyValue = nurbsCurve2D_var->controlPoints();