]> SALOME platform Git repositories - modules/smesh.git/commit
Salome HOME
bool SMESH_HypoFilter::IsMoreLocalThanPredicate::IsOk(const SMESH_Hypothesis* aHyp,
authoreap <eap@opencascade.com>
Thu, 2 Sep 2010 06:26:23 +0000 (06:26 +0000)
committereap <eap@opencascade.com>
Thu, 2 Sep 2010 06:26:23 +0000 (06:26 +0000)
commit59f4ea94a32567ddc2e7c775504225efd4994b18
treeedf5332f38eb61433b6683e9bed4cf91bd45eaa1
parentb539de9f450b7fdb68274e2f27435de396b0b5cd
 bool SMESH_HypoFilter::IsMoreLocalThanPredicate::IsOk(const SMESH_Hypothesis* aHyp,
                                                       const TopoDS_Shape&     aShape) const
 {
+  // issue 0020963
+  // if aShape is COMPOUND (i.e. most probably a GEOM group) then
+  // it is more local if it contains shapes of less dimension than _shapeType
+  ...
src/SMESH/SMESH_HypoFilter.cxx