1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

Compare commits

..

1 Commits

Author SHA1 Message Date
ika
4e7d3f80d2 0023923: wrong statistic collection in testgrid de
checking for NBSHAPES and STATSHAPE was removed
checking for number of warnings in TPSTAT removed
add some information about faulties
2013-04-23 16:26:17 +04:00
327 changed files with 331 additions and 2132 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -33,8 +33,8 @@ set MaxTol_Second 0; set AvgTol_Second 0
set sol_First 0; set she_First 0; set fac_First 0; set fwir_First 0; set fedg_First 0; set sedg_First 0
set sol_Second 0; set she_Second 0; set fac_Second 0; set fwir_Second 0; set fedg_Second 0; set sedg_Second 0
############################################# NBSHAPES #############
set fa_First 0; set sh_First 0; set so_First 0; set co_First 0; set shpp_First 0
set fa_Second 0; set sh_Second 0; set so_Second 0; set co_Second 0; set shpp_Second 0
set fa_First 0; set sh_First 0; set so_First 0; set co_First 0; set shpp_First 0;
set fa_Second 0; set sh_Second 0; set so_Second 0; set co_Second 0; set shpp_Second 0;
###################################### CHECKSHAPE ##################
set chwi_First 0; set chfa_First 0; set chsh_First 0; set chso_First 0
set chwi_Second 0; set chfa_Second 0; set chsh_Second 0; set chso_Second 0
@@ -408,8 +408,6 @@ if { $mist < 1 } {
set dat_check "DATA : OK"
set tpst_check "TPSTAT : OK"
set check_check "CHECKSHAPE : OK"
set nbsh_check "NBSHAPES : OK"
set ststh_check "STATSHAPE : OK"
set toler_check "TOLERANCE : OK"
set lbls_check "LABELS : OK"
set prps_check "PROPS : OK"
@@ -419,46 +417,64 @@ if { $mist < 1 } {
if { $dcomp_First < $dcomp_Second || $dfal_First < $dfal_Second } {
set dat_check "DATA : Faulty"
append todo_msg $todo_mask $dat_check $end_line
append dat_check { (increase number of}
if { $dcomp_First < $dcomp_Second } { append dat_check { warnings} }
if { $dfal_First < $dfal_Second } { append dat_check { faulties} }
append dat_check ")"
}
if { $fal_First < $fal_Second || $war_First < $war_Second } {
if { $fal_First < $fal_Second} {
set tpst_check "TPSTAT : Faulty"
append todo_msg $todo_mask $tpst_check $end_line
append tpst_check { (increase number of faulties)}
}
if { $chwi_First < $chwi_Second || $chfa_First < $chfa_Second || $chsh_First < $chsh_Second || $chso_First < $chso_Second } {
set check_check "CHECKSHAPE : Faulty"
append todo_msg $todo_mask $check_check $end_line
}
if { ($isIGES == 0 && $shpp_First > $shpp_Second) ||
($isIGES == 1 && ($shpp_First - $co_First) > ($shpp_Second - $co_Second))} {
set nbsh_check "NBSHAPES : Faulty"
append todo_msg $todo_mask $nbsh_check $end_line
}
if { $sol_First < $sol_Second || $she_First < $she_Second || $fac_First < $fac_Second || $fwir_First < $fwir_Second || $fedg_First < $fedg_Second} {
set ststh_check "STATSHAPE : Faulty"
append todo_msg $todo_mask $ststh_check $end_line
append check_check { (increase number of non-valid}
if { $chwi_First < $chwi_Second } { append check_check { wires} }
if { $chfa_First < $chfa_Second } { append check_check { faces} }
if { $chsh_First < $chsh_Second } { append check_check { shels} }
if { $chso_First < $chso_Second } { append check_check { solids} }
append check_check ")"
}
if { ([expr 1.*($MaxTol_Second - $MaxTol_First)] > [expr 0.0001 * $MaxTol_First] && [expr 1. * abs($MaxTol_First-$MaxTol_Second)] > 0.0000001) || ($MaxTol_Second == 0 && $MaxTol_First > 0)} {
set toler_check "TOLERANCE : Faulty"
append todo_msg $todo_mask $toler_check $end_line
append toler_check { (increase tolerance from } $MaxTol_First { to } $MaxTol_Second {)}
}
if { $nblev0_First != $nblev0_Second || $nblev1_First != $nblev1_Second || $nblev2_First != $nblev2_Second || $nblev_total_First != $nblev_total_Second || $nbshname_First != $nbshname_Second || $nbshcolor_First != $nbshcolor_Second || $nbshlayer_First != $nbshlayer_Second } {
set lbls_check "LABELS : Faulty"
append todo_msg $todo_mask $lbls_check $end_line
append lbls_check { (number of labels}
if { $nblev0_First != $nblev0_Second } { append lbls_check { level_0} }
if { $nblev1_First != $nblev1_Second } { append lbls_check { level_1} }
if { $nblev2_First != $nblev2_Second } { append lbls_check { level_2} }
if { $nbshname_First != $nbshname_Second } { append lbls_check { with_names} }
if { $nbshcolor_First != $nbshcolor_Second } { append lbls_check { with_colors} }
if { $nbshlayer_First != $nbshlayer_Second } { append lbls_check { with_layers} }
append lbls_check { are not equal)}
}
if { $nbcentroid_First != $nbcentroid_Second || $nbvolume_First != $nbvolume_Second || $nbarea_First != $nbarea_Second } {
set prps_check "PROPS : Faulty"
append todo_msg $todo_mask $prps_check $end_line
append prps_check { (number of}
if { $nbcentroid_First != $nbcentroid_Second } { append prps_check { centroids} }
if { $nbvolume_First != $nbvolume_Second } { append prps_check { volumes} }
if { $nbarea_First != $nbarea_Second } { append prps_check { areas} }
append prps_check { are not equal)}
}
if { $nbcolor_First != $nbcolor_Second } {
set clrs_check "COLORS : Faulty"
append todo_msg $todo_mask $clrs_check $end_line
append clrs_check { (number of colors are not equal)}
}
if { $nblayer_First != $nblayer_Second } {
set lrs_check "LAYERS : Faulty"
append todo_msg $todo_mask $lrs_check $end_line
append lrs_check { (number of layers are not equal)}
}
}
@@ -521,8 +537,6 @@ if {$mist == 1 } {
puts $dat_check
puts $tpst_check
puts $check_check
puts $nbsh_check
puts $ststh_check
puts $toler_check
puts $lbls_check
puts $prps_check

View File

@@ -1,7 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
set filename matinf.igs
set ref_data {

View File

@@ -1,7 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
set filename poininfo.igs
set ref_data {

View File

@@ -1,7 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
set filename s01.igs
set ref_data {

View File

@@ -1,7 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
set filename CTS18314.igs
set ref_data {
@@ -10,7 +7,7 @@ TPSTAT : Faulties = 0 ( 10 ) Warnings = 308 ( 102 ) Summary = 308 ( 1
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 2 ) Solids = 0 ( 2 )
NBSHAPES : Solid = 0 ( 30 ) Shell = 0 ( 30 ) Face = 390 ( 390 ) Summary = 4699 ( 2569 )
STATSHAPE : Solid = 0 ( 30 ) Shell = 0 ( 30 ) Face = 390 ( 390 ) FreeWire = 0 ( 0 ) FreeEdge = 50 ( 50 ) SharedEdge = 1908 ( 994 )
TOLERANCE : MaxTol = 0.03576190045 ( 0.03576190009 ) AvgTol = 8.616971914e-005 ( 0.0003710077648 )
TOLERANCE : MaxTol = 0.03576190045 ( 0.03576190009 ) AvgTol = 8.616971914e-005 ( 0.000371007765 )
LABELS : N0Labels = 108 ( 108 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 108 ( 108 ) NameLabels = 108 ( 108 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 0 ( 0 )

View File

@@ -1,7 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
set filename CTS18544.igs
set ref_data {

View File

@@ -1,7 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
set filename CTS21884.igs
set ref_data {

View File

@@ -1,7 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
set filename TEC0278.igs
set ref_data {

View File

@@ -1,7 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
set filename UKI60095.igs
set ref_data {

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,14 +1,14 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 Windows: CHECKSHAPE : Faulty"
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
puts "TODO CR23096 Mandriva2010: STATSHAPE : Faulty"
puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty"
puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty"
puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty "
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
set LinuxDiff 3
set LinuxFaulties {STATSHAPE TOLERANCE}
set LinuxFaulties {TOLERANCE}
set filename Inner.igs
set ref_data {
@@ -17,7 +17,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 17 ( 867 ) Summary = 17 ( 867
CHECKSHAPE : Wires = 1 ( 0 ) Faces = 1 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 392 ( 392 ) Summary = 10888 ( 10908 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 392 ( 392 ) FreeWire = 97 ( 121 ) FreeEdge = 1546 ( 1546 ) SharedEdge = 4314 ( 4310 )
TOLERANCE : MaxTol = 0.9393822539 ( 0.9393822539 ) AvgTol = 0.01467424646 ( 0.01255966391 )
TOLERANCE : MaxTol = 0.9393822539 ( 0.9393822539 ) AvgTol = 0.01467424666 ( 0.01255966411 )
LABELS : N0Labels = 1 ( 1 ) N1Labels = 1695 ( 3509 ) N2Labels = 0 ( 0 ) TotalLabels = 1696 ( 3510 ) NameLabels = 1696 ( 1972 ) ColorLabels = 1695 ( 3509 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 4 ( 4 )

View File

@@ -1,8 +1,6 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 Windows: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO ?CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :"
puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :"
set LinuxDiff 4
set filename y306351fM.igs

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
@@ -7,11 +6,11 @@ set filename Caliper.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 70 ( 489 ) Summary = 70 ( 489 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 70 ( 488 ) Summary = 70 ( 488 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 215 ( 215 ) Summary = 3771 ( 3779 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 215 ( 215 ) FreeWire = 0 ( 4 ) FreeEdge = 8 ( 8 ) SharedEdge = 1666 ( 1670 )
TOLERANCE : MaxTol = 0.6931734571 ( 0.6931734576 ) AvgTol = 0.009873021116 ( 0.009847667242 )
TOLERANCE : MaxTol = 0.6931734571 ( 0.6931734576 ) AvgTol = 0.009873021104 ( 0.009847667242 )
LABELS : N0Labels = 1 ( 1 ) N1Labels = 223 ( 1190 ) N2Labels = 0 ( 0 ) TotalLabels = 224 ( 1191 ) NameLabels = 224 ( 332 ) ColorLabels = 223 ( 1190 ) LayerLabels = 223 ( 1190 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 2 ( 2 )

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
@@ -8,11 +7,11 @@ set filename poteau.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 14 ( 424 ) Summary = 14 ( 424 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 12 ( 425 ) Summary = 12 ( 425 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 240 ( 240 ) Summary = 7603 ( 7607 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 240 ( 240 ) FreeWire = 135 ( 139 ) FreeEdge = 1262 ( 1262 ) SharedEdge = 3013 ( 3013 )
TOLERANCE : MaxTol = 0.03614106862 ( 0.03613204275 ) AvgTol = 0.0001666738698 ( 0.0001670422288 )
TOLERANCE : MaxTol = 0.03614106862 ( 0.03613204275 ) AvgTol = 0.0001666598628 ( 0.0001670566086 )
LABELS : N0Labels = 1 ( 1 ) N1Labels = 969 ( 3018 ) N2Labels = 0 ( 0 ) TotalLabels = 970 ( 3019 ) NameLabels = 970 ( 1302 ) ColorLabels = 969 ( 3018 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 1 ( 1 )

View File

@@ -1,6 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,6 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,7 +1,8 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty"
puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
set LinuxDiff 2
set filename ims001.igs

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: LAYERS : Faulty"

View File

@@ -1,7 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
set filename CCI60011.igs
set ref_data {

View File

@@ -1,8 +1,8 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename CTS17804.igs
set ref_data {

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: LAYERS : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"

View File

@@ -3,10 +3,8 @@ puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"
puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
puts "TODO CR23096 Mandriva2010: NBSHAPES : Faulty"
set LinuxDiff 2
set LinuxFaulties {NBSHAPES}
set filename CTS18547.igs
set ref_data {

View File

@@ -1,7 +1,8 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
set LinuxDiff 3
set filename Amino_172448-65210.igs

View File

@@ -1,6 +1,5 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"

View File

@@ -1,7 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
set filename D44-11325-6a.igs
set ref_data {

View File

@@ -1,6 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"

View File

@@ -1,6 +1,5 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
@@ -13,7 +12,7 @@ TPSTAT : Faulties = 2 ( 0 ) Warnings = 127 ( 295 ) Summary = 129 ( 29
CHECKSHAPE : Wires = 8 ( 13 ) Faces = 8 ( 13 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 419 ( 419 ) Summary = 5342 ( 5352 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 419 ( 419 ) FreeWire = 4 ( 4 ) FreeEdge = 42 ( 42 ) SharedEdge = 2233 ( 2227 )
TOLERANCE : MaxTol = 4.558918103 ( 4.543567878 ) AvgTol = 0.03221130666 ( 0.03563725913 )
TOLERANCE : MaxTol = 4.558918103 ( 4.543567878 ) AvgTol = 0.03221130662 ( 0.03563725913 )
LABELS : N0Labels = 457 ( 457 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 457 ( 457 ) NameLabels = 457 ( 457 ) ColorLabels = 451 ( 455 ) LayerLabels = 453 ( 457 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 2 ( 2 )

View File

@@ -1,8 +1,9 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
set LinuxDiff 1
set filename PRO14323.igs

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: TOLERANCE : Faulty"

View File

@@ -1,7 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
set filename UK4.igs
set ref_data {

View File

@@ -1,6 +1,5 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -2,10 +2,8 @@
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
puts "TODO CR23096 Mandriva2010: NBSHAPES : Faulty"
set LinuxDiff 3
set LinuxFaulties {NBSHAPES}
set filename USA60231.igs
set ref_data {

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"
puts "TODO CR23096 ALL: LAYERS : Faulty"

View File

@@ -1,6 +1,5 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
set filename modelinf.igs

View File

@@ -1,9 +1,9 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: LAYERS : Faulty"
set filename BUC50029.igs
set ref_data {

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"
puts "TODO CR23096 ALL: LAYERS : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"
puts "TODO CR23096 ALL: LAYERS : Faulty"

View File

@@ -1,9 +1,9 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty"
puts "TODO ?CR23096 ALL: STATSHAPE : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"
puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
puts "TODO CR23096 ALL: LABELS : Faulty" puts "TODO CR23096 ALL: COLORS : Faulty"
puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
set LinuxDiff 2
set filename buc60894.igs
@@ -14,7 +14,7 @@ TPSTAT : Faulties = 30 ( 36 ) Warnings = 528 ( 1854 ) Summary = 558 (
CHECKSHAPE : Wires = 7 ( 6 ) Faces = 7 ( 6 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3500 ( 3499 ) Summary = 43166 ( 43105 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3500 ( 3499 ) FreeWire = 0 ( 0 ) FreeEdge = 164 ( 164 ) SharedEdge = 18147 ( 18117 )
TOLERANCE : MaxTol = 0.9816000285 ( 5.284023931 ) AvgTol = 0.02459127692 ( 0.02803193243 )
TOLERANCE : MaxTol = 0.9816000285 ( 5.284023931 ) AvgTol = 0.02459127741 ( 0.02803193293 )
LABELS : N0Labels = 12 ( 24 ) N1Labels = 3661 ( 3662 ) N2Labels = 0 ( 0 ) TotalLabels = 3673 ( 3686 ) NameLabels = 12 ( 3684 ) ColorLabels = 3661 ( 3662 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 10 ( 11 )

View File

@@ -1,8 +1,8 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"
puts "TODO CR23096 ALL: LAYERS : Faulty"
puts "TODO CR23096 ALL: LAYERS : Faulty"
set filename BUC60898.igs
@@ -12,7 +12,7 @@ TPSTAT : Faulties = 6 ( 126 ) Warnings = 24 ( 678 ) Summary = 30 ( 80
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 91 ( 91 ) Summary = 23706 ( 23776 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 91 ( 91 ) FreeWire = 304 ( 372 ) FreeEdge = 7104 ( 7104 ) SharedEdge = 10271 ( 10271 )
TOLERANCE : MaxTol = 0.0779303086 ( 0.07793030858 ) AvgTol = 6.770070428e-005 ( 0.0001043952529 )
TOLERANCE : MaxTol = 0.0779303086 ( 0.07793030858 ) AvgTol = 6.769479039e-005 ( 0.0001043952538 )
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2325 ( 4109 ) N2Labels = 0 ( 0 ) TotalLabels = 2328 ( 4112 ) NameLabels = 2328 ( 2708 ) ColorLabels = 2325 ( 4109 ) LayerLabels = 220 ( 409 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 6 ( 7 )

View File

@@ -1,9 +1,10 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
set LinuxDiff 1
set filename CEA_cuve-V5.igs
@@ -14,7 +15,7 @@ TPSTAT : Faulties = 0 ( 6 ) Warnings = 0 ( 6 ) Summary = 0 ( 12 )
CHECKSHAPE : Wires = 6 ( 3 ) Faces = 6 ( 3 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 114 ( 114 ) Summary = 1231 ( 1240 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 114 ( 114 ) FreeWire = 2 ( 2 ) FreeEdge = 17 ( 17 ) SharedEdge = 493 ( 496 )
TOLERANCE : MaxTol = 1380.000139 ( 0.0004988991066 ) AvgTol = 2.598883867 ( 1.625255099e-005 )
TOLERANCE : MaxTol = 1380.000139 ( 0.0004988991066 ) AvgTol = 2.598883753 ( 1.625257716e-005 )
LABELS : N0Labels = 122 ( 122 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 122 ( 122 ) NameLabels = 122 ( 122 ) ColorLabels = 120 ( 122 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 4 ( 4 )

View File

@@ -1,8 +1,8 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"
set filename CTS17802.igs

View File

@@ -1,8 +1,9 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
set LinuxDiff 1
set filename 919-004-T03-04-CP-VL.igs

View File

@@ -1,12 +1,10 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
puts "TODO CR23096 Mandriva2010: STATSHAPE : Faulty"
puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :"
set LinuxDiff 2
set LinuxFaulties {STATSHAPE}
set filename Henri.igs
set ref_data {

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"

View File

@@ -1,7 +1,7 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO ?CR23096 ALL: STATSHAPE : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :"
puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :"
set LinuxDiff 4
set filename y306351f.igs

View File

@@ -1,6 +1,5 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"

View File

@@ -1,6 +1,5 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
set filename waaier_para.igs
@@ -11,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 41 ( 617 ) Summary = 41 ( 617
CHECKSHAPE : Wires = 2 ( 2 ) Faces = 3 ( 2 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 163 ( 162 ) Summary = 4902 ( 4895 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 163 ( 162 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2290 ( 2288 )
TOLERANCE : MaxTol = 0.9221218173 ( 0.9410156556 ) AvgTol = 0.01533181751 ( 0.01464237243 )
TOLERANCE : MaxTol = 0.9221218173 ( 0.9410156556 ) AvgTol = 0.01533181751 ( 0.01464237244 )
LABELS : N0Labels = 162 ( 162 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 162 ( 162 ) NameLabels = 162 ( 162 ) ColorLabels = 162 ( 162 ) LayerLabels = 162 ( 162 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 1 ( 1 )

View File

@@ -1,8 +1,8 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"
puts "TODO CR23096 ALL: LAYERS : Faulty"
puts "TODO CR23096 ALL: LAYERS : Faulty"
set filename UKI60028-1.igs

View File

@@ -1,9 +1,9 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"
puts "TODO CR23096 ALL: LAYERS : Faulty"
set filename UKI60028-2.igs
set ref_data {

View File

@@ -1,9 +1,10 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
puts "TODO CR23096 ALL: COLORS : Faulty"
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
set LinuxDiff 1
set filename UKI60107-3.igs

View File

@@ -1,13 +1,10 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
puts "TODO ?CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"
puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :"
puts "TODO CR23096 Mandriva2010: STATSHAPE : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty" puts "TODO CR23096 ALL: COLORS : Faulty"
puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :"
set LinuxDiff 4
set LinuxFaulties {STATSHAPE}
set filename coque-sup.igs
set ref_data {

View File

@@ -1,6 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"
puts "TODO CR23096 ALL: LAYERS : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"
puts "TODO CR23096 ALL: LAYERS : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"
puts "TODO CR23096 ALL: LAYERS : Faulty"
@@ -13,7 +12,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 197 ) Summary = 0 ( 197 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 49 ( 49 ) Summary = 14672 ( 14688 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 49 ( 49 ) FreeWire = 146 ( 146 ) FreeEdge = 6582 ( 6582 ) SharedEdge = 7155 ( 7155 )
TOLERANCE : MaxTol = 0.03734358068 ( 0.03734358027 ) AvgTol = 0.0003212239844 ( 0.0003202002016 )
TOLERANCE : MaxTol = 0.03734358068 ( 0.03734358027 ) AvgTol = 0.0003212366204 ( 0.0003202128311 )
LABELS : N0Labels = 1 ( 1 ) N1Labels = 158 ( 421 ) N2Labels = 0 ( 0 ) TotalLabels = 159 ( 422 ) NameLabels = 159 ( 334 ) ColorLabels = 158 ( 421 ) LayerLabels = 0 ( 96 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 2 ( 4 )

View File

@@ -1,9 +1,9 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"
puts "TODO CR23096 ALL: LAYERS : Faulty"
puts "TODO CR23096 ALL: LAYERS : Faulty"
set filename BUC60000.igs

View File

@@ -1,6 +1,5 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"
puts "TODO CR23096 ALL: LAYERS : Faulty"

View File

@@ -1,6 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"

View File

@@ -1,6 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"

View File

@@ -1,6 +1,5 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"
puts "TODO CR23096 ALL: LAYERS : Faulty"

View File

@@ -1,6 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 ALL: COLORS : Faulty"
puts "TODO CR23096 ALL: LAYERS : Faulty"

View File

@@ -1,11 +1,10 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO ?CR23096 ALL: STATSHAPE : Faulty"
puts "TODO ?CR23096 ALL: TOLERANCE : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO ?CR23096 ALL: TOLERANCE : Faulty" puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO ?CR23096 ALL: Error : 5 differences with reference data found :"
puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty"
set LinuxDiff 5
set LinuxFaulties {CHECKSHAPE}
set filename USA60022.igs

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,7 +1,7 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename VERSEUSE.igs
set ref_data {

View File

@@ -1,6 +1,5 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
@@ -12,7 +11,7 @@ TPSTAT : Faulties = 26 ( 0 ) Warnings = 12567 ( 31118 ) Summary = 1259
CHECKSHAPE : Wires = 0 ( 31 ) Faces = 10 ( 32 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 6500 ( 6500 ) Summary = 157935 ( 158228 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 6500 ( 6500 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 72576 ( 72654 )
TOLERANCE : MaxTol = 0.9560441943 ( 20.83020595 ) AvgTol = 0.00212746714 ( 0.003335685994 )
TOLERANCE : MaxTol = 0.9560441943 ( 20.83020595 ) AvgTol = 0.002127467162 ( 0.003335686018 )
LABELS : N0Labels = 6500 ( 6500 ) N1Labels = 0 ( 25534 ) N2Labels = 0 ( 0 ) TotalLabels = 6500 ( 32034 ) NameLabels = 6500 ( 6500 ) ColorLabels = 6500 ( 32034 ) LayerLabels = 6500 ( 32034 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 1 ( 1 )

View File

@@ -1,9 +1,10 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
puts "TODO ?CR23096 ALL: STATSHAPE : Faulty"
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
set LinuxDiff 3
set filename 1stpunch-mcsrfs.igs

View File

@@ -1,7 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
set ProductMode OFF
set filename model_214.stp

View File

@@ -1,7 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
set filename id_turbine-C.stp
set ref_data {
@@ -10,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 13 ( 58 ) Summary = 13 ( 58 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 49 ( 0 ) Face = 49 ( 49 ) Summary = 577 ( 530 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 49 ( 0 ) Face = 49 ( 49 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 218 ( 218 )
TOLERANCE : MaxTol = 0.003591433268 ( 21.06910097 ) AvgTol = 0.0002646299148 ( 0.1492659708 )
TOLERANCE : MaxTol = 0.003591433268 ( 21.06910097 ) AvgTol = 0.0002646299074 ( 0.1492659708 )
LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 0 ( 0 )

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,7 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
set filename bm4_ug_punch_c.stp
set ref_data {

View File

@@ -1,7 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
set filename ug_turbine-B.stp
set ref_data {

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
@@ -11,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 9 ( 3 ) Summary = 9 ( 3 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 2 ( 2 ) Face = 36 ( 36 ) Summary = 282 ( 262 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 2 ( 2 ) Face = 36 ( 36 ) FreeWire = 0 ( 2 ) FreeEdge = 19 ( 19 ) SharedEdge = 108 ( 107 )
TOLERANCE : MaxTol = 0.009538012231 ( 0.006059255816 ) AvgTol = 0.0006604306459 ( 0.000539393598 )
TOLERANCE : MaxTol = 0.009538012231 ( 0.006059255816 ) AvgTol = 0.0006602657713 ( 0.000539393598 )
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 2 ) N2Labels = 0 ( 0 ) TotalLabels = 5 ( 5 ) NameLabels = 5 ( 5 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 0 ( 0 )

View File

@@ -1,7 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
set filename PRO20362.stp
set ref_data {

View File

@@ -1,7 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
set filename PRO7755.stp
set ref_data {

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"

View File

@@ -1,5 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
@@ -11,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 21 ( 20 ) Summary = 21 ( 20 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 72 ( 72 ) Summary = 464 ( 464 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 72 ( 72 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 200 ( 200 )
TOLERANCE : MaxTol = 0.5804595017 ( 0.157293174 ) AvgTol = 0.04113072985 ( 0.04644710495 )
TOLERANCE : MaxTol = 0.5804595017 ( 0.157293174 ) AvgTol = 0.04113072955 ( 0.04644710495 )
LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 0 ( 0 )

View File

@@ -1,8 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
set filename bm1_db_fuel.stp
set ref_data {

View File

@@ -1,7 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
set filename trj4_k1_geo-md-203.stp
set ref_data {
@@ -10,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 6 ( 6 ) Summary = 6 ( 6 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 39 ( 0 ) Face = 39 ( 39 ) Summary = 492 ( 456 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 39 ( 0 ) Face = 39 ( 39 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 193 ( 192 )
TOLERANCE : MaxTol = 0.003673630603 ( 0.003673630602 ) AvgTol = 0.0002911800848 ( 0.0002911800866 )
TOLERANCE : MaxTol = 0.003673630603 ( 0.003673630602 ) AvgTol = 0.0002911805182 ( 0.00029118052 )
LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 0 ( 0 )

View File

@@ -1,7 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
set filename trj4_k1_geo-pe-203.stp
set ref_data {

View File

@@ -1,7 +1,4 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
set filename trj4_k1_geo-pe-214.stp
set ref_data {

Some files were not shown because too many files have changed in this diff Show More