Update src/Mod/Mesh/App/MeshPy.xml

Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com>
This commit is contained in:
Max Wilfinger
2025-06-30 09:20:23 +02:00
committed by Chris Hennes
parent 54af8d18e7
commit 84c73b096c

View File

@@ -176,7 +176,7 @@ lines = mesh.section(mesh2, [ConnectLines=True, MinDist=0.0001])
<UserDocu>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!
</UserDocu>
</Documentation>