mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024573: Wrong result of 2d-offset algorithm on customer's shape
Test cases for issue CR24573
This commit is contained in:
@@ -808,7 +808,7 @@ void Bisector_BisecAna::Perform(const Handle(Geom2d_Curve)& afirstcurve ,
|
||||
// Bissectrice point - circle. +
|
||||
//=============================================================================
|
||||
case 1 : {
|
||||
GccAna_CircPnt2dBisec Bisector(circle,asecondpoint->Pnt2d());
|
||||
GccAna_CircPnt2dBisec Bisector(circle, asecondpoint->Pnt2d(), tolerance);
|
||||
Standard_Real distancemini = Precision::Infinite();
|
||||
if (Bisector.IsDone()) {
|
||||
Standard_Integer nbsolution = Bisector.NbSolutions();
|
||||
|
Reference in New Issue
Block a user