0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / mesh / bug29964
CommitLineData
6c27a5d9 1puts "================"
2puts "OCC29964: Bad arc discretization"
3puts "================"
4puts ""
5
6set BugNumber OCC29964
7
8restore [locate_data_file bug29964_partition.brep] a
9
10explode a f
11compound a_5 a_6 a_9 a_10 result
12donly result
13
14isos result 0
15triangles result
16top
17fit
18
19set tolerances {0.1 0.01 0.001}
20set ref_triangles {15 33 318}
21set ref_nodes {23 41 326}
22
23for {set i 0} {$i < 3} {incr i} {
24 tclean a
25 incmesh result [lindex ${tolerances} ${i}] -a 1
26 fit
27
28 checkview -screenshot -2d -path ${imagedir}/${test_image}_${i}.png
29 checktrinfo result -tri [lindex ${ref_triangles} ${i}] -nod [lindex ${ref_nodes} ${i}]
30}