From 528db6011173b4e7a065d69ba7557a4133ca38a1 Mon Sep 17 00:00:00 2001 From: Rohan Mishra <315scisyb2020rohanmishra@gmail.com> Date: Wed, 25 Oct 2023 20:19:07 +0530 Subject: [PATCH] Update PointConstraintPy.xml Issue #10729 Update the API documentation for `src/Mod/Part/App/GeomPlate` --- src/Mod/Part/App/GeomPlate/PointConstraintPy.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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.