mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
Fix bug 13341: geompy.SubShapeAllSortedIDs() works wrong.
This commit is contained in:
parent
5f4fe4f985
commit
cb4b4dddf0
@ -1060,7 +1060,7 @@ def SubShapeAllSortedIDs(aShape, aType):
|
||||
ListIDs = ShapesOp.SubShapeAllIDs(aShape,aType,1)
|
||||
if ShapesOp.IsDone() == 0:
|
||||
print "SubShapeAllSortedIDs : ", ShapesOp.GetErrorCode()
|
||||
return ListObj
|
||||
return ListIDs
|
||||
|
||||
## Obtain a compound of sub-shapes of <aShape>,
|
||||
# selected by they indices in list of all sub-shapes of type <aType>.
|
||||
|
Loading…
Reference in New Issue
Block a user