mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Correction for case invalid color definition to avoid considering an entity that has a number corresponding to the color field as erroneous if entity is not a color entity.
14 lines
387 B
Plaintext
14 lines
387 B
Plaintext
puts "============"
|
|
puts "OCC31812"
|
|
puts "============"
|
|
puts ""
|
|
########################################################################
|
|
# Problem of reading IGES files
|
|
########################################################################
|
|
|
|
igesread [locate_data_file OCC31812.igs] a *
|
|
|
|
checkshape a
|
|
checknbshapes a -face 4
|
|
checkview -display a -2d -path ${imagedir}/${test_image}.png
|