mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
15 lines
356 B
Plaintext
15 lines
356 B
Plaintext
puts "================"
|
|
puts "OCC25242"
|
|
puts "================"
|
|
puts ""
|
|
#################################
|
|
# Wrong result of cut operation
|
|
#################################
|
|
|
|
box a 0 0 0 10 10 10
|
|
box b 20 0 0 10 10 10
|
|
|
|
bfuse r0 a b
|
|
bcut result r0 a
|
|
|
|
checknbshapes result -vertex 8 -edge 12 -wire 6 -face 6 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 35 |