mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-10 00:02:41 +08:00
5747059b21
Created command checkview for displaying shapes.
14 lines
324 B
Plaintext
Executable File
14 lines
324 B
Plaintext
Executable File
puts "==========="
|
|
puts "BUC60810"
|
|
puts "==========="
|
|
|
|
#################################################
|
|
## Reading file sample.stp crashes.
|
|
#################################################
|
|
|
|
stepread [locate_data_file BUC60810.stp] a *
|
|
|
|
tpcompound result
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|