1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/step/bug32914
snn e9a13cf123 0032914: Data Exchange - Some parts of compound are lost while writing STEP in nonmanifold mode
Code related to supporting of single SDR for a non-manifold group, which prevents writing all translation results except the first one, is removed.
SDRs with null used representation object are excluded from writing.
2022-04-27 00:57:20 +03:00

20 lines
634 B
Plaintext

puts "==================================================="
puts " 0032914: Data Exchange - Some parts of compound are lost while writing STEP in nonmanifold mode "
puts "==================================================="
puts ""
set BugNumber OCC32914
set filepath [locate_data_file ${BugNumber}.brep]
restore ${filepath} s
param write.step.nonmanifold 1
stepwrite 0 s ${imagedir}/${BugNumber}.step
testreadstep ${imagedir}/${BugNumber}.step result
checknbshapes result -vertex 16 -edge 17 -wire 7 -face 7 -shell 2 -solid 0 -compsolid 0 -compound 4 -shape 53
checkview -display result -2d -path ${imagedir}/${test_image}.png