FEM: mesh api, import of z88 mesh file with Fem API

This commit is contained in:
Bernd Hahnebach
2018-12-14 21:27:58 +01:00
parent fffd4d49c4
commit b441c0d3e8
5 changed files with 48 additions and 7 deletions

View File

@@ -61,14 +61,16 @@
</Methode>
<Methode Name="read">
<Documentation>
<UserDocu>Read in a DAT, UNV, MED or STL file.</UserDocu>
<UserDocu>Read in a various FEM mesh file formats.
read(file.endingToExportTo)
supported formats: DAT, MED, STL, UNV, VTK, Z88</UserDocu>
</Documentation>
</Methode>
<Methode Name="write" Const="true">
<Documentation>
<UserDocu>Write out various FEM mesh file formats.
write(file.endingToExportTo)
supported formats: DAT, INP, MED, STL, UNV, VTK, Z88
supported formats: BDF, DAT, INP, MED, STL, UNV, VTK, Z88
</UserDocu>
</Documentation>
</Methode>