File: bug21970

package info (click to toggle)
oce 0.18.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 301,548 kB
  • sloc: cpp: 1,190,609; ansic: 67,225; sh: 11,630; tcl: 7,954; cs: 5,221; python: 2,867; java: 1,522; makefile: 342; xml: 292; perl: 37
file content (50 lines) | stat: -rw-r--r-- 1,073 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
puts "TODO OCC11111 ALL: Faulty OCC21970"
puts "TODO OCC11111 ALL: Error : The command is not valid. The square is"
puts "TODO OCC11111 ALL: Error : The square of result shape is 0"
puts "TODO OCC11111 ALL: Error : Result shape is WRONG"

puts "============"
puts "OCC21970"
puts "============"
puts ""
######################################################
# FPE exception in BRepMesh on degenerate face not handled in OCCT DRAW on WNT built with VC8 by WOK
######################################################

set BugNumber OCC21970

restore [locate_data_file OCC21970-stringers-f485.brep] result

set text [incmesh result 1]
set r [regexp {Failure} $text]

set status1 0
if {$r == 1} {
   set status1 1
}

set square 624989

set nb_v_good 3806
set nb_e_good 3808
set nb_w_good 756
set nb_f_good 730
set nb_sh_good 0
set nb_sol_good 0
set nb_compsol_good 0
set nb_compound_good 1
set nb_shape_good 9101

if { ${status1} != 0} {
   puts "Faulty ${BugNumber}"
} else {
   puts "OK ${BugNumber}"
}

vinit
tclean result
vsetdispmode 1
vdisplay result
vfit

set 3dviewer 1