occt: master bf12f076

Author Committer Branch Timestamp Parent
pkv apn master 2014-02-27 14:50:42 master ca2edbb2
Affected Issues  0024654: Result of Boolean operation is invalid for bopargcheck if rotated
Changeset 0024654: Result of Boolean operation is invalid for bopargcheck if rotated

class BndLib
   - method:
void BndLib::Add(const gp_Hypr& H,
                 const Standard_Real P1,
                 const Standard_Real P2,
                 const Standard_Real Tol,
                 Bnd_Box& B)
  - static function:
Standard_Integer ComputeBox(const gp_Hypr& aHypr,
                            const Standard_Real aT1,
                            const Standard_Real aT2,
                            Bnd_Box& aBox)
The function computes bounding box for bounded hyperbola

Test case for issue CR24654
mod - src/BndLib/BndLib.cxx Diff File
add - tests/bugs/modalg_5/bug24654 Diff File