X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_PaveFiller.h;h=3df2e330b0b8ced3d79bbcffcaa475025cb31091;hb=8438647a5fb5186e3b5893fd69092792edef9ca8;hp=5a63fbf5e4d67a1eb61747e2d275d7950d9fa21a;hpb=6f2932a147e8e5b2eb226b8fea2c2bf9fec16a0e;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_PaveFiller.h b/src/GeomAlgoAPI/GeomAlgoAPI_PaveFiller.h index 5a63fbf5e..3df2e330b 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_PaveFiller.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_PaveFiller.h @@ -14,7 +14,7 @@ /// \class GeomAlgoAPI_PaveFiller /// \ingroup DataAlgo -/// \brief Finds the common parts from the list of shapes and +/// \brief Finds the common parts from the list of shapes and /// breaks it to shapes with shared subshapes. class GeomAlgoAPI_PaveFiller : public GeomAlgoAPI_MakeShape { @@ -22,7 +22,7 @@ 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, + GEOMALGOAPI_EXPORT GeomAlgoAPI_PaveFiller(const ListOfShape& theListOfShape, const bool theIsMakeCompSolids = false); private: