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.
8 lines
215 B
Plaintext
8 lines
215 B
Plaintext
restore [locate_data_file bug31301_2.brep] s
|
|
set aTmpFile "$imagedir/${casename}.stp"
|
|
testwritestep "$aTmpFile" s
|
|
testreadstep "$aTmpFile" s1
|
|
file delete "$aTmpFile"
|
|
checkshape s1 f
|
|
checkmaxtol s1 -ref 0.000247
|