fix PAL10324 by eap

This commit is contained in:
abd 2006-06-30 12:35:25 +00:00
parent e522c90e3e
commit e6e33a78e0

View File

@ -110,7 +110,7 @@ Standard_Integer GEOMImpl_FilletDriver::Execute(TFunction_Logbook& log) const
} }
for (int i = 1; i <= fill.NbContours(); i++) { for (int i = 1; i <= fill.NbContours(); i++) {
fill.SetRadius(aCI.GetR(), i, i); fill.SetRadius(aCI.GetR(), i, 1);
} }
fill.Build(); fill.Build();
if (!fill.IsDone()) { if (!fill.IsDone()) {