0030396: Infinite recursion during ShapeFix after BRepAlgoAPI_Cut
[occt.git] / tests / bugs / modalg_7 / bug26077_1
1 puts "TODO OCC26077 ALL: ERROR: OCC26077 is reproduced."
2
3 puts "========"
4 puts "OCC26077"
5 puts "========"
6 puts ""
7 #################################################
8 # nurbsconvert of psphere fails the bopargcheck
9 #################################################
10
11 psphere s 10
12 nurbsconvert result s
13
14 set bug_info [string trim [bopargcheck result]]
15
16 if {$bug_info != "Shape(s) seem(s) to be valid for BOP."} {
17   puts "ERROR: OCC26077 is reproduced. Command bopargcheck returns FAIL status for nurbsconvert of sphere."
18 }