FEM: mesh api, import of z88 mesh file with Fem API
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user