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