mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-24 16:30:35 +05:00
Change comments style in geompy.py for right processing with HappyDoc
This commit is contained in:
parent
49a1a28bfa
commit
1dfcc16fdf
@ -423,11 +423,11 @@ def GetShapesOnSphere(theShape, theShapeType, theCenter, theRadius, theState):
|
||||
print "GetShapesOnSphere : ", ShapesOp.GetErrorCode()
|
||||
return aList
|
||||
|
||||
#def GetInPlace(theShapeWhere, theShapeWhat):
|
||||
# anObj = ShapesOp.GetInPlace(theShapeWhere, theShapeWhat)
|
||||
# if ShapesOp.IsDone() == 0:
|
||||
# print "GetInPlace : ", ShapesOp.GetErrorCode()
|
||||
# return anObj
|
||||
def GetInPlace(theShapeWhere, theShapeWhat):
|
||||
anObj = ShapesOp.GetInPlace(theShapeWhere, theShapeWhat)
|
||||
if ShapesOp.IsDone() == 0:
|
||||
print "GetInPlace : ", ShapesOp.GetErrorCode()
|
||||
return anObj
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Access to sub-shapes by their unique IDs inside the main shape.
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user