Archived issue #0014530
Boolean Operation Algorithm failed
Description
The following Draw comands hungs the computer:
pcylinder c 5 20
pcone x 20 0 20
trotate x 0 0 20 0 1 0 45
ttranslate x 5 0 0
ttranslate x 0 0 1
explode c f
explode x f
copy c_1 a1
copy x_1 a2
bop a1 a2
pcylinder c 5 20
pcone x 20 0 20
trotate x 0 0 20 0 1 0 45
ttranslate x 5 0 0
ttranslate x 0 0 1
explode c f
explode x f
copy c_1 a1
copy x_1 a2
bop a1 a2
Public activity
7 archived notes
Participants are labeled by their role within this record.
Problem is not reproduced on master from 2016-09-15
Branch [archived branch] has been created by Participant.
[revision removed]
Detailed log of new commits:
Author: Commenter 1
Date: Wed Sep 21 11:19:22 2016 +0300
0014530: Boolean Operation Algorithm failed
Adding testing casse
[revision removed]
Detailed log of new commits:
Author: Commenter 1
Date: Wed Sep 21 11:19:22 2016 +0300
0014530: Boolean Operation Algorithm failed
Adding testing casse
Test case was added.
Result of executing is OK.
Result of executing is OK.
There is different result of nbshapes command on Linux and Windows platforms during execution of this test case.
on Linux:
VERTEX : 8
EDGE : 13
WIRE : 6
FACE : 4
SHELL : 0
SOLID : 0
COMPSOLID : 0
COMPOUND : 1
SHAPE : 32
on Windows:
VERTEX : 7
EDGE : 12
WIRE : 5
FACE : 4
SHELL : 0
SOLID : 0
COMPSOLID : 0
COMPOUND : 1
SHAPE : 29
If result shape is exploded on edges, there is empty edge result_2 on Linux.
Dear nbv,
could you please investigate this problem.
on Linux:
VERTEX : 8
EDGE : 13
WIRE : 6
FACE : 4
SHELL : 0
SOLID : 0
COMPSOLID : 0
COMPOUND : 1
SHAPE : 32
on Windows:
VERTEX : 7
EDGE : 12
WIRE : 5
FACE : 4
SHELL : 0
SOLID : 0
COMPSOLID : 0
COMPOUND : 1
SHAPE : 29
If result shape is exploded on edges, there is empty edge result_2 on Linux.
Dear nbv,
could you please investigate this problem.
Fix for issue #27431 does not solve the problem.
Not reproduced on the current master. Fixed in OCCT7.2.0
Branch [archived branch] has been deleted by Participant.
[revision removed]
[revision removed]