0026338: STL export (especially binary) needs a lot of time if selected export path...
[occt.git] / tests / perf / de / bug26338_1
CommitLineData
b508cbc5 1puts "========"
2puts "0026338: STL export (especially binary) needs a lot of time if selected export path is not local"
3puts "========"
4puts ""
5
6pload MODELING XSDRAW
7
8# make sphere triangulated with 2M triangles
9sphere s 10
10tessellate result s 1000 1000
11trinfo result
12
13# write to binary STL
14chrono s reset; chrono s start
15writestl result $imagedir/${casename}-binary.stl 1
16chrono s stop; chrono s show