more info on GetPointState()

This commit is contained in:
eap 2012-07-23 08:14:11 +00:00
parent 7dd9d3dc6b
commit 672396228a

View 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):