X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_FaceBuilder.h;h=49ec19c3084da7dea685cc74fd7bcfd497f60111;hb=3205d0f18200948632155bbe7b640bc1e482243d;hp=7b68fadcbb3f8548e84170e7d3b578632e659ec2;hpb=2136782ef0f410c48485d75704779ceedf7a29c1;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_FaceBuilder.h b/src/GeomAlgoAPI/GeomAlgoAPI_FaceBuilder.h index 7b68fadcb..49ec19c30 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_FaceBuilder.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_FaceBuilder.h @@ -30,8 +30,7 @@ class GEOMALGOAPI_EXPORT GeomAlgoAPI_FaceBuilder /// Creates square planar face by given point of the center, /// normal to the plane and size of square static std::shared_ptr square(std::shared_ptr thePlane, - const double theSize, - const bool theInfinite = false); + const double theSize); /// Returns the plane of the planar face. If it is not planar, returns empty ptr. static std::shared_ptr plane(std::shared_ptr theFace);