Salome HOME
23562: EDF 17098 - problem with Extrusion 3D
[modules/smesh.git] / src / Controls / SMESH_Controls.cxx
index 1ccd96f9905611d39a69424bcebb65a90f437dc6..7fcc948da5ef4c6789c2fdd0fe844ea5264c50ab 100644 (file)
@@ -4425,6 +4425,12 @@ bool ElementsOnShape::IsSatisfy (const SMDS_MeshElement* elem)
   return isSatisfy;
 }
 
   return isSatisfy;
 }
 
+//================================================================================
+/*!
+ * \brief Check and optionally return a satisfying shape
+ */
+//================================================================================
+
 bool ElementsOnShape::IsSatisfy (const SMDS_MeshNode* node,
                                  TopoDS_Shape*        okShape)
 {
 bool ElementsOnShape::IsSatisfy (const SMDS_MeshNode* node,
                                  TopoDS_Shape*        okShape)
 {