mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0022915: crash in iges reader TransferRoots()
This commit is contained in:
parent
518d862156
commit
64efb152a0
@ -120,5 +120,5 @@
|
|||||||
|
|
||||||
Standard_Boolean IGESGeom_CircularArc::IsClosed () const
|
Standard_Boolean IGESGeom_CircularArc::IsClosed () const
|
||||||
{
|
{
|
||||||
return ((theStart.X() == theEnd.X()) && (theStart.Y() == theEnd.Y()));
|
return (Abs (theStart.X() - theEnd.X()) < Precision::PConfusion() && Abs (theStart.Y() - theEnd.Y()) < Precision::PConfusion());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user