Mesh: extend API to access edges of a facet via Python

This commit is contained in:
wmayer
2021-10-20 13:01:11 +02:00
parent ace0d32647
commit 124d06b7f7
14 changed files with 558 additions and 3 deletions

View File

@@ -56,6 +56,13 @@ The two angles are given in radian.
</UserDocu>
</Documentation>
</Methode>
<Methode Name="getEdge">
<Documentation>
<UserDocu>getEdge(int) -> Edge
Returns the edge of the facet.
</UserDocu>
</Documentation>
</Methode>
<Attribute Name="Index" ReadOnly="true">
<Documentation>
<UserDocu>The index of this facet in the MeshObject</UserDocu>