From 82a74b15c34c4ecc1bc818c3ff3c569f96cea6d1 Mon Sep 17 00:00:00 2001 From: Rohan Mishra <315scisyb2020rohanmishra@gmail.com> Date: Wed, 25 Oct 2023 19:47:53 +0530 Subject: [PATCH] Update CurveConstraintPy.xml Issue #10729 Updated the API documentation for `src/Mod/Part/App/GeomPlate` --- .../Part/App/GeomPlate/CurveConstraintPy.xml | 30 +++++++++++++------ 1 file changed, 21 insertions(+), 9 deletions(-) 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.