0023457: Slow text rendering
[occt.git] / tests / bugs / modalg / bug318
CommitLineData
0e94a94e 1
2puts "========================"
3puts " OCC318 "
4puts "========================"
5puts ""
6##################################################
7## Checkshape works wrong with Semi-Infinite Prism (s)
8##################################################
9
10box mb -0.5 -0.5 -0.5 1 1 1
11explode mb F
12prism result mb_1 1 0 0 SemiInf
13
14set che [checkshape result]
15if { [regexp {Faulty} $che] == 1} {
16 puts "Faulty OCC318: Result shape is invalid. It was detected by Checkshape command"
17} else {
18 puts "OCC318 OK: Result shape is valid"
19}
20
21set square 8e+100
22set 2dviewer 0