Merge remote-tracking branch 'remotes/origin/tanderson-merge-faceUnionFix'
This commit is contained in:
commit
5c3b7725fe
|
@ -364,7 +364,7 @@ TopoDS_Face FaceTypedPlane::buildFace(const FaceVectorType &faces) const
|
||||||
|
|
||||||
std::sort(wires.begin(), wires.end(), ModelRefine::WireSort());
|
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)
|
if (wires.size() > 1)
|
||||||
{
|
{
|
||||||
ShapeFix_Face faceFix(current);
|
ShapeFix_Face faceFix(current);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user