Skip to content

Commit

Permalink
FEM: contact shell example, small improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Feb 6, 2020
1 parent 342695a commit e3e3197
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/Fem/femexamples/constraint_contact_shell_shell.py
Expand Up @@ -89,6 +89,8 @@ def setup(doc=None, solvertype="ccxtools"):

BooleanFrag = BOPTools.SplitFeatures.makeBooleanFragments(name='BooleanFragments')
BooleanFrag.Objects = [upper_tube, force_point]
if FreeCAD.GuiUp:
upper_tube.ViewObject.hide()

compound = doc.addObject("Part::Compound", "Compound")
compound.Links = [BooleanFrag, lower_tube]
Expand Down

0 comments on commit e3e3197

Please sign in to comment.