mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
22 lines
506 B
Plaintext
Executable File
22 lines
506 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC13538"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Problem with Boolean operation on Shells
|
|
#######################################################################
|
|
|
|
box a 100 100 100
|
|
box b 100 100 100
|
|
ttranslate b 0 0 100
|
|
explode a Sh
|
|
explode b Sh
|
|
|
|
bop a_1 b_1
|
|
bopcommon result
|
|
|
|
set square 10000
|
|
checknbshapes result -vertex 4 -edge 4 -wire 1 -face 1 -shell 1 -solid 0 -compsolid 0 -compound 1 -shape 12
|
|
set 2viewer 0
|
|
|