Adding test cases for chl grid
[occt.git] / tests / bugs / moddata / bug8
CommitLineData
0e94a94e 1puts "================"
2puts "OCC8"
3puts "================"
4puts ""
5###################################################
6## BRepTools_WireExplorere gives not all edges from a wire
7###################################################
8
9pload XDE
10restore [locate_data_file OCC8.brep] result
11
352ffd73 12checkshape result
0e94a94e 13
14explode result w
15set info [expwire result_1 sh]
16
17if { [regexp "BRepTools_WireExplorer donne 16 Edges" $info] != 1 } {
18 puts "Error : BRepTools_WireExplorer gives WRONG number of edges."
19}
20
21set 2dviewer 0
22