DiscussionsIssue archiveOCCT:Modeling Algorithms

Archived issue #0026684

Big tolerance values of the intersection curves

Open CASCADEOCCT:Modeling Algorithmsclosed7 public notes

Search issues

Description

The intersection curves with very big tolerance values obtained by the intersection algorithm for the following cases:
test boolean bfuse_complex O7
test boolean bfuse_complex Q5

Steps to reproduce

### test boolean bfuse_complex O7
brestore [locate_data_file CTO909_IR2_TuyoPipe20.brep] b1
brestore [locate_data_file CTO909_IR2_sphere1_20.brep] b2
explode b1 f; copy b1_1 f1
explode b2 f; copy b2_1 f2
donly f1 f2
bopcurves f1 f2
# Tolerance Reached=5.[revision removed]-009
# 2 curve(s) found.
# c_1 c_2

bopcurves f1 f2 -2d
# Tolerance Reached=40.000000003482896
# 2 curve(s) found.
# c_1 (c2d1_1, c2d2_1) c_2 (c2d1_2, c2d2_2)



### test boolean bfuse_complex Q5
brestore [locate_data_file IR2_TuyoPipeBSpline_20_draw2.brep] b1
brestore [locate_data_file IR2_sphere2_20.brep] b2
explode b1 f; copy b1_1 f1
explode b2 f; copy b2_1 f2
donly f1 f2
bopcurves f1 f2
# Tolerance Reached=1.[revision removed]-008
# 1 curve(s) found.
# c_1

bopcurves f1 f2 -2d
# Tolerance Reached=39.999272650451516
# 1 curve(s) found.
# c_1 (c2d1_1, c2d2_1)

Public activity

7 archived notes

Participants are labeled by their role within this record.

01Commenter 1
Dear Mikhail,

The problem is not reproduced on the current MASTER.

I think, we should close this issue.
02Commenter 2
Please check and close.
03Commenter 2
Branch [archived branch] has been created by Participant.

[revision removed]


Detailed log of new commits:

Author: ski
Date: Tue Dec 22 13:57:40 2015 +0300

    0026684: Big tolerance values of the intersection curves
    
    Added test cases for issue #0026684
04Commenter 4
Dear nbv,

please review next test cases:

bugs / modalg_6 / bug26684_1
bugs / modalg_6 / bug26684_2
05Commenter 2
Branch [archived branch] has been updated forcibly by Participant.

[revision removed]
06Commenter 6
Reviewed.
07Commenter 2
Branch [archived branch] has been deleted by Participant.

[revision removed]