Salome HOME
more info on GetPointState()
authoreap <eap@opencascade.com>
Mon, 23 Jul 2012 08:14:11 +0000 (08:14 +0000)
committereap <eap@opencascade.com>
Mon, 23 Jul 2012 08:14:11 +0000 (08:14 +0000)
src/SMESH_SWIG/smeshDC.py

index a5a08ebfbd4d233029f56b4a7328becdb1d263e7..9780503a12d00e5de5007cae0a40a29b8638fcd1 100644 (file)
@@ -2512,7 +2512,8 @@ class Mesh:
         else:
             return self.editor.FindElementsByPoint(x, y, z, elementType)
 
-    # Return point state in a closed 2D mesh in terms of TopAbs_State enumeration.
+    # Return point state in a closed 2D mesh in terms of TopAbs_State enumeration:
+    # 0-IN, 1-OUT, 2-ON, 3-UNKNOWN
     # TopAbs_UNKNOWN state means that either mesh is wrong or the analysis fails.
 
     def GetPointState(self, x, y, z):