0030082: Intersection algorithm returns curve with big tolerance value
[occt.git] / tests / bugs / modalg_7 / bug29731
CommitLineData
4b114473 1
2puts "0029731: Modeling Algorithms - calculation of surface/volume of tessellated geometry"
3puts ""
4
5#############################################################
6# Surface and volume calculation on the triangulation built on a sphere
7#############################################################
8
9psphere sp1 10
10checkprops sp1 -v 4188.79
11checkprops sp1 -s 1256.64
12checkprops sp1 -l 62.8319
13
14incmesh sp1 0.01
15tclean -geom sp1
16
17checkprops sp1 -v 4183.13
18checkprops sp1 -s 1255.75
19checkprops sp1 -l 62.8215