mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Several test cases have been corrected to avoid creation of temporary files s.stl, comp_nonmanifold.step, bug31301_1.stp at unexpected location.
17 lines
494 B
Plaintext
17 lines
494 B
Plaintext
puts "====================================================================="
|
|
puts "OCC31485: Export STEP in nonmanifold mode looses all faces except one"
|
|
puts "====================================================================="
|
|
puts ""
|
|
|
|
brestore [locate_data_file bug31485.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 -face 3
|