X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Dir.cpp;h=cbd8880a0977d0f4719a437897fcebbe47d3b591;hb=b5893b0a30fac08134c24de4565cb513a43affa6;hp=52cab10c0794dec65413957b979aefd33d9ab9a3;hpb=87474d56199326bace66da349e9dc2c44e02d3a7;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Dir.cpp b/src/GeomAPI/GeomAPI_Dir.cpp index 52cab10c0..cbd8880a0 100644 --- a/src/GeomAPI/GeomAPI_Dir.cpp +++ b/src/GeomAPI/GeomAPI_Dir.cpp @@ -63,7 +63,7 @@ double GeomAPI_Dir::angle(const std::shared_ptr& theArg) const return MY_DIR->Angle(theArg->impl()); } -bool GeomAPI_Dir::isParallel(const std::shared_ptr theDir, +bool GeomAPI_Dir::isParallel(const std::shared_ptr theDir, const double theTolerance) const { return MY_DIR->IsParallel(theDir->impl(), theTolerance) == Standard_True;