0028248: [Regression] HLR Algo result is retrieved from the last added shape only
[occt.git] / tests / bugs / modalg_7 / bug28764
CommitLineData
6fd0eb0c 1puts "========"
2puts "OCC28764"
3puts "========"
4puts ""
5#################################################
6# [Regression to 7.0] Intersection of faces gives exception in debug mode
7#################################################
8
9restore [locate_data_file bug28764_ff.brep] f
10explode f
11
12####
13
14axo
15don f
16fit
17
18# Before the fix: Exception in Debug-mode only
19set log [bopcurves f_1 f_2 -2d]
20checkview -screenshot -2d -path ${imagedir}/${test_image}.png
21
22regexp {Tolerance Reached=+([-0-9.+eE]+)} ${log} full Toler
23checkreal TolReached $Toler 4.60347250530349e-008 0.0 0.1
24