+ Fix TopoShape::fix()
This commit is contained in:
parent
1244807f7e
commit
00f46aadeb
|
@ -1883,7 +1883,7 @@ bool TopoShape::fix(double precision, double mintol, double maxtol)
|
|||
|
||||
ShapeFix_Shape fix(this->_Shape);
|
||||
fix.SetPrecision(precision);
|
||||
fix.SetMaxTolerance(mintol);
|
||||
fix.SetMinTolerance(mintol);
|
||||
fix.SetMaxTolerance(maxtol);
|
||||
|
||||
fix.Perform();
|
||||
|
|
Loading…
Reference in New Issue
Block a user