1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_5/bug25354_50
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

35 lines
709 B
Plaintext

puts "============"
puts "OCC25354"
puts "============"
puts ""
#######################################################################
# Intersection operation
#######################################################################
# Case 50
set aLS {}
box b 10 10 10
ttranslate b -5 -5 -5
set N 41
for {set i 0} {$i < $N} {incr i} {
psphere b{$i} [expr $i * 0.1 + 5.]
explode b{$i} f
lappend aLS b{$i}_1
}
eval compound $aLS q
bclearobjects
bcleartools
baddobjects b
baddtools q
bfillds -t
bbop result 4 -t
checknbshapes result -vertex 530 -edge 524 -wire 0 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 1055
checkview -display result -2d -path ${imagedir}/${test_image}.png