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
16 lines
361 B
Plaintext
16 lines
361 B
Plaintext
puts "============"
|
|
puts "OCC23826"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Boolean Common between two soids fails
|
|
######################################################
|
|
|
|
restore [locate_data_file bug23826_Carte.brep] b1
|
|
restore [locate_data_file bug23826_Use140.brep] b2
|
|
|
|
bop b1 b2
|
|
bopcommon result
|
|
|
|
set 2dviewer 0
|