mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Get rid of requirement for the arguments of Boolean operations of type CUT and COMMON to be one-dimensional shape. For FUSE operation this requirement is kept.
19 lines
542 B
Plaintext
19 lines
542 B
Plaintext
puts "REQUIRED All: Error: Boolean operation of the given type is not allowed on the given inputs"
|
|
|
|
puts "======================================================="
|
|
puts "0030386: Modeling Algorithms - Unable to perform Cut operation"
|
|
puts "======================================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug30386_shapes.brep] s
|
|
explode s
|
|
# just to avoid intersection
|
|
ttranslate s_2 10 0 0
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects s_1
|
|
baddtools s_2
|
|
bfillds
|
|
# try to perform fuse operation - error is expected
|
|
bbop r1 1
|