0030396: Infinite recursion during ShapeFix after BRepAlgoAPI_Cut
[occt.git] / tests / bugs / modalg_7 / bug26077_1
CommitLineData
dfdfa61f 1puts "TODO OCC26077 ALL: ERROR: OCC26077 is reproduced."
2
3puts "========"
4puts "OCC26077"
5puts "========"
6puts ""
7#################################################
8# nurbsconvert of psphere fails the bopargcheck
9#################################################
10
11psphere s 10
12nurbsconvert result s
13
14set bug_info [string trim [bopargcheck result]]
15
16if {$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}