mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
16 lines
388 B
Plaintext
Executable File
16 lines
388 B
Plaintext
Executable File
puts "========================"
|
|
puts "BUC60984"
|
|
puts "OCC91"
|
|
puts "OCC133"
|
|
puts "========================"
|
|
puts ""
|
|
#####################################################
|
|
## Exception when translating an IGES file to Open CASCADE (loading phase).
|
|
#####################################################
|
|
|
|
catch {param read.iges.faulty.entities 1}
|
|
|
|
igesbrep [locate_data_file frame.igs] a *
|
|
|
|
|