Skip to content

Commit

Permalink
FEM: Update ObjectsFem.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FEA-eng authored Mar 21, 2024
1 parent 161b0fb commit d2532e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/ObjectsFem.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def makeElementGeometry1D(

def makeElementGeometry2D(
doc,
thickness=20.0,
thickness=1.0,
name="ElementGeometry2D"
):
"""makeElementGeometry2D(document, [thickness], [name]):
Expand Down

0 comments on commit d2532e8

Please sign in to comment.