mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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
214 B
Plaintext
8 lines
214 B
Plaintext
testreadstep [locate_data_file bug31301.stp] s
|
|
set aTmpFile "$imagedir/${casename}.stp"
|
|
testwritestep "$aTmpFile" s
|
|
testreadstep "$aTmpFile" s1
|
|
file delete "$aTmpFile"
|
|
checkshape s1 f
|
|
checkmaxtol s1 -ref 0.0078
|