Part: ModelRefine: Add FixMissingSeam
This commit is contained in:
parent
1b9773299a
commit
0a94a9b78c
|
@ -441,6 +441,10 @@ const TopoDS_Face fixFace(const TopoDS_Face& f) {
|
|||
faceFixer.Perform();
|
||||
if (faceFixer.Status(ShapeExtend_FAIL))
|
||||
return dummy;
|
||||
faceFixer.FixMissingSeam();
|
||||
faceFixer.Perform();
|
||||
if (faceFixer.Status(ShapeExtend_FAIL))
|
||||
return dummy;
|
||||
faceFixer.FixOrientation();
|
||||
faceFixer.Perform();
|
||||
if (faceFixer.Status(ShapeExtend_FAIL))
|
||||
|
|
Loading…
Reference in New Issue
Block a user