X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_PointBuilder.h;h=893c70c977fa77c999d15b11215584169ccf3f72;hb=3d28bcbab2f3ed0e40295e64f4e836caebc19fca;hp=64e479ce1cfbb300b3e16b840b43eadbaae788ba;hpb=38afbd899a8645c83e17f2c24a17a2b7414911b4;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_PointBuilder.h b/src/GeomAlgoAPI/GeomAlgoAPI_PointBuilder.h index 64e479ce1..893c70c97 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_PointBuilder.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_PointBuilder.h @@ -21,8 +21,11 @@ class GeomAPI_Pnt; class GEOMALGOAPI_EXPORT GeomAlgoAPI_PointBuilder { public: - /// Creates linear edge by two points + /// Creates a shape by point static std::shared_ptr point(std::shared_ptr thePoint); + + /// Return point by shape vertex + static std::shared_ptr point(std::shared_ptr theVertex); }; #endif