Adding test cases from chl grid
[occt.git] / tests / bugs / moddata / bug23092
CommitLineData
3bea4c16 1puts "================"
2puts "OCC23092"
3puts "================"
4puts ""
5###################################################################################################
6# Error in BRepProj_Projection algorithm: some edges of resulting projected wire are duplicated
7###################################################################################################
8
9set BugNumber OCC23092
10
11restore [locate_data_file OCC23092-bal8h.brep] h
12restore [locate_data_file OCC23092-bal8s.brep] s
13set info1 [ prj r s h 0 0 1 ]
14set word1 [string compare [lindex ${info1} end] "r_1"]
15don r_1 r_2
16explode r_1 E
17explode r_2 V
18set info2 [ don r_1_10 r_2_1 r_2_2 ]
19set word2 [string compare [lindex ${info2} end] "r_1_10"]
20
21# Resume
22puts ""
23if { ${word1} == 0 && ${word2} == 0 } {
24 puts "OK ${BugNumber}"
25} else {
26 puts "Faulty ${BugNumber}"
27}
28