smesh/idl
eap fed358c8ec 0020746: EDF 1274 SMESH : MergeAllNodesButNodesFromGroup feature
interface SMESH_MeshEditor
{
-    SMESH_IDSource MakeIDSource(in long_array IDsOfElements);
+    SMESH_IDSource MakeIDSource(in long_array IDsOfElements, in ElementType type);

+    void FindCoincidentNodesOnPartBut (in  SMESH_IDSource      SubMeshOrGroup,
+                                       in  double              Tolerance,
+                                       out array_of_long_array GroupsOfNodes,
+                                       in  ListOfIDSources     ExceptSubMeshOrGroups);
+
2010-09-15 11:49:07 +00:00
..
Makefile.am Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_BasicHypothesis.idl Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_Filter.idl Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_Gen.idl Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_Group.idl 0020752: EDF 1303 SMESH : Add a 'Select All' button in Create Group dialog box 2010-06-22 15:24:40 +00:00
SMESH_Hypothesis.idl Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_Mesh.idl + interface SMESH_IDSource; 2010-09-15 11:45:49 +00:00
SMESH_MeshEditor.idl 0020746: EDF 1274 SMESH : MergeAllNodesButNodesFromGroup feature 2010-09-15 11:49:07 +00:00
SMESH_Pattern.idl Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00