refine shape, face union fix

* fix for circular boundary of a planar face.
This commit is contained in:
tanderson 2012-03-22 14:35:02 -04:00
parent ac75725737
commit 70ca4b65d5

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);