]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAlgoAPI/GeomAlgoAPI_FaceBuilder.h
Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_FaceBuilder.h
index d14357a93d24cb737dd60064ad63bc870b38dc4c..b95fad92bf6619003bea5e570a568b0724415209 100644 (file)
 
 class GEOMALGOAPI_EXPORT GeomAlgoAPI_FaceBuilder
 {
-public:
+ public:
   /// Creates square planar face by given point of the center,
   /// normal to the plane and size of square
   static boost::shared_ptr<GeomAPI_Shape> square(boost::shared_ptr<GeomAPI_Pnt> theCenter,
-    boost::shared_ptr<GeomAPI_Dir> theNormal, const double theSize);
+                                                 boost::shared_ptr<GeomAPI_Dir> theNormal,
+                                                 const double theSize);
 
   /// Returns the plane of the planar face. If it is not planar, returns empty ptr.
   static boost::shared_ptr<GeomAPI_Pln> plane(boost::shared_ptr<GeomAPI_Shape> theFace);