Salome HOME
0020206: EDF SMESH 987: Netgen1D2D3D +submesh
authoreap <eap@opencascade.com>
Wed, 11 Mar 2009 15:08:49 +0000 (15:08 +0000)
committereap <eap@opencascade.com>
Wed, 11 Mar 2009 15:08:49 +0000 (15:08 +0000)
   fix detection of SMESHDS_SubMesh'es of geom groups
+  int                        _nbSubShapes;  // initial nb of subshapes in the shape to mesh

src/SMESH/SMESH_Mesh.hxx

index 2d2808a37d62a9bc51bbf30797e23cd7d8e73300..7ba1203d6796c3235910417cf89da0ba72710ace 100644 (file)
@@ -244,6 +244,7 @@ protected:
   int                        _studyId;
   int                        _idDoc;        // id given by SMESHDS_Document
   int                        _groupId;      // id generator for group objects
+  int                        _nbSubShapes;  // initial nb of subshapes in the shape to mesh
   bool                       _isShapeToMesh;// set to true when a shape is given (only once)
   std::list <SMESH_subMesh*> _subMeshesUsingHypothesisList;
   SMESHDS_Document *         _myDocument;