mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
for following issues: 0023823: The result of section operation contains redundant vertex 0023826: Boolean Common between two solids fails 0023884: Boolean Fuse between two faces fails 0023892: Missing intersection curve between two surfaces 0023976: Extremely high memory consumption on boolean operation on 64 bits 0023991: Missing section edge between two faces 0024003: Exception reaised during intersection between two faces
13 lines
384 B
Plaintext
13 lines
384 B
Plaintext
puts "================"
|
|
puts "OCC24003"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################
|
|
# Exception reaised during intersection between two faces
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug24003_fz33.brep] b1
|
|
restore [locate_data_file bug24003_fz47.brep] b2
|
|
|
|
bop b1 b2
|