mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
14 lines
358 B
Plaintext
14 lines
358 B
Plaintext
puts "============"
|
|
puts "CR23548"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Boolean operation between two faces fails
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug23548_f1.brep] b1
|
|
|
|
restore [locate_data_file bug23548_f2.brep] b2
|
|
|
|
bop b1 b2
|