0029351: Boolean Operations create invalid pcurves
[occt.git] / tests / bugs / modalg_7 / bug21414
CommitLineData
b721c02a 1puts "TODO OCC21414 ALL: ERROR: OCC21414 is reproduced."
2
3puts "========"
4puts "OCC21414"
5puts "========"
6puts ""
7########################################################################################
8# GeomAPI_IntCS fails to find all intersections between line and surface of revolution
9########################################################################################
10
11restore [locate_data_file bug21414_wave.brep] a
12
13mksurface s a
14line l 0 2.5 0 1 0 0
15
16set theResList [intersect res l s]
17
18if {[llength $theResList] != 100} {
19 puts "ERROR: OCC21414 is reproduced. Total number of intersections is [llength $theResList] but should be 100."
20}
21
22smallview
23fit
24checkview -screenshot -2d -path ${imagedir}/${test_image}.png