1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00
occt/tests/bugs/step/bug26715_2
ika a7197ef3c7 0026715: Problems in reading STEP short names in complex entities
Add function to find next part of complex entity by name or short name.
Add missing short names.

Test cases for issue CR26715
2015-10-01 14:02:03 +03:00

29 lines
642 B
Plaintext
Executable File

puts "========"
puts "OCC26715"
puts "========"
puts ""
##########################################################################
# Problems in reading STEP short names in complex entities
##########################################################################
stepread [locate_data_file bug26715_003.stp] a *
tpcompound result
set square 23212.2
set nbshapes_expected "
Number of shapes in shape
VERTEX : 3840
EDGE : 3840
WIRE : 487
FACE : 485
SHELL : 485
SOLID : 0
COMPSOLID : 0
COMPOUND : 1
SHAPE : 9138
"
checknbshapes result -ref ${nbshapes_expected} -t -m "importing file"
set 3dviewer 1