eap ca0696b420 0020746: EDF 1274 SMESH : MergeAllNodesButNodesFromGroup feature
## Finds groups of ajacent nodes within Tolerance.
     #  @param Tolerance the value of tolerance
     #  @param SubMeshOrGroup SubMesh or Group
+    #  @param exceptNodes list of either SubMeshes, Groups or node IDs to exclude from search
     #  @return the list of groups of nodes
     #  @ingroup l2_modif_trsf
-    def FindCoincidentNodesOnPart (self, SubMeshOrGroup, Tolerance):
+    def FindCoincidentNodesOnPart (self, SubMeshOrGroup, Tolerance, exceptNodes=[]):
2010-09-15 12:09:30 +00:00
2010-05-07 15:08:23 +00:00
2010-05-07 15:08:23 +00:00
2010-09-08 07:21:54 +00:00
2010-05-07 15:08:23 +00:00
2004-06-18 08:34:31 +00:00
2010-05-07 15:08:23 +00:00
2004-06-18 08:34:31 +00:00
2003-11-06 11:34:19 +00:00
2010-05-07 15:08:23 +00:00

The file is empty.
Description
SALOME Mesh module
Readme 91 MiB
Languages
C++ 85.2%
Python 12.8%
CMake 1.1%
HTML 0.4%
C 0.3%
Other 0.1%