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