Part: add functions to return the number of nodes and triangles of a tessellation

This commit is contained in:
wmayer
2023-04-11 12:32:34 +02:00
committed by wwmayer
parent 88ee605dd1
commit 122ab14d92
4 changed files with 66 additions and 0 deletions

View File

@@ -347,6 +347,11 @@ Part.show(s)
</UserDocu>
</Documentation>
</Methode>
<Methode Name="countNodes" Const="true">
<Documentation>
<UserDocu>Returns the number of nodes of the 3D polygon of the edge.</UserDocu>
</Documentation>
</Methode>
<Methode Name="split" Const="true">
<Documentation>
<UserDocu>Splits the edge at the given parameter values and builds a wire out of it