FEM: typos

This commit is contained in:
Unknown
2017-10-24 02:42:09 -04:00
committed by wmayer
parent bbdab351ac
commit cb87fb505d
5 changed files with 10 additions and 11 deletions

View File

@@ -16,7 +16,7 @@
</Documentation>
<Methode Name="setShape">
<Documentation>
<UserDocu>set the Part shape to mesh</UserDocu>
<UserDocu>Set the Part shape to mesh</UserDocu>
</Documentation>
</Methode>
<Methode Name="compute">
@@ -61,17 +61,17 @@
</Methode>
<Methode Name="read">
<Documentation>
<UserDocu>Read in an DAT, UNV, MED or STL file.</UserDocu>
<UserDocu>Read in a DAT, UNV, MED or STL file.</UserDocu>
</Documentation>
</Methode>
<Methode Name="write" Const="true">
<Documentation>
<UserDocu>write out an DAT, UNV, MED or STL file.</UserDocu>
<UserDocu>Write out a DAT, UNV, MED or STL file.</UserDocu>
</Documentation>
</Methode>
<Methode Name="writeABAQUS" Const="true">
<Documentation>
<UserDocu>write out as ABAQUS inp
<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
@@ -105,7 +105,7 @@
</Methode>
<Methode Name="getNodeById" Const="true">
<Documentation>
<UserDocu>Get the node position vector by an Node-ID</UserDocu>
<UserDocu>Get the node position vector by a Node-ID</UserDocu>
</Documentation>
</Methode>
<Methode Name="getNodesBySolid" Const="true">