mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
18 lines
277 B
Plaintext
18 lines
277 B
Plaintext
box b 10 10 10
|
|
box c 4 4 4
|
|
ttranslate c 2 2 2
|
|
|
|
bop b c
|
|
bopcut r
|
|
explode r sh
|
|
orientation r_2 R
|
|
emptycopy b1 b
|
|
add r_2 b1
|
|
explode r so
|
|
|
|
bop r_1 b1
|
|
boptuc result
|
|
|
|
checkprops result -s 96
|
|
checkview -display result -2d -otherwise { r_1 b1 } -s -path ${imagedir}/${test_image}.png
|