Script to create Menger sponge

This commit is contained in:
wmayer
2012-03-03 02:37:03 +01:00
parent 4eda3b81f1
commit 7a2ce86eed
5 changed files with 213 additions and 0 deletions

View File

@@ -127,6 +127,16 @@ Example:
<UserDocu>Remove a list of facet indices from the mesh</UserDocu>
</Documentation>
</Methode>
<Methode Name="getInternalFacets" Const="true">
<Documentation>
<UserDocu>Builds a list of facet indices with triangles that are inside a volume mesh</UserDocu>
</Documentation>
</Methode>
<Methode Name="rebuildNeighbourHood">
<Documentation>
<UserDocu>Repairs the neighbourhood which might be broken</UserDocu>
</Documentation>
</Methode>
<Methode Name="addMesh">
<Documentation>
<UserDocu>Combine this mesh with another mesh.</UserDocu>