Salome HOME
To compute mesh in SALOME_TESTS/Grids/geom/bugs_15/R7
[modules/smesh.git] / src / StdMeshers / StdMeshers_Prism_3D.hxx
index 6c7c52fe1bf2c7f2589f4aa4cbc25669f39f750d..5d99375a9025958fff4574fa69f8bb63af82ba29 100644 (file)
@@ -482,7 +482,9 @@ public:
    * \brief Analyse shape geometry and mesh.
     * If there are triangles on one of faces, it becomes 'bottom'
    */
-  bool initPrism(Prism_3D::TPrismTopo& thePrism, const TopoDS_Shape& theSolid);
+  bool initPrism(Prism_3D::TPrismTopo& thePrism,
+                 const TopoDS_Shape&   theSolid,
+                 const bool            selectBottom = true);
 
   /*!
    * \brief Fill thePrism.myWallQuads and thePrism.myTopEdges
@@ -556,6 +558,7 @@ private:
 
   bool myProjectTriangles;
   bool mySetErrorToSM;
+  bool myUseBlock;
 
   StdMeshers_PrismAsBlock myBlock;
   SMESH_MesherHelper*     myHelper;