Merge remote-tracking branch 'remotes/origin/tanderson-merge-faceUnionFix'

This commit is contained in:
jriegel
2012-04-15 20:55:01 +02:00

View File

@@ -364,7 +364,7 @@ TopoDS_Face FaceTypedPlane::buildFace(const FaceVectorType &faces) const
std::sort(wires.begin(), wires.end(), ModelRefine::WireSort());
TopoDS_Face current = BRepLib_MakeFace(wires.at(0));
TopoDS_Face current = BRepLib_MakeFace(wires.at(0), Standard_True);
if (wires.size() > 1)
{
ShapeFix_Face faceFix(current);