mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
[bos #30178] [CEA][FORUM] Fuse operation fails on Linux and is OK on Windows
This commit is contained in:
parent
be1d76dd6a
commit
66be812a4e
@ -529,7 +529,12 @@ def TestOtherOperations (geompy, math):
|
|||||||
|
|
||||||
Shell_1 = geompy.MakeShell([Face_1, Rotation_1, Rotation_2, Rotation_3, Rotation_4, Rotation_5])
|
Shell_1 = geompy.MakeShell([Face_1, Rotation_1, Rotation_2, Rotation_3, Rotation_4, Rotation_5])
|
||||||
Solid_1 = geompy.MakeSolid([Shell_1])
|
Solid_1 = geompy.MakeSolid([Shell_1])
|
||||||
NoExtraEdges_1 = geompy.RemoveExtraEdges(Solid_1, True) # doUnionFaces = True
|
#NoExtraEdges_1 = geompy.RemoveExtraEdges(Solid_1, True) # doUnionFaces = True
|
||||||
|
|
||||||
|
box10 = geompy.MakeBoxDXDYDZ(10, 10, 10, "box10")
|
||||||
|
box11 = geompy.MakeTranslation(box10, 10, 0, 0, "box11")
|
||||||
|
FuseB = geompy.MakeFuse(box10, box11, checkSelfInte=False, rmExtraEdges=False, theName="FuseB")
|
||||||
|
NoExtraEdges_1 = geompy.RemoveExtraEdges(FuseB, True) # doUnionFaces = True
|
||||||
|
|
||||||
geompy.addToStudy(Shell_1, "Shell_1")
|
geompy.addToStudy(Shell_1, "Shell_1")
|
||||||
geompy.addToStudy(Solid_1, "Solid_1")
|
geompy.addToStudy(Solid_1, "Solid_1")
|
||||||
|
Loading…
Reference in New Issue
Block a user