diff --git a/src/Mod/Mesh/App/MeshPy.xml b/src/Mod/Mesh/App/MeshPy.xml index ad4b52f713..e2cc580a65 100644 --- a/src/Mod/Mesh/App/MeshPy.xml +++ b/src/Mod/Mesh/App/MeshPy.xml @@ -176,7 +176,7 @@ lines = mesh.section(mesh2, [ConnectLines=True, MinDist=0.0001]) movePoint(int, Vector) This method moves the point in the mesh along the given vector. This affects the geometry of the mesh. - Be aware that after moving points the mesh can + Be aware that moving points may cause self-intersections. have self intersections!