]> SALOME platform Git repositories - plugins/blsurfplugin.git/commit
Salome HOME
0020968: EDF1545 SMESH: Problem in the creation of a mesh group on geometry
authoreap <eap@opencascade.com>
Wed, 15 Sep 2010 10:19:55 +0000 (10:19 +0000)
committereap <eap@opencascade.com>
Wed, 15 Sep 2010 10:19:55 +0000 (10:19 +0000)
commit77a4b6964449dd0d4d1dcf146f9d6757c8bace96
treefea05ad7797f41bf4626df6465f4bb627b49b51e
parent1f6280ffd901b49fc26a823fa1f5971655036ac5
0020968EDF1545 SMESH: Problem in the creation of a mesh group on geometry
  Correct a default _phySize

BLSURFPlugin_BLSURF.cxx
+    // GetDefaultPhySize() sometimes leads to computation failure
+    _phySize = mesh.GetShapeDiagonalSize() / _gen->GetBoundaryBoxSegmentation();

BLSURFPlugin_BLSURF.hxx
-    void SetParameters(const BLSURFPlugin_Hypothesis* hyp, blsurf_session_t *bls);
+    void SetParameters(const BLSURFPlugin_Hypothesis* hyp, blsurf_session_t *bls,SMESH_Mesh& aMesh);
src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx
src/BLSURFPlugin/BLSURFPlugin_BLSURF.hxx