Part: Clean up XML bindings.

This commit is contained in:
tritao
2025-02-12 01:35:09 +00:00
committed by Chris Hennes
parent aff9ef4499
commit 4aa845795e
26 changed files with 829 additions and 837 deletions

View File

@@ -19,44 +19,44 @@
<Methode Name="setConstrParam" Keyword="true">
<Documentation>
<UserDocu>
setConstrParam(Tol2d=0.00001, Tol3d=0.0001, TolAng=0.01, TolCurv=0.1)
Sets the values of Tolerances used to control the constraint.
setConstrParam(Tol2d=0.00001, Tol3d=0.0001, TolAng=0.01, TolCurv=0.1)
Sets the values of Tolerances used to control the constraint.
</UserDocu>
</Documentation>
</Methode>
<Methode Name="setResolParam" Keyword="true">
<Documentation>
<UserDocu>
setResolParam(Degree=3, NbPtsOnCur=15, NbIter=2, Anisotropy=False)
Sets the parameters used for resolution.
setResolParam(Degree=3, NbPtsOnCur=15, NbIter=2, Anisotropy=False)
Sets the parameters used for resolution.
</UserDocu>
</Documentation>
</Methode>
<Methode Name="setApproxParam" Keyword="true">
<Documentation>
<UserDocu>
setApproxParam(MaxDeg=8, MaxSegments=9)
Sets the parameters used to approximate the filling the surface
setApproxParam(MaxDeg=8, MaxSegments=9)
Sets the parameters used to approximate the filling the surface
</UserDocu>
</Documentation>
</Methode>
<Methode Name="loadInitSurface">
<Documentation>
<UserDocu>
loadInitSurface(face)
Loads the initial surface.
loadInitSurface(face)
Loads the initial surface.
</UserDocu>
</Documentation>
</Methode>
<Methode Name="add" Keyword="true">
<Documentation>
<UserDocu>
add(Edge, Order, IsBound=True)
add(Edge, Support, Order, IsBound=True)
add(Support, Order)
add(Point)
add(U, V, Support, Order)
Adds a new constraint.
add(Edge, Order, IsBound=True)
add(Edge, Support, Order, IsBound=True)
add(Support, Order)
add(Point)
add(U, V, Support, Order)
Adds a new constraint.
</UserDocu>
</Documentation>
</Methode>
@@ -73,32 +73,32 @@
<Methode Name="G0Error">
<Documentation>
<UserDocu>
G0Error([int])
Returns the maximum distance between the result and the constraints.
G0Error([int])
Returns the maximum distance between the result and the constraints.
</UserDocu>
</Documentation>
</Methode>
<Methode Name="G1Error">
<Documentation>
<UserDocu>
G1Error([int])
Returns the maximum angle between the result and the constraints.
G1Error([int])
Returns the maximum angle between the result and the constraints.
</UserDocu>
</Documentation>
</Methode>
<Methode Name="G2Error">
<Documentation>
<UserDocu>
G2Error([int])
Returns the greatest difference in curvature between the result and the constraints.
G2Error([int])
Returns the greatest difference in curvature between the result and the constraints.
</UserDocu>
</Documentation>
</Methode>
<Methode Name="shape">
<Documentation>
<UserDocu>
shape()
Returns the resulting shape.
shape()
Returns the resulting shape.
</UserDocu>
</Documentation>
</Methode>