Part: ModelRefine: Fix for avoid edges of edgeFuse not working

This commit is contained in:
blobfish
2014-11-04 19:28:47 -05:00
committed by wmayer
parent a39a89fbf9
commit 05246a99ba

View File

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