Part: Clean up XML bindings (Part 2)

This cleans up the XML bindings for Part in preparation for an upcoming
migration to Python bindings model.
This commit is contained in:
Joao Matos
2025-03-25 16:12:57 +00:00
committed by Benjamin Nauck
parent 40ace3241a
commit e825ebe99d
21 changed files with 374 additions and 385 deletions

View File

@@ -78,10 +78,10 @@ Raises an exception if the curve is not on a surface
<Methode Name="setG2Criterion">
<Documentation>
<UserDocu>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</UserDocu>
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</UserDocu>
</Documentation>
</Methode>
<Methode Name="hasPnt2dOnSurf">