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