Mesh: improve function to fix points on edge

This commit is contained in:
wmayer
2021-09-29 19:32:18 +02:00
parent fe7f4c4be7
commit 8ff9bbc930
6 changed files with 86 additions and 20 deletions

View File

@@ -296,9 +296,12 @@ for c in mesh.getSeparatecomponents():
<UserDocu>Check if points lie on edges</UserDocu>
</Documentation>
</Methode>
<Methode Name="removePointsOnEdge">
<Methode Name="removePointsOnEdge" Keyword="true">
<Documentation>
<UserDocu>Remove points that lie on edges</UserDocu>
<UserDocu>removePointsOnEdge(FillBoundary=False)
Remove points that lie on edges.
If FillBoundary is True then the holes by removing the affected facets
will be re-filled.</UserDocu>
</Documentation>
</Methode>
<Methode Name="hasInvalidNeighbourhood" Const="true">