FEM: Abaqus writer, add method parameter for elem and group options

This commit is contained in:
Bernd Hahnebach
2017-11-23 06:12:57 +01:00
committed by Yorik van Havre
parent ab2fbcbcad
commit b142ce5bc7
4 changed files with 17 additions and 9 deletions

View File

@@ -71,7 +71,11 @@
</Methode>
<Methode Name="writeABAQUS" Const="true">
<Documentation>
<UserDocu>write out as ABAQUS.</UserDocu>
<UserDocu>write out as ABAQUS inp
writeABAQUS(file, int elemParam, bool groupParam)
elemParam: 0 = all elements, 1 = highest elements only, 2 = FEM elements only (only edges not belonging to faces and faces not belonging to volumes)
groupParam: true = write group data, false = do not write group data
</UserDocu>
</Documentation>
</Methode>
<Methode Name="setTransform">