0027784: Thickness fails on cylinder with draft
[occt.git] / tests / bugs / modalg_7 / bug28700_2
CommitLineData
9026dea8 1puts "TODO OCC28700 ALL: ERROR: Micro edge is produced."
2
3puts "========"
4puts "OCC28700"
5puts "========"
6puts ""
7#########################################################################
8# BRepBuilderAPI_Sewing produces too small edge covered by its vertices
9#########################################################################
10
11restore [locate_data_file OCC22804-sew_bug.brep] a
12
13sewing result 200 a
14checkshape result
15
16foreach e [explode result e] {
17 if {[validrange $e] == "edge has no valid range"} {
18 puts "ERROR: Micro edge is produced. Edge $e is too small."
19 }
20}