FEM: add getNodesBySolid()

Conflicts:
	src/Mod/Fem/App/FemMesh.cpp
This commit is contained in:
Bernd Hahnebach
2015-04-21 21:29:39 +02:00
committed by Yorik van Havre
parent 3724748d06
commit accb05c502
4 changed files with 76 additions and 0 deletions

View File

@@ -99,6 +99,11 @@
<UserDocu>Get the node position vector by an Node-ID</UserDocu>
</Documentation>
</Methode>
<Methode Name="getNodesBySolid" Const="true">
<Documentation>
<UserDocu>Return a list of node IDs which belong to a TopoSolid</UserDocu>
</Documentation>
</Methode>
<Methode Name="getNodesByFace" Const="true">
<Documentation>
<UserDocu>Return a list of node IDs which belong to a TopoFace</UserDocu>