mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-24 01:32:05 +05:00
fix PAL10324 by eap
This commit is contained in:
parent
e522c90e3e
commit
e6e33a78e0
@ -110,7 +110,7 @@ Standard_Integer GEOMImpl_FilletDriver::Execute(TFunction_Logbook& log) const
|
||||
}
|
||||
|
||||
for (int i = 1; i <= fill.NbContours(); i++) {
|
||||
fill.SetRadius(aCI.GetR(), i, i);
|
||||
fill.SetRadius(aCI.GetR(), i, 1);
|
||||
}
|
||||
fill.Build();
|
||||
if (!fill.IsDone()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user