0030869: Modeling Data - BRepAdaptor_CompCurve incorrectly evaluates the boundary...
[occt.git] / tests / bugs / modalg_7 / bug27471
CommitLineData
cba287d6 1puts "TODO OCC27471 ALL: ERROR: OCC27471 is reproduced."
2
3puts "========"
4puts "OCC27471"
5puts "========"
6puts ""
7########################
8# Wrong result of pipe
9########################
10
11restore [locate_data_file bug27471_s.brep] s
12restore [locate_data_file bug27471_p.brep] p
13
14pipe result s p
15
16set bug_info [string trim [bopcheck result]]
17if {$bug_info != "This shape seems to be OK."} {
18 puts "ERROR: OCC27471 is reproduced. Result of pipe creation is WRONG."
19}
20
21vinit
22vdisplay result
23vfit
24
25checkview -screenshot -3d -path ${imagedir}/${test_image}.png