X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBuildPlugin%2FBuildPlugin_Face.h;h=4653845f7adb0d7cb6748ff0d74c6ede23f36783;hb=9bf1f80e4bad2dc98d36cb798a373f48cf6f147a;hp=cbb4e9cbf33ca1d897be97afafb5a430cf517bfd;hpb=04f6b1edeaa70cbb3365f5d215745c1178aeea27;p=modules%2Fshaper.git diff --git a/src/BuildPlugin/BuildPlugin_Face.h b/src/BuildPlugin/BuildPlugin_Face.h index cbb4e9cbf..4653845f7 100644 --- a/src/BuildPlugin/BuildPlugin_Face.h +++ b/src/BuildPlugin/BuildPlugin_Face.h @@ -69,6 +69,10 @@ private: const std::list< std::shared_ptr >& theNormals, std::list< std::shared_ptr >& theFaces, std::shared_ptr& theBuilderAlgo) const; + + void buildNonPlanarFacesByEdges(const ListOfShape& theShapes, + ListOfShape& theFaces, + std::shared_ptr& theBuilderAlgo) const; }; #endif