Change comments style in geompy.py for right processing with HappyDoc

This commit is contained in:
jfa 2005-01-27 14:49:28 +00:00
parent 49a1a28bfa
commit 1dfcc16fdf
2 changed files with 499 additions and 464 deletions

View File

@ -423,11 +423,11 @@ def GetShapesOnSphere(theShape, theShapeType, theCenter, theRadius, theState):
print "GetShapesOnSphere : ", ShapesOp.GetErrorCode() print "GetShapesOnSphere : ", ShapesOp.GetErrorCode()
return aList return aList
#def GetInPlace(theShapeWhere, theShapeWhat): def GetInPlace(theShapeWhere, theShapeWhat):
# anObj = ShapesOp.GetInPlace(theShapeWhere, theShapeWhat) anObj = ShapesOp.GetInPlace(theShapeWhere, theShapeWhat)
# if ShapesOp.IsDone() == 0: if ShapesOp.IsDone() == 0:
# print "GetInPlace : ", ShapesOp.GetErrorCode() print "GetInPlace : ", ShapesOp.GetErrorCode()
# return anObj return anObj
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Access to sub-shapes by their unique IDs inside the main shape. # Access to sub-shapes by their unique IDs inside the main shape.

File diff suppressed because it is too large Load Diff