mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-28 02:10:36 +05:00
0020668: [CEA] FitAll and points
Additional fixes fpor Point and Line driver
This commit is contained in:
parent
f1745a2763
commit
961d75ce65
@ -163,7 +163,7 @@ Standard_Integer GEOMImpl_LineDriver::Execute(TFunction_Logbook& log) const
|
||||
}
|
||||
|
||||
if (aShape.IsNull()) return 0;
|
||||
aShape.Infinite(true);
|
||||
//aShape.Infinite(true); // VSR: 05/04/2010: Fix 20668 (Fit All for points & lines)
|
||||
|
||||
aFunction->SetValue(aShape);
|
||||
|
||||
|
@ -223,7 +223,7 @@ Standard_Integer GEOMImpl_PointDriver::Execute(TFunction_Logbook& log) const
|
||||
aShape = mkVertex.Shape();
|
||||
}
|
||||
|
||||
aShape.Infinite(Standard_True);
|
||||
//aShape.Infinite(Standard_True); // VSR: 05/04/2010: Fix 20668 (Fit All for points & lines)
|
||||
aFunction->SetValue(aShape);
|
||||
|
||||
log.SetTouched(Label());
|
||||
|
Loading…
Reference in New Issue
Block a user