0025175: avoid unsafe 3D curve usages
[occt.git] / tests / bugs / modalg_5 / bug25199
CommitLineData
31cf9c5f 1puts "============"
2puts "OCC25199"
3puts "============"
4puts ""
5###############################################################################################
6# Bad tolerance edge generated by blend algorithm
7###############################################################################################
8
9decho off
10test bugs modalg_3 bug615
11decho on
12
13explode result E
14
15regexp {Tolerance +MAX=([-0-9.+eE]+)} [tolerance result_21] full MaxTol_1
16
17puts "MaxTolerance = $MaxTol_1"
18
19set MaxTol 0.001
20
21if { $MaxTol_1 > $MaxTol } {
22 puts "Faulty OCC25199: Bad tolerance edge generated by blend algorithm"
23} else {
24 puts "OCC25199 OK: Good tolerance edge generated by blend algorithm"
25}
26