mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-13 06:37:18 +08:00
17 lines
302 B
Plaintext
Executable File
17 lines
302 B
Plaintext
Executable File
puts "========"
|
|
puts "OCC386"
|
|
puts "========"
|
|
puts ""
|
|
#######################################
|
|
## Crash when reading an IGES file
|
|
#######################################
|
|
|
|
igesbrep [locate_data_file So5571b.igs] a *
|
|
|
|
tpcompound result
|
|
puts [checkshape result]
|
|
puts [checkshape result r]
|
|
|
|
set 2dviewer 0
|
|
|