Part: ModelRefine: don't call edgefuse perform directly

This commit is contained in:
blobfish
2015-07-01 14:40:23 -04:00
committed by wmayer
parent 997cadff7d
commit 96f88a4dca

View File

@@ -1070,7 +1070,6 @@ bool FaceUniter::process()
collectConicEdges(workShell, map);
edgeFuse.AvoidEdges(map);
#endif
edgeFuse.Perform();
TopTools_DataMapOfShapeShape affectedFaces;
edgeFuse.Faces(affectedFaces);
TopTools_DataMapIteratorOfDataMapOfShapeShape mapIt;