mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-05-29 20:57:48 +05:00
Update comments for bug NPAL16201.
This commit is contained in:
parent
cb8ad5d0b7
commit
62efaaafaa
@ -1084,7 +1084,8 @@ def GetShapesOnBoxIDs(theBox, theShape, theShapeType, theState):
|
||||
## Get sub-shape(s) of theShapeWhere, which are
|
||||
# coincident with \a theShapeWhat or could be a part of it.
|
||||
# @param theShapeWhere Shape to find sub-shapes of.
|
||||
# @param theShapeWhat Shape, specifying what to find.
|
||||
# @param theShapeWhat Shape, specifying what to find (must be in the
|
||||
# building history of the ShapeWhere).
|
||||
# @return Group of all found sub-shapes or a single found sub-shape.
|
||||
#
|
||||
# Example: see GEOM_TestOthers.py
|
||||
@ -1097,7 +1098,8 @@ def GetInPlace(theShapeWhere, theShapeWhat):
|
||||
## Get sub-shape of theShapeWhere, which is
|
||||
# equal to \a theShapeWhat.
|
||||
# @param theShapeWhere Shape to find sub-shape of.
|
||||
# @param theShapeWhat Shape, specifying what to find.
|
||||
# @param theShapeWhat Shape, specifying what to find
|
||||
# (must be usual shape).
|
||||
# @return New GEOM_Object for found sub-shape.
|
||||
#
|
||||
def GetSame(theShapeWhere, theShapeWhat):
|
||||
|
Loading…
x
Reference in New Issue
Block a user