0031275: Visualization, TKOpenGl - handle normal-map texture with Path-Tracing
[occt.git] / tests / bugs / modalg_7 / bug24365
CommitLineData
2508ca8e 1puts "TODO OCC24365 ALL: ERROR: OCC24365 is reproduced."
2
3puts "========"
4puts "OCC24365"
5puts "========"
6puts ""
7##################################################################
8# BRepAlgoAPI_Section wrong result, BRepAlgo_Section good result
9##################################################################
10
11restore [locate_data_file bug24365_faceA.brep] a
12restore [locate_data_file bug24365_faceB.brep] b
13
14bsection result a b
15
16set bug_info [lprops result]
17
18if {[lindex $bug_info 2] == 0} {
19 puts "ERROR: OCC24365 is reproduced. Section of two shapes is not built."
20}
21
22smallview
23fit
24checkview -screenshot -2d -path ${imagedir}/${test_image}.png