Skip to content

Commit

Permalink
Merge branch 'master' of github.com:FreeCAD/FreeCAD
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Jul 10, 2020
2 parents 593831e + fcdbafb commit 45b96ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -43,7 +43,7 @@ def init_doc(doc=None):


def get_information():
info = {"name": "Multibody Analysis",
info = {"name": "Multimaterial bending beam 5 boxes",
"meshtype": "solid",
"meshelement": "Tet10",
"constraints": ["fixed", "force"],
Expand Down
Expand Up @@ -42,7 +42,7 @@ def init_doc(doc=None):


def get_information():
info = {"name": "Multibody Face Analysis",
info = {"name": "Multimaterial bending beam 5 faces",
"meshtype": "solid",
"meshelement": "Tria6",
"constraints": ["fixed", "force"],
Expand Down
Expand Up @@ -46,7 +46,7 @@ def init_doc(doc=None):


def get_information():
info = {"name": "Material Multiple Two Boxes",
info = {"name": "Multimaterial tension rod 2 boxes",
"meshtype": "solid",
"meshelement": "Tet10",
"constraints": ["fixed", "pressure"],
Expand Down

0 comments on commit 45b96ca

Please sign in to comment.