Add some more user-facing typo fixes

This commit is contained in:
luz.paz
2019-03-13 13:34:59 -04:00
committed by Yorik van Havre
parent 8c7c73ba4f
commit 2e4e9c6d4e
5 changed files with 8 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ class FemToolsCcx(QtCore.QRunnable, QtCore.QObject):
# @param analysis - analysis object to be used as the core object.
# @param test_mode - True indicates that no real calculations will take place, so ccx binary is not required. Used by test module.
# "__init__" tries to use current active analysis in analysis is left empty.
# Rises exception if analysis is not set and there is no active analysis
# Raises exception if analysis is not set and there is no active analysis
def __init__(self, analysis=None, solver=None, test_mode=False):
QtCore.QRunnable.__init__(self)
QtCore.QObject.__init__(self)
@@ -85,7 +85,7 @@ class FemToolsCcx(QtCore.QRunnable, QtCore.QObject):
self.ccx_binary_present = False
self.result_object = None
else:
raise Exception('FEM: Somthing went wront, the exception should have been raised earlier!')
raise Exception('FEM: Something went wrong, the exception should have been raised earlier!')
## Removes all result objects and result meshes from an analysis group
# @param self The python object self

View File

@@ -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">

View File

@@ -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:

View File

@@ -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">

View File

@@ -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">