1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/step/bug31675
dpasukhi 16bb5630bc 0031675: Data Exchange - Error opening the STEP-file
Add a check for null array object ("Elements") within StepShape_GeometricSet.cxx
2020-09-18 17:47:01 +03:00

17 lines
319 B
Plaintext

puts "===================================="
puts "0031675: Er-ror opening the STEP-file"
puts "===================================="
puts ""
pload DCAF
# Read file
ReadStep D [locate_data_file bug31675.stp]
XGetOneShape res D
# Checking
checknbshapes res -face 1036 -wire 2103 -compound 6
checkshape res f
Close D