mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-24 07:52:03 +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++) {
|
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()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user