diff --git a/src/Mod/Part/App/GeomPlate/PointConstraintPy.xml b/src/Mod/Part/App/GeomPlate/PointConstraintPy.xml
index bc357852b4..60c9699e3f 100644
--- a/src/Mod/Part/App/GeomPlate/PointConstraintPy.xml
+++ b/src/Mod/Part/App/GeomPlate/PointConstraintPy.xml
@@ -77,22 +77,26 @@ 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 curve is not on a surface
-
+ Checks if there is a 2D point associated with the surface. It returns a boolean indicating whether such a point exists.
-
+ Allows you to set a 2D point on the surface. It takes a gp_Pnt2d as an argument, representing the 2D point to be associated with the surface.
-
+ Returns the 2D point on the surface. It returns a gp_Pnt2d representing the associated 2D point.