mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
20 lines
362 B
Plaintext
Executable File
20 lines
362 B
Plaintext
Executable File
puts "=========="
|
|
puts "PRO19854"
|
|
puts "=========="
|
|
puts "Incorrect translation of one entity from STEP file in optimize mode of C30."
|
|
|
|
stepread [locate_data_file id_turbine-B.stp] a *
|
|
|
|
checkshape a_1
|
|
checkshape a_1 r
|
|
|
|
renamevar a_1 result
|
|
|
|
tpdraw 2637
|
|
|
|
checkshape tp_2637
|
|
checkshape tp_2637 r
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|