05cb212026cc6ff2a4cd727da60fb0aaf2f585fc
[occt.git] / tests / bugs / modalg_5 / bug23952_1
1 puts "================"
2 puts "OCC23952"
3 puts "================"
4 puts ""
5 ###########################################################################################
6 # Improving thread-safety of intersections, approximations and other modeling algorithms
7 ###########################################################################################
8
9 pload QAcommands
10 restore [locate_data_file bug23952_trim-torus.draw] a
11
12 set NbUPoles 18
13 set info [OCC23952sweep $NbUPoles a]
14
15 if { [regexp "theTargetNbUPoles: OK" $info] != 1 } {
16     puts "Error : Number of UPoles is incorrect"
17 } else {
18     puts "OK: Number of UPoles is correct"
19 }