DiscussionsIssue archiveOCCT:Modeling Algorithms

Archived issue #0014530

Boolean Operation Algorithm failed

Open CASCADEOCCT:Modeling Algorithmsclosed7 public notes

Search issues

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

Public activity

7 archived notes

Participants are labeled by their role within this record.

01Commenter 1
Problem is not reproduced on master from 2016-09-15
02Commenter 2
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
03Commenter 1
Test case was added.
Result of executing is OK.
04Commenter 3
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.
05Commenter 5
Fix for issue #27431 does not solve the problem.
06Commenter 6
Not reproduced on the current master. Fixed in OCCT7.2.0
07Commenter 2
Branch [archived branch] has been deleted by Participant.

[revision removed]