add function to retrive femmesh edges by a TopoDS_Edge

This commit is contained in:
looooo
2018-11-08 19:27:29 +01:00
committed by wmayer
parent d59951e814
commit 5a915d5db6
4 changed files with 69 additions and 0 deletions

View File

@@ -93,6 +93,11 @@
<UserDocu>Return a list of face IDs which belong to a TopoFace</UserDocu>
</Documentation>
</Methode>
<Methode Name="getEdgesByEdge" Const="true">
<Documentation>
<UserDocu>Return a list of edge IDs which belong to a TopoEdge</UserDocu>
</Documentation>
</Methode>
<Methode Name="getVolumesByFace" Const="true">
<Documentation>
<UserDocu>Return a dict of volume IDs and face IDs which belong to a TopoFace</UserDocu>