1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-10 18:51:21 +03:00

0021762: Integration of new Boolean Operation algorithm to OCCT.

Small corrections.
This commit is contained in:
emv 2012-11-30 13:10:10 +04:00
parent ba5361f35a
commit a6b71ffe63

View File

@ -137,7 +137,7 @@ void BRepFeat_MakeCylindricalHole::PerformThruNext(const Standard_Real Radius,
return;
}
Standard_Real First=0.,Last=0.,prm;
Standard_Real First=0.,Last=0.;
Standard_Integer IndFrom,IndTo;
TopAbs_Orientation theOr;
Standard_Boolean ok = theASI.LocalizeAfter(0.,theOr,IndFrom,IndTo);