1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
emv a743e2e5e8 0024823: Hang up in "bopcheck" command
Modifications:
class IntTools_EdgeEdge
 1. method
   Standard_Boolean IntTools_EdgeEdge::FindParameters(
      const BRepAdaptor_Curve& theB
      const Standard_Real aT1,
      const Standard_Real aT2,
      const Standard_Real theRes,
      const Standard_Real thePTol,
      const Bnd_Box& theCBox,
      Standard_Real& aTB1,
      Standard_Real& aTB2)

   Added protection for large values of parameters of the edges.

 2. methods
    static Standard_Boolean BndCommon(const Bnd_Box& theB1,
                                      const Bnd_Box& theB2,
                                      Bnd_Box& theBOut)
   and
    IntTools_EdgeEdge::FindSolutions()

   have been removed as redundant.

Test case for issue CR24823
2014-04-21 19:58:54 +04:00
..
2013-03-01 14:32:42 +04:00
2013-03-22 17:08:06 +04:00
2013-06-20 17:03:56 +04:00
2013-06-20 17:03:56 +04:00
2014-03-20 14:22:54 +04:00
2013-06-20 17:03:56 +04:00
2013-06-20 17:03:56 +04:00
2013-09-26 20:36:30 +04:00
2013-08-15 17:23:37 +04:00
2013-08-15 17:23:30 +04:00
2014-02-07 11:15:22 +04:00
2013-12-06 13:10:41 +04:00
2014-02-17 12:48:34 +04:00
2014-03-14 14:16:51 +04:00
2014-02-13 14:04:34 +04:00