mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
The cause of errors is a non alphabetical order of complex entity, which do not affect export. Move messages to debug mode. Replace fail by warning. Correction of test case bugs/vis/bug23153 according to the new behavior
29 lines
529 B
Plaintext
29 lines
529 B
Plaintext
puts "============"
|
|
puts "OCC27341"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Incorrect exact HLR results
|
|
######################################################
|
|
|
|
pload XDE
|
|
pload QAcommands
|
|
|
|
testreadstep [locate_data_file bug27341_stp_ML_MN5260-18-K.stp] a
|
|
|
|
set viewname "right"
|
|
|
|
smallview
|
|
top
|
|
clear
|
|
|
|
OCC27341 result a ${viewname}
|
|
build3d result
|
|
|
|
fit
|
|
|
|
checkprops result -l 1126.76
|
|
checknbshapes result -vertex 280 -edge 140
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|