mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-22 04:37:23 +08:00
19 lines
349 B
Plaintext
Executable File
19 lines
349 B
Plaintext
Executable File
puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
|
|
|
puts "=========="
|
|
puts "BUC60462"
|
|
puts "=========="
|
|
|
|
restore [locate_data_file buc60462c.brep] a
|
|
checkshape a
|
|
restore [locate_data_file buc60462d.brep] b
|
|
checkshape b
|
|
puts "Fuse begin"
|
|
bfuse result a b
|
|
puts "Fuse end"
|
|
|
|
checkshape result r
|
|
|
|
set square 89562.1
|
|
set 2dviewer 0
|