]> OCCT Git - occt-copy.git/commit
0024654: Result of Boolean operation is invalid for bopargcheck if rotated
authorpkv <pkv@opencascade.com>
Thu, 27 Feb 2014 14:50:42 +0000 (18:50 +0400)
committerabv <abv@opencascade.com>
Tue, 25 Mar 2014 12:48:38 +0000 (16:48 +0400)
commit0f293ebab3bb9c850f0f87e1be48a669fafef92f
treee85a046286419ee2d873d7b7dcd8c35e35fc8f27
parent72614a26ba6ef11fae677d65e94fbc2c6d852e0b
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
src/BndLib/BndLib.cxx
tests/bugs/modalg_5/bug24654 [new file with mode: 0755]