X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Circ2d.h;h=42e47defaba1018dcc460823afbae2dd476b5ac7;hb=bdbfb368d71ed11cc0391354a7d86c880cd94949;hp=0777ad3540e384c5411c1074f341a8b42d08c91a;hpb=0a88f0478c0d467fd412f5337775ee7353665537;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Circ2d.h b/src/GeomAPI/GeomAPI_Circ2d.h index 0777ad354..42e47defa 100644 --- a/src/GeomAPI/GeomAPI_Circ2d.h +++ b/src/GeomAPI/GeomAPI_Circ2d.h @@ -33,26 +33,6 @@ class GeomAPI_Circ2d : public GeomAPI_Interface GeomAPI_Circ2d(const std::shared_ptr& theCenter, const std::shared_ptr& theDir, double theRadius); - /// Creation of circle defined by three points lying on it - GEOMAPI_EXPORT - GeomAPI_Circ2d(const std::shared_ptr& theFirstPoint, - const std::shared_ptr& theSecondPoint, - const std::shared_ptr& theThirdPoint); - - /// Creation of a circle defined by center and a tangent curve on the given plane - GEOMAPI_EXPORT - GeomAPI_Circ2d(const std::shared_ptr& theCenter, - const std::shared_ptr& theTangent, - const std::shared_ptr& thePlane); - - /// Creation of a circle passing through or tangent to given entities. - /// Supported items are GeomAPI_Pnt2d or GeomAPI_Shape - GEOMAPI_EXPORT - GeomAPI_Circ2d(const std::shared_ptr& theEntity1, - const std::shared_ptr& theEntity2, - const std::shared_ptr& theEntity3, - const std::shared_ptr& thePlane); - /// Return center of the circle GEOMAPI_EXPORT const std::shared_ptr center() const;