0014531: Boolean Operation Algorithm fails
[occt.git] / tests / mesh / begin
CommitLineData
40093367 1set Deflection 0.1
2set percent_max 5.
3
4# relative tolerance (%)
5set rel_tol 1
7856b126 6set max_rel_tol_diff 0
40093367 7
8set area_eps 0
9
10cpulimit 1000
11
12set nbwithouttri(All) 0
13set nbfree(All) 0
14set nbcross(All) 0
15set nbasync(All) 0
16set nbfreenodes(All) 0
17
18set bug_area ""
19set bug_withouttri ""
20set bug_freelinks ""
21set bug_cross ""
22set bug_async ""
23set bug_freenodes ""
24
25if { [array get Draw_Groups "TOPOLOGY Check commands"] == "" } {
26 pload TOPTEST
27}
28if { [array get Draw_Groups "ZeViewer"] == "" } {
29 pload AISV
30}