X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_PaveFiller.h;h=3df2e330b0b8ced3d79bbcffcaa475025cb31091;hb=8438647a5fb5186e3b5893fd69092792edef9ca8;hp=d14aacbacba5d184f8de74a54406fd0bceb09b3a;hpb=950b00b13f43db3a8d495695ef31c4ac03af1739;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_PaveFiller.h b/src/GeomAlgoAPI/GeomAlgoAPI_PaveFiller.h index d14aacbac..3df2e330b 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_PaveFiller.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_PaveFiller.h @@ -14,14 +14,16 @@ /// \class GeomAlgoAPI_PaveFiller /// \ingroup DataAlgo -/// \brief Finds the common parts from the list of shapes and breaks it to shapes with shared subshapes. +/// \brief Finds the common parts from the list of shapes and +/// breaks it to shapes with shared subshapes. class GeomAlgoAPI_PaveFiller : public GeomAlgoAPI_MakeShape { public: /// \brief Constructor. /// \param[in] theListOfShape list of shape which should be splitted. /// \param[in] theIsMakeCompSolids if true gather shapes with shared faces to compsolids. - GEOMALGOAPI_EXPORT GeomAlgoAPI_PaveFiller(const ListOfShape& theListOfShape, const bool theIsMakeCompSolids = false); + GEOMALGOAPI_EXPORT GeomAlgoAPI_PaveFiller(const ListOfShape& theListOfShape, + const bool theIsMakeCompSolids = false); private: /// Builds resulting shape.