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/bug31617
kgv 6387996871 0032243: Tests - unexpected file artifact s.stl at the root of repository
Several test cases have been corrected to avoid creation
of temporary files s.stl, comp_nonmanifold.step, bug31301_1.stp at unexpected location.
2021-03-26 19:48:51 +03:00

17 lines
492 B
Plaintext

puts "============================================================"
puts "OCC31617: Export STEP in nonmanifold mode corrupts the shape"
puts "============================================================"
puts ""
brestore [locate_data_file bug31617.brep] a
param write.step.nonmanifold 1
set aTmpFile "$imagedir/${casename}.step"
testwritestep "$aTmpFile" a
testreadstep "$aTmpFile" result
file delete "$aTmpFile"
checkshape result
checknbshapes result -ref [lrange [nbshapes a] 11 16]