0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_7 / bug28102_1
CommitLineData
779d6bc6 1puts "========"
2puts "OCC28102"
3puts "========"
4puts ""
5#######################################################
6# Problem cutting a plate with several holes (670)
7#######################################################
8
9restore [locate_data_file bug28102_plate.brep] pl0
10restore [locate_data_file bug28102_holes.brep] hl
11
12# Incomplete section
13bsection result pl0 hl
14
15regexp {nb alone Vertices : ([-0-9.+eE]+)} [checksection result] full nbv
16if { $nbv != 0 } { puts "Error : Section is incorrect" }
17
18checknbshapes result -vertex 268 -edge 268
19
20checkprops result -l 11.5694
21
22regexp {Tolerance MAX=([-0-9.+eE]+)} [tolerance result] full toler
23
24if {$toler > 1.0e-5} {
25 puts "Error: Tolerance of section is too large"
26}
27
28checkview -display result -2d -path ${imagedir}/${test_image}.png