mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-18 13:02:02 +08:00
22 lines
468 B
Plaintext
Executable File
22 lines
468 B
Plaintext
Executable File
puts "========================"
|
|
puts "BUC60986"
|
|
puts "OCC93"
|
|
puts "OCC133"
|
|
puts "========================"
|
|
puts ""
|
|
|
|
################################################################
|
|
##Exception when translating an IGES file to Open CASCADE (loading phase).
|
|
################################################################
|
|
|
|
cpulimit 3000
|
|
|
|
igesbrep [locate_data_file igsBF1.igs] a *
|
|
|
|
tpcompound result
|
|
puts [checkshape result]
|
|
puts [checkshape result r]
|
|
|
|
set 2dviewer 0
|
|
|