0025270: OCCT fails to calculate extrema between extruded surface and line
[occt.git] / tests / bugs / modalg_5 / bug24505
CommitLineData
18d25b93 1puts "==========="
2puts "OCC24505"
3puts "==========="
4puts ""
5##############################################################
6# Wrong section curves between Cone and Cylinder with collinear axes
7##############################################################
8
9restore [locate_data_file bug24505_f1.brep] f1
10restore [locate_data_file bug24505_f2.brep] f2
11
12bopcurves f1 f2
13
14set info [dump c_1]
15
16if { [regexp "Circle" $info] != 1 } {
17 puts "Error : Wrong section curves"
18} else {
19 puts "OK : Good section curves"
20}