expose mesh analyzing functions to Python

This commit is contained in:
wmayer
2016-07-31 12:13:37 +02:00
parent 8a5c03b671
commit 9e4de92ce1
5 changed files with 53 additions and 7 deletions

View File

@@ -250,7 +250,12 @@ for c in mesh.getSeparatecomponents():
<UserDocu>Get the number of wrong oriented facets</UserDocu>
</Documentation>
</Methode>
<Methode Name="hasInvalidPoints" Const="true">
<Methode Name="getNonUniformOrientedFacets" Const="true">
<Documentation>
<UserDocu>Get a tuple of wrong oriented facets</UserDocu>
</Documentation>
</Methode>
<Methode Name="hasInvalidPoints" Const="true">
<Documentation>
<UserDocu>Check if the mesh has points with invalid coordinates (NaN)</UserDocu>
</Documentation>