mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-03 11:42:58 +08:00
5747059b21
Created command checkview for displaying shapes.
15 lines
437 B
Plaintext
15 lines
437 B
Plaintext
puts "================"
|
|
puts "OCC5079"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################################
|
|
# Exception in translating of IGES files
|
|
#######################################################################################
|
|
|
|
igesbrep [locate_data_file OCC5079.igs] a *
|
|
tpcompound result
|
|
|
|
checkshape result
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|