mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
29 lines
569 B
Plaintext
29 lines
569 B
Plaintext
puts "========"
|
|
puts "OCC26796"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# General Fuse operation error
|
|
#################################################
|
|
|
|
box b1 10 10 10
|
|
box b2 10.00000018 0 0 10 10 10
|
|
explode b2 f
|
|
copy b2_1 f
|
|
trotate f 0 5 5 0 1 0 10
|
|
mksurface s f
|
|
mkface f s -100 100 -100 100
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects b1 b2 f
|
|
bfillds
|
|
bbuild result
|
|
bopcheck result
|
|
|
|
checkshape result
|
|
checknbshapes result -solid 4
|
|
checkprops result -v 2852.9 -s 41403.1
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|