0032424: [Regression] Mesh - Slow triangulation of a simple shape.
[occt.git] / tests / bugs / mesh / bug31461
CommitLineData
128654b6 1puts "======="
2puts "0031461: Mesh - Add possibility to force the meshing of the shape"
3puts "======="
4puts ""
5
6psphere s 10
7
8incmesh s 0.01
9checktrinfo s -tri 10108 -nod 5106
10
11incmesh s 0.1 -decrease
12checktrinfo s -tri 978 -nod 507
13
14tclean -geom s
15incmesh s 0.01
16tclean s
17checktrinfo s -tri 978 -nod 507