0026139: AIS_InteractiveContext::Display performance regression
[occt.git] / tests / bugs / vis / bug19820
CommitLineData
3bea4c16 1puts "============"
2puts "OCC19820"
3puts "============"
4puts ""
5#######################################################################
6# 3D discrete topology (voxels)
7#######################################################################
8
9set BugNumber OCC19820
10
11set status 0
12
13puts "1. voxelboolds ..."
14if [catch {voxelboolds}] {
15 set status 1
16}
17
18puts "2. voxelcolords ..."
19if [catch {voxelcolords}] {
20 set status 1
21}
22
23puts "3. voxelfloatds ..."
24if [catch {voxelfloatds}] {
25 set status 1
26}
27
28puts "4. voxeloctboolds ..."
29if [catch {voxeloctboolds}] {
30 set status 1
31}
32
33puts "5. voxelroctboolds ..."
34if [catch {voxelroctboolds}] {
35 set status 1
36}
37
38puts "6. voxelfuseboolds ..."
39if [catch {voxelfuseboolds}] {
40 set status 1
41}
42
43puts "7. voxelfusecolords ..."
44if [catch {voxelfusecolords}] {
45 set status 1
46}
47
48puts "8. voxelfusefloatds ..."
49if [catch {voxelfusefloatds}] {
50 set status 1
51}
52
53puts "9. voxelcutboolds ..."
54if [catch {voxelcutboolds}] {
55 set status 1
56}
57
58puts "10. voxelcutcolords ..."
59if [catch {voxelcutcolords}] {
60 set status 1
61}
62
63puts "11. voxelcutfloatds ..."
64if [catch {voxelcutfloatds}] {
65 set status 1
66}
67
68if { ${status} != 0 } {
69 puts "Faulty ${BugNumber}"
70} else {
71 puts "OK ${BugNumber}"
72}
73