0029484: Avoid inheritance of the BRepAlgoAPI_Check from BRepBuilderAPI_MakeShape
[occt.git] / tests / bugs / modalg_7 / bug27948
CommitLineData
340054e1 1puts "TODO OCC27948 ALL: ERROR: OCC27948 is reproduced."
2
3puts "========"
4puts "OCC27948"
5puts "========"
6puts ""
7##################################
8# Cut produces unexcpected shape
9##################################
10
11restore [locate_data_file bug27948_a.brep] a
12restore [locate_data_file bug27948_b.brep] b
13
14bcut res a b
15explode res F
16
17vinit
18vdisplay res
19vfit
20vdisplay res_16
21vsetdispmode res_16 1
22
23set bug_info [string trim [vreadpixel 340 280 name]]
24if {$bug_info == "DARKGOLDENROD3 1"} {
25 puts "ERROR: OCC27948 is reproduced."
26}
27
28checkview -screenshot -3d -path ${imagedir}/${test_image}.png