1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
vtn 400933675f 0023087: Upgrade of the OCCT test system
Integration of new occt testing system
2012-07-13 11:42:23 +04:00

31 lines
456 B
Plaintext

#jap60271
puts "JAP60271"
puts "Can not create a CompSolid using exploded faces of 2 solids in contact."
puts ""
box b1 10 10 10
box b2 5 5 5
ttranslate b2 0 0 10
explode b1 F
explode b2 F
bcut res b1_6 b2_5
explode res F
sewing se b1_1 b1_2 b1_3 b1_4 b1_5 res_1 b2_5
explode se Sh
shape Solid1 So
## mod by pkv f
##add se_1 Solid1
add se Solid1
## mod by pkv f
shape result CS
add b2 result
add Solid1 result
nbshapes result
set square 750