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

@@ -39,7 +39,14 @@ Get a list of intersection points with another triangle.
</UserDocu>
</Documentation>
</Methode>
<Attribute Name="Index" ReadOnly="true">
<Methode Name="isDegenerated">
<Documentation>
<UserDocu>isDegenerated([float]) -> boolean
Returns true if the facet is degenerated, otherwise false.
</UserDocu>
</Documentation>
</Methode>
<Attribute Name="Index" ReadOnly="true">
<Documentation>
<UserDocu>The index of this facet in the MeshObject</UserDocu>
</Documentation>