mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
25 lines
326 B
Plaintext
25 lines
326 B
Plaintext
|
|
puts "========"
|
|
puts "OCC536"
|
|
puts "SAM1504"
|
|
puts "========"
|
|
|
|
vinit
|
|
|
|
restore [locate_data_file OCC536.brep] S
|
|
checkshape S
|
|
|
|
explode S So
|
|
checkshape S_3
|
|
checkshape S_1
|
|
|
|
if [catch {bfuse result S_3 S_1}] {
|
|
puts "Faulty OCC536"
|
|
} else {
|
|
puts "OCC536 : OK"
|
|
checkshape result
|
|
}
|
|
|
|
set square 2.56034e+06
|
|
set 2dviewer 0
|