0030760: Modeling Algorithms - Intersection fails in Occt 7.3.0
[occt.git] / tests / bugs / modalg_7 / bug27687
CommitLineData
340054e1 1puts "TODO OCC27687 ALL: ERROR: OCC27687 is reproduced."
2
3puts "========"
4puts "OCC27687"
5puts "========"
6puts ""
7#########################################################
8# Section between shells of hull and deck is not closed
9#########################################################
10
11restore [locate_data_file bug27746_first.brep] f
12restore [locate_data_file bug27746_second.brep] s
13
14bsection result f s
15
16smallview
17clear
18display result
19fit
20
21set bug_info [string trim [checksection result]]
22set bug_info [string trim [string range $bug_info [expr {[string last ":" $bug_info] + 1}] [expr {[string length $bug_info] - 1}]]]
23if {$bug_info != 0} {
24 puts "ERROR: OCC27687 is reproduced. Section is not closed: Number of alone Vertices: ${bug_info}."
25}
26
27checkview -screenshot -2d -path ${imagedir}/${test_image}.png