From: eap Date: Mon, 23 Jul 2012 08:14:11 +0000 (+0000) Subject: more info on GetPointState() X-Git-Tag: V6_6_0a1~224 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=672396228abc8f0ebb31c6f977d9e13138929235;p=modules%2Fsmesh.git more info on GetPointState() --- diff --git a/src/SMESH_SWIG/smeshDC.py b/src/SMESH_SWIG/smeshDC.py index a5a08ebfb..9780503a1 100644 --- a/src/SMESH_SWIG/smeshDC.py +++ b/src/SMESH_SWIG/smeshDC.py @@ -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):