mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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
|