1 // File: GeomAlgoAPI_PointBuilder.h
2 // Created: 02 Jun 2014
3 // Author: Mikhail PONIKAROV
5 #ifndef GeomAlgoAPI_PointBuilder_H_
6 #define GeomAlgoAPI_PointBuilder_H_
8 #include <GeomAlgoAPI.h>
9 #include <boost/shared_ptr.hpp>
14 /**\class GeomAlgoAPI_PointBuilder
16 * \brief Allows to create face-shapes by different parameters
19 class GEOMALGOAPI_EXPORT GeomAlgoAPI_PointBuilder
22 /// Creates linear edge by two points
23 static boost::shared_ptr<GeomAPI_Shape> point(boost::shared_ptr<GeomAPI_Pnt> thePoint);