Skip to content

Commit

Permalink
fix build failure with occ 6.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jul 17, 2016
1 parent 2a9be8a commit bff60f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/Part/App/TopoShape.cpp
Expand Up @@ -1532,7 +1532,9 @@ TopoDS_Shape TopoShape::generalFuse(const std::vector<TopoDS_Shape> &sOthers, St
mkGFA.SetArguments(GFAArguments);
if (tolerance > 0.0)
mkGFA.SetFuzzyValue(tolerance);
#if OCC_VERSION_HEX >= 0x070000
mkGFA.SetNonDestructive(Standard_True);
#endif
mkGFA.Build();
if (!mkGFA.IsDone())
throw Base::Exception("MultiFusion failed");
Expand Down

0 comments on commit bff60f3

Please sign in to comment.