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
12 lines
442 B
Plaintext
12 lines
442 B
Plaintext
puts "================"
|
|
puts "OCC23976"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################################
|
|
# Extremely high memory consumption on boolean operation on 64 bits
|
|
######################################################################################
|
|
|
|
restore [locate_data_file bug23976_a_shape_1_pre.brep] s1
|
|
restore [locate_data_file bug23976_a_shape_2_pre.brep] s2
|
|
bop s1 s2
|