diff --git a/src/Mod/Part/App/GeomPlate/CurveConstraintPy.xml b/src/Mod/Part/App/GeomPlate/CurveConstraintPy.xml
index 4e0e12b7d3..941d20c07a 100644
--- a/src/Mod/Part/App/GeomPlate/CurveConstraintPy.xml
+++ b/src/Mod/Part/App/GeomPlate/CurveConstraintPy.xml
@@ -77,32 +77,41 @@ Raises an exception if the curve is not on a surface
-
+ Allows you to set the G2 criterion. This is the law
+ defining the greatest difference in curvature allowed
+ between the constraint and the target surface. If this
+ criterion is not set, TolCurv, the curvature tolerance from
+ the constructor, is used.
+ Raises ConstructionError if the point is not on the surface
+
-
+ Returns a 3d curve associated the surface resulting of the constraints
-
+ loads a 2d curve associated the surface resulting of the constraints
+
-
+ Returns a 2d curve associated the surface resulting of the constraints
-
+ loads a 2d curve resulting from the normal projection of
+ the curve on the initial surface
-
+ Returns the projected curve resulting from the normal projection of the
+ curve on the initial surface
@@ -116,19 +125,22 @@ the number of points.
-
+ This function returns the first parameter of the curve.
+The first parameter is the lowest parametric value for the curve, which defines the starting point of the curve.
-
+ This function returns the last parameter of the curve.
+The last parameter is the highest parametric value for the curve, which defines the ending point of the curve.
-
+ This function returns the length of the curve.
+The length of the curve is a geometric property that indicates how long the curve is in the space.