mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +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
24 lines
506 B
Plaintext
24 lines
506 B
Plaintext
puts "TODO OCC23884 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
|
puts "TODO OCC23884 ALL: Error : The square of result shape is"
|
|
puts "============"
|
|
puts "OCC23884"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Boolean Fuse between two faces fails
|
|
######################################################
|
|
|
|
restore [locate_data_file bug23884_fz72] b1
|
|
restore [locate_data_file bug23884_fz124] b2
|
|
|
|
bop b1 b2
|
|
bopfuse result
|
|
|
|
set square 2333.14
|
|
set 2dviewer 0
|
|
|
|
|
|
|
|
|
|
|