mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Static function stepstrcmp() in StepData_StepReaderData.cxx is replaced by plain strcmp() to have the full strings compared (stepstrcmp() returned true if one of strings was longer than the other but common part was equal). Protection is added to avoid exception for cases when representation entities are NULL
16 lines
620 B
Plaintext
16 lines
620 B
Plaintext
puts "# ====================================================================="
|
|
puts "# 0029029: E x c e p t i o n Raised with no Result during reading file 2033zsh1_1.stp"
|
|
puts "# ====================================================================="
|
|
puts ""
|
|
puts "TODO 29029 ALL: Faulty shapes in variables faulty_1 to faulty_2"
|
|
|
|
set filepath [locate_data_file bug29029_2033zsh1_1.stp]
|
|
stepread $filepath a *
|
|
tpcompound result
|
|
|
|
checkshape result
|
|
checkprops result -s 10647.3
|
|
checknbshapes result -wire 196 -face 196 -shell 1 -solid 1 -compound 2
|
|
|
|
# checkview -display result -2d -path ${imagedir}/${test_image}.png
|