0031865: Mesh - triangulation fails with large deflection values due to unhandled...
[occt.git] / tests / bugs / mesh / bug31449_1
1 puts "================"
2 puts "0031449: Mesh - BRepMesh works too long and produces many free nodes on a valid face"
3 puts "================"
4 puts ""
5
6 pload XDE
7
8 set aTmpFile ${imagedir}/${casename}.stp
9 ReadStep D [locate_data_file bug31301.stp]
10 WriteStep D ${aTmpFile}
11 param xstep.cascade.unit M
12 ReadStep Q ${aTmpFile}
13 XShow Q
14 vfit
15 vsetdispmode 1
16
17 XGetOneShape result Q
18 checktrinfo result -tri 9097 -nod 6634
19
20 checkview -screenshot -3d -path ${imagedir}/${test_image}.png