Add some more user-facing typo fixes
This commit is contained in:
@@ -246,7 +246,7 @@ to the pole of index Index in the poles table.</UserDocu>
|
||||
</Methode>
|
||||
<Methode Name="getPolesAndWeights" Const="true">
|
||||
<Documentation>
|
||||
<UserDocu>Returns the table of poles and weights in homogenous ccordinates.</UserDocu>
|
||||
<UserDocu>Returns the table of poles and weights in homogeneous coordinates.</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="getResolution" Const="true">
|
||||
|
||||
@@ -494,7 +494,7 @@
|
||||
</Methode>
|
||||
<Methode Name="getPolesAndWeights" Const="true">
|
||||
<Documentation>
|
||||
<UserDocu>Returns the table of poles and weights in homogenous ccordinates.</UserDocu>
|
||||
<UserDocu>Returns the table of poles and weights in homogeneous coordinates.</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="getResolution" Const="true">
|
||||
@@ -696,7 +696,7 @@
|
||||
- ParamType = 'Uniform','Centripetal' or 'ChordLength'
|
||||
- LengthWeight, CurvatureWeight, TorsionWeight (floats)
|
||||
(with this smoothing algorithm, continuity C1 requires DegMax >= 3 and C2, DegMax >=5)
|
||||
|
||||
|
||||
Possible combinations :
|
||||
- approximate(Points, DegMin, DegMax, Continuity, Tolerance)
|
||||
- approximate(Points, DegMin, DegMax, Continuity, Tolerance, X0, dX, Y0, dY)
|
||||
@@ -711,7 +711,7 @@
|
||||
<UserDocu>
|
||||
interpolate(points)
|
||||
interpolate(zpoints, X0, dX, Y0, dY)
|
||||
|
||||
|
||||
Replaces this B-Spline surface by interpolating a set of points.
|
||||
The resulting surface is of degree 3 and continuity C2.
|
||||
Arguments:
|
||||
|
||||
@@ -239,7 +239,7 @@ to the pole of index Index in the poles table.</UserDocu>
|
||||
</Methode>
|
||||
<Methode Name="getPolesAndWeights">
|
||||
<Documentation>
|
||||
<UserDocu>Returns the table of poles and weights in homogenous ccordinates.</UserDocu>
|
||||
<UserDocu>Returns the table of poles and weights in homogeneous coordinates.</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="getResolution" Const="true">
|
||||
|
||||
@@ -34,7 +34,7 @@ myWire.fixWire( face, tolerance )
|
||||
</Methode>
|
||||
<Methode Name="makeHomogenousWires" Const="true">
|
||||
<Documentation>
|
||||
<UserDocu>Make this and the given wire homogenous to have the same number of edges</UserDocu>
|
||||
<UserDocu>Make this and the given wire homogeneous to have the same number of edges</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="makePipe" Const="true">
|
||||
|
||||
Reference in New Issue
Block a user