Salome HOME
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
authoreap <eap@opencascade.com>
Wed, 15 Sep 2010 15:11:26 +0000 (15:11 +0000)
committereap <eap@opencascade.com>
Wed, 15 Sep 2010 15:11:26 +0000 (15:11 +0000)
commit52e29b1d26e4ba2b53820d547b2c16321cc40734
treeae32ff01cc17634b223ed419b3b57561bf5ae0e4
parent27c31e5d2a81ccf7778f8a97d6357f352dccbeb0
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids

   bool IsLinked (const SMDS_MeshNode* theNode1,
                  const SMDS_MeshNode* theNode2,
+                 const bool           theIgnoreMediumNodes=false) const;
   // Return true if theNode1 is linked with theNode2.
+  // If theIgnoreMediumNodes then corner nodes of quadratic cell are considered linked as well
src/SMDS/SMDS_VolumeTool.cxx
src/SMDS/SMDS_VolumeTool.hxx