0027784: Thickness fails on cylinder with draft
[occt.git] / tests / bugs / modalg_7 / bug21494
CommitLineData
dfc3f102 1puts "TODO OCC21494 ALL: Error: Intersection between cone and sphere fails"
2
3puts "========"
4puts "OCC21494"
5puts "========"
6puts ""
7############################################
8# Intersection between cone and sphere fails
9############################################
10
11pcone c 15 0 10
12psphere s 10
13explode c f
14explode s f
15mksurface sc c_1
16mksurface ss s_1
17
18intersect i sc ss
19
20if { [info exist i_1] == 0 } {
21 puts "Error: Intersection between cone and sphere fails"
22}