mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
17 lines
373 B
Plaintext
17 lines
373 B
Plaintext
puts "========"
|
|
puts "OCC6508"
|
|
puts "========"
|
|
puts ""
|
|
######################################################
|
|
# Reading invalid General Symbol entity from an IGES file causes an exception
|
|
######################################################
|
|
|
|
igesbrep [locate_data_file OCC6508.igs] a *
|
|
tpcompound result
|
|
|
|
checkshape result
|
|
|
|
checknbshapes result -face 192
|
|
|
|
set 2dviewer 0
|