mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 10:08:35 +05:00
Issue 0021571: EDF GEOM: standard GEOM test fails
This commit is contained in:
parent
93f664372f
commit
0f1c42a84c
@ -468,7 +468,7 @@ def TestOtherOperations (geompy, math):
|
|||||||
geompy.addToStudy(freeFacesWithoutExtra, "freeFacesWithoutExtra")
|
geompy.addToStudy(freeFacesWithoutExtra, "freeFacesWithoutExtra")
|
||||||
|
|
||||||
# GetSharedShapes
|
# GetSharedShapes
|
||||||
sharedFaces = geompy.GetSharedShapes(part, freeFacesWithoutExtra,
|
sharedFaces = geompy.GetSharedShapes(part, freeFaces,
|
||||||
geompy.ShapeType["FACE"])
|
geompy.ShapeType["FACE"])
|
||||||
ind = 1
|
ind = 1
|
||||||
for shFace in sharedFaces:
|
for shFace in sharedFaces:
|
||||||
@ -476,7 +476,7 @@ def TestOtherOperations (geompy, math):
|
|||||||
ind = ind + 1
|
ind = ind + 1
|
||||||
pass
|
pass
|
||||||
|
|
||||||
sharedEdges = geompy.GetSharedShapesMulti([part, freeFacesWithoutExtra],
|
sharedEdges = geompy.GetSharedShapesMulti([part, freeFaces],
|
||||||
geompy.ShapeType["EDGE"])
|
geompy.ShapeType["EDGE"])
|
||||||
ind = 1
|
ind = 1
|
||||||
for shEdge in sharedEdges:
|
for shEdge in sharedEdges:
|
||||||
|
Loading…
Reference in New Issue
Block a user