X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_PointBuilder.h;h=cff50ee0561cdb35becd322c685e9b99f907e5f7;hb=64981a525f8bc2c450475822e96dcc2766454ad3;hp=893c70c977fa77c999d15b11215584169ccf3f72;hpb=7bf19255421b34594c7b0a76d0ce28166d0ce895;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_PointBuilder.h b/src/GeomAlgoAPI/GeomAlgoAPI_PointBuilder.h index 893c70c97..cff50ee05 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_PointBuilder.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_PointBuilder.h @@ -24,6 +24,10 @@ class GEOMALGOAPI_EXPORT GeomAlgoAPI_PointBuilder /// Creates a shape by point static std::shared_ptr point(std::shared_ptr thePoint); + /// Creates a shape by point coordinates + static std::shared_ptr point( + const double theX, const double theY, const double theZ); + /// Return point by shape vertex static std::shared_ptr point(std::shared_ptr theVertex); };