0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / mesh / bug25061
1 puts "========"
2 puts "OCC25061: BRepMesh should skip internal wires with self intersections to produce mesh for the shape anyway"
3 puts "========"
4 puts ""
5
6 puts "TODO OCC25061 ALL: Not connected mesh inside face 1"
7
8 restore [locate_data_file bug25061_a.brep] a
9
10 incmesh a 0.1
11 set bug_info [tricheck a]
12
13 if {[string trim $bug_info] == "face 1 has no triangulation"} {
14   puts "ERROR: OCC25061 is reproduced. Mesh is not created."
15 }
16