mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
19 lines
450 B
Plaintext
Executable File
19 lines
450 B
Plaintext
Executable File
puts "========================"
|
|
puts "BUC60988"
|
|
puts "OCC94"
|
|
puts "OCC133"
|
|
puts "========================"
|
|
puts ""
|
|
################################################################
|
|
##Exception when translating an IGES file to Open CASCADE (loading phase).
|
|
################################################################
|
|
|
|
igesbrep [locate_data_file Rich.igs] a *
|
|
|
|
tpcompound result
|
|
puts [checkshape result]
|
|
puts [checkshape result r]
|
|
|
|
set 2dviewer 0
|
|
|