mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
24 lines
520 B
Plaintext
24 lines
520 B
Plaintext
puts "============"
|
|
puts "OCC697"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Fuse operation does not work
|
|
######################################################
|
|
## (new topology)
|
|
## (bfuse)
|
|
######################################################
|
|
|
|
restore [locate_data_file OCC697_2.brep] b2
|
|
restore [locate_data_file OCC697_3.brep] b3
|
|
|
|
checkshape b2
|
|
checkshape b3
|
|
|
|
if { [catch {bfuse result b3 b2} catch_result] } {
|
|
puts "Faulty OCC697"
|
|
}
|
|
set square 25357.5
|
|
set 3dviewer 1
|
|
|