diff --git a/src/ShapeConstruct/ShapeConstruct_ProjectCurveOnSurface.cxx b/src/ShapeConstruct/ShapeConstruct_ProjectCurveOnSurface.cxx index 38b412ad67..58d5017738 100644 --- a/src/ShapeConstruct/ShapeConstruct_ProjectCurveOnSurface.cxx +++ b/src/ShapeConstruct/ShapeConstruct_ProjectCurveOnSurface.cxx @@ -981,35 +981,6 @@ Standard_Boolean ShapeConstruct_ProjectCurveOnSurface::PerformAdvanced (Handle(G c2d = new Geom2d_Line(P0, aDir2d); } - if(c2d.IsNull()) { - // try create line using pnt2d - Standard_Boolean IsLine = Standard_True; - Standard_Integer NbPnt2d = pnt2d.Length(); - if(NbPnt2d >1) { - Standard_Real dist = pnt2d(1).SquareDistance(pnt2d(NbPnt2d)); - Standard_Real dPreci = Precision::PConfusion()*Precision::PConfusion(); - if(dist >= dPreci) { - gp_Vec2d avec (pnt2d(1),pnt2d(NbPnt2d)); - gp_Dir2d adir (avec); - gp_Lin2d alin (pnt2d(1),adir); - for(i = 2; i < NbPnt2d; i++) { - Standard_Real devia = alin.SquareDistance(pnt2d(i)); - Standard_Real dist2 = pnt2d(1).SquareDistance(pnt2d(i)); - Standard_Real step = pnt2d(1).Distance(pnt2d(NbPnt2d))/(NbPnt2d-1); - Standard_Real ddist = Abs(pnt2d(1).Distance(pnt2d(i))-step*(i-1)); - if( devia>dPreci || (dist2-dist)>dPreci || ddist>1.e-3*step ) { - IsLine = Standard_False; - i = NbPnt2d; - } - } - if(IsLine) { - Handle(Geom2d_Line) g2l = new Geom2d_Line(alin); - c2d = new Geom2d_TrimmedCurve(g2l,0,pnt2d(1).Distance(pnt2d(NbPnt2d))); - } - } - } - } - return isDone; } diff --git a/tests/bugs/heal/bug210 b/tests/bugs/heal/bug210 index 7760f2e662..09ba026c72 100755 --- a/tests/bugs/heal/bug210 +++ b/tests/bugs/heal/bug210 @@ -1,4 +1,3 @@ -puts "TODO CR23794 ALL: Faulty shapes in variables faulty_1 to faulty_" puts "=========" puts " OCC210 " puts "=========" diff --git a/tests/bugs/heal/bug24549 b/tests/bugs/heal/bug24549 new file mode 100644 index 0000000000..b985c88659 --- /dev/null +++ b/tests/bugs/heal/bug24549 @@ -0,0 +1,25 @@ +puts "============" +puts "OCC24549" +puts "============" +puts "" +####################################################################### +## Faulty shape after IGES translation with xstep.cascade.unit set to M +####################################################################### + +pload DATAEXCHANGEKERNEL + +param xstep.cascade.unit M + +igesread [locate_data_file bug24549_Hull_B.igs] result * + +regexp {Tolerance +MAX=([-0-9.+eE]+)} [tolerance result] full MaxTol_1 + +puts "MaxTolerance = $MaxTol_1" + +set MaxTol 0.001 + +if { ${MaxTol_1} > ${MaxTol} } { + puts "Faulty : bad tolerance" +} else { + puts "OK : good tolerance" +} diff --git a/tests/de/end b/tests/de/end index 9318c45e4d..b19b2703c6 100644 --- a/tests/de/end +++ b/tests/de/end @@ -154,7 +154,7 @@ if { $mist < 1} { # Get shape for standard analysis puts "" if { [catch { XGetOneShape res_1 D_First } catch_result] } { - set err_msg ""Error : First - cannot get shape from document - exception" + set err_msg "Error : First - cannot get shape from document - exception" puts $err_msg append todo_msg $todo_mask $err_msg $end_line set mist 1 diff --git a/tests/de/iges_1/A1 b/tests/de/iges_1/A1 index eb8d6128b9..ec16e0b38a 100644 --- a/tests/de/iges_1/A1 +++ b/tests/de/iges_1/A1 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 347 ( 9072 ) Summary = 347 ( 9 CHECKSHAPE : Wires = 1 ( 1 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 673 ( 673 ) Summary = 15005 ( 15001 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 673 ( 673 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 6844 ( 6844 ) -TOLERANCE : MaxTol = 0.1926431182 ( 0.1926431182 ) AvgTol = 0.000143220206 ( 0.0001408044723 ) +TOLERANCE : MaxTol = 0.1926431182 ( 0.1926431182 ) AvgTol = 0.0001429249224 ( 0.0001405928641 ) 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 ) diff --git a/tests/de/iges_1/A3 b/tests/de/iges_1/A3 index ce81ef158c..b1f5e3b7ed 100644 --- a/tests/de/iges_1/A3 +++ b/tests/de/iges_1/A3 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 25 ( 224 ) Summary = 25 ( 224 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 45 ( 45 ) Summary = 2322 ( 2322 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 45 ( 45 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1114 ( 1114 ) -TOLERANCE : MaxTol = 0.1574979916 ( 0.1574995582 ) AvgTol = 0.0008504390128 ( 0.0008526713095 ) +TOLERANCE : MaxTol = 0.1574979916 ( 0.1574995582 ) AvgTol = 0.0008504409643 ( 0.0008526713095 ) LABELS : N0Labels = 45 ( 45 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 45 ( 45 ) NameLabels = 45 ( 45 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/iges_1/A7 b/tests/de/iges_1/A7 index b81fc0e560..b64a7986e9 100644 --- a/tests/de/iges_1/A7 +++ b/tests/de/iges_1/A7 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 26 ) Summary = 0 ( 26 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 455 ( 455 ) Summary = 5485 ( 5485 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 455 ( 455 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2295 ( 2295 ) -TOLERANCE : MaxTol = 0.007446262663 ( 0.00733072557 ) AvgTol = 1.638173104e-005 ( 1.01902787e-005 ) +TOLERANCE : MaxTol = 0.007446262663 ( 0.00733072557 ) AvgTol = 1.638173079e-005 ( 1.01902787e-005 ) LABELS : N0Labels = 455 ( 455 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 455 ( 455 ) NameLabels = 455 ( 455 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/iges_1/B2 b/tests/de/iges_1/B2 index c81b0fb437..a847df9228 100644 --- a/tests/de/iges_1/B2 +++ b/tests/de/iges_1/B2 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 7 ( 7 ) Summary = 71 ( 71 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 7 ( 7 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 28 ( 28 ) -TOLERANCE : MaxTol = 1.000105038e-007 ( 1e-007 ) AvgTol = 1.000022178e-007 ( 1e-007 ) +TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) LABELS : N0Labels = 7 ( 7 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 7 ( 7 ) NameLabels = 7 ( 7 ) ColorLabels = 7 ( 7 ) LayerLabels = 7 ( 7 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/iges_1/B4 b/tests/de/iges_1/B4 index 63962d29a1..58004497cb 100644 --- a/tests/de/iges_1/B4 +++ b/tests/de/iges_1/B4 @@ -1,5 +1,5 @@ # !!!! This file is generated automatically, do not edit manually! See end script -puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" +puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: Exception in Segment()" set LinuxDiff 1 @@ -7,11 +7,11 @@ set filename t500core.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 169 ( 429 ) Summary = 169 ( 429 ) -CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) -NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 674 ( 674 ) Summary = 9625 ( 9625 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 169 ( 430 ) Summary = 169 ( 430 ) +CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) +NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 674 ( 674 ) Summary = 9628 ( 9625 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 674 ( 674 ) FreeWire = 0 ( 0 ) FreeEdge = 28 ( 28 ) SharedEdge = 4104 ( 4104 ) -TOLERANCE : MaxTol = 0.9813254857 ( 320.715769 ) AvgTol = 0.002671919158 ( 0.06743198887 ) +TOLERANCE : MaxTol = 0.483503583 ( 0.4835035831 ) AvgTol = 0.00204387873 ( 0.002030701378 ) LABELS : N0Labels = 702 ( 702 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 702 ( 702 ) NameLabels = 702 ( 702 ) ColorLabels = 16 ( 16 ) LayerLabels = 702 ( 702 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/iges_1/B5 b/tests/de/iges_1/B5 index 760fedfd6e..92336c5f3f 100644 --- a/tests/de/iges_1/B5 +++ b/tests/de/iges_1/B5 @@ -1,5 +1,4 @@ # !!!! This file is generated automatically, do not edit manually! See end script - set filename BUC60113.igs set ref_data { diff --git a/tests/de/iges_1/B6 b/tests/de/iges_1/B6 index f3f810553d..1b87896554 100644 --- a/tests/de/iges_1/B6 +++ b/tests/de/iges_1/B6 @@ -10,7 +10,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.617003044e-005 ( 0.0003710073065 ) 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 ) diff --git a/tests/de/iges_1/B8 b/tests/de/iges_1/B8 index fc50476bf9..7644976017 100644 --- a/tests/de/iges_1/B8 +++ b/tests/de/iges_1/B8 @@ -1,11 +1,12 @@ # !!!! This file is generated automatically, do not edit manually! See end script +puts "TODO CR23096 ALL: TPSTAT : Faulty" + set filename CTS18542-2.igs -puts "TODO ?CR23096 ALL: TPSTAT : Faulty" set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 130 ( 131 ) Summary = 130 ( 131 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 133 ( 131 ) Summary = 133 ( 131 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1071 ( 1071 ) Summary = 14484 ( 14484 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1071 ( 1071 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 6154 ( 6154 ) diff --git a/tests/de/iges_1/C7 b/tests/de/iges_1/C7 index 5122ec2f50..82d476bc4d 100644 --- a/tests/de/iges_1/C7 +++ b/tests/de/iges_1/C7 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 106 ( 536 ) Summary = 106 ( 53 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 206 ( 206 ) Summary = 3950 ( 3950 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 206 ( 206 ) FreeWire = 0 ( 0 ) FreeEdge = 4 ( 4 ) SharedEdge = 1760 ( 1760 ) -TOLERANCE : MaxTol = 0.2688118771 ( 0.2688118774 ) AvgTol = 0.0006626012538 ( 0.0006624636278 ) +TOLERANCE : MaxTol = 0.2688118771 ( 0.2688118774 ) AvgTol = 0.0006626012546 ( 0.0006624636278 ) LABELS : N0Labels = 210 ( 210 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 210 ( 210 ) NameLabels = 210 ( 210 ) ColorLabels = 210 ( 210 ) LayerLabels = 210 ( 210 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 7 ( 7 ) diff --git a/tests/de/iges_1/C9 b/tests/de/iges_1/C9 index b8a53de8cb..7c1fee9f18 100644 --- a/tests/de/iges_1/C9 +++ b/tests/de/iges_1/C9 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 2 ) Summary = 0 ( 2 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 9 ( 9 ) Summary = 166 ( 166 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 9 ( 9 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 73 ( 73 ) -TOLERANCE : MaxTol = 0.54574397 ( 0.5457439747 ) AvgTol = 0.06954487897 ( 0.06954487788 ) +TOLERANCE : MaxTol = 0.54574397 ( 0.5457439747 ) AvgTol = 0.06954487896 ( 0.06954487788 ) 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 ) diff --git a/tests/de/iges_1/D7 b/tests/de/iges_1/D7 index d915179800..6027c93835 100644 --- a/tests/de/iges_1/D7 +++ b/tests/de/iges_1/D7 @@ -6,11 +6,11 @@ set filename CTS21884.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 129 ( 70 ) Summary = 129 ( 70 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 129 ( 71 ) Summary = 129 ( 71 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 1 ) Shell = 0 ( 1 ) Face = 180 ( 180 ) Summary = 2185 ( 1096 ) STATSHAPE : Solid = 0 ( 1 ) Shell = 0 ( 1 ) Face = 180 ( 180 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 912 ( 457 ) -TOLERANCE : MaxTol = 0.02358959588 ( 0.02358723715 ) AvgTol = 0.0007627813754 ( 0.001634279296 ) +TOLERANCE : MaxTol = 0.02358959588 ( 0.02358723715 ) AvgTol = 0.0007627425938 ( 0.001634419614 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 180 ( 180 ) N2Labels = 0 ( 0 ) TotalLabels = 181 ( 181 ) NameLabels = 181 ( 181 ) ColorLabels = 180 ( 180 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/iges_1/D8 b/tests/de/iges_1/D8 index abda28b31b..d30026b5df 100644 --- a/tests/de/iges_1/D8 +++ b/tests/de/iges_1/D8 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 189 ( 189 ) Summary = 2471 ( 2471 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 189 ( 189 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1047 ( 1047 ) -TOLERANCE : MaxTol = 0.9674930965 ( 0.9674931058 ) AvgTol = 0.07394129092 ( 0.07394139392 ) +TOLERANCE : MaxTol = 0.9674930965 ( 0.9674931058 ) AvgTol = 0.07394156089 ( 0.07394139392 ) 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 ) diff --git a/tests/de/iges_1/E1 b/tests/de/iges_1/E1 index 4f66df68b1..2adb502d32 100644 --- a/tests/de/iges_1/E1 +++ b/tests/de/iges_1/E1 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 168 ) Summary = 0 ( 168 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2136 ( 2136 ) Summary = 24367 ( 24367 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2136 ( 2136 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 10058 ( 10058 ) -TOLERANCE : MaxTol = 0.05529392 ( 0.05529391994 ) AvgTol = 0.0003644351094 ( 0.0003640919991 ) +TOLERANCE : MaxTol = 0.05529392 ( 0.05529391994 ) AvgTol = 0.0003644351093 ( 0.0003640919991 ) LABELS : N0Labels = 2136 ( 2136 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 2136 ( 2136 ) NameLabels = 2136 ( 2136 ) ColorLabels = 2136 ( 2136 ) LayerLabels = 2136 ( 2136 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/iges_1/E2 b/tests/de/iges_1/E2 index d14a79f057..61260a7838 100644 --- a/tests/de/iges_1/E2 +++ b/tests/de/iges_1/E2 @@ -3,7 +3,7 @@ set filename Table20.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 202 ) Summary = 4 ( 202 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 8 ( 206 ) Summary = 8 ( 206 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 309 ( 309 ) Summary = 7205 ( 7205 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 309 ( 309 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3274 ( 3274 ) diff --git a/tests/de/iges_1/E9 b/tests/de/iges_1/E9 index 9dbe2535af..018c407c4a 100644 --- a/tests/de/iges_1/E9 +++ b/tests/de/iges_1/E9 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 130 ( 130 ) Summary = 1301 ( 1303 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 130 ( 130 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 520 ( 520 ) -TOLERANCE : MaxTol = 1.000100142e-007 ( 1e-007 ) AvgTol = 1.000001184e-007 ( 1e-007 ) +TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) 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 ) diff --git a/tests/de/iges_1/F2 b/tests/de/iges_1/F2 index cf989c4ec8..1e0776f64a 100644 --- a/tests/de/iges_1/F2 +++ b/tests/de/iges_1/F2 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 68 ( 68 ) Summary = 679 ( 679 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 68 ( 68 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 272 ( 272 ) -TOLERANCE : MaxTol = 1.000100058e-007 ( 1e-007 ) AvgTol = 1.000015612e-007 ( 1e-007 ) +TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) 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 ) diff --git a/tests/de/iges_1/F6 b/tests/de/iges_1/F6 index 54e288b494..6f1dbbf3bf 100644 --- a/tests/de/iges_1/F6 +++ b/tests/de/iges_1/F6 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 5 ( 0 ) Summary = 5 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) Summary = 28 ( 27 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) FreeWire = 2 ( 2 ) FreeEdge = 12 ( 12 ) SharedEdge = 12 ( 12 ) -TOLERANCE : MaxTol = 1.946144167e-005 ( 1.946144167e-005 ) AvgTol = 3.118921409e-006 ( 3.98657152e-006 ) +TOLERANCE : MaxTol = 1.946144384e-005 ( 1.946144167e-005 ) AvgTol = 3.118935701e-006 ( 3.98657152e-006 ) 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 ) diff --git a/tests/de/iges_1/F7 b/tests/de/iges_1/F7 index c4184edcf4..d97d27990a 100644 --- a/tests/de/iges_1/F7 +++ b/tests/de/iges_1/F7 @@ -3,7 +3,7 @@ set filename UK1.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 87 ) Summary = 0 ( 87 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 87 ) Summary = 1 ( 87 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 65 ( 65 ) Summary = 981 ( 974 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 65 ( 65 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 425 ( 419 ) diff --git a/tests/de/iges_1/G9 b/tests/de/iges_1/G9 index 082a390a35..637b2d5380 100644 --- a/tests/de/iges_1/G9 +++ b/tests/de/iges_1/G9 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 164 ( 4127 ) Summary = 164 ( 4 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 448 ( 448 ) Summary = 7239 ( 7237 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 448 ( 448 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3193 ( 3192 ) -TOLERANCE : MaxTol = 0.08683083502 ( 0.04341528762 ) AvgTol = 0.0008697846249 ( 0.0007558849075 ) +TOLERANCE : MaxTol = 0.08683083502 ( 0.04341528762 ) AvgTol = 0.0008697844744 ( 0.0007558849075 ) 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 ) diff --git a/tests/de/iges_1/H3 b/tests/de/iges_1/H3 index 7df87b5a6a..bce38489a1 100644 --- a/tests/de/iges_1/H3 +++ b/tests/de/iges_1/H3 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 14 ) Summary = 0 ( 14 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 11 ( 11 ) Summary = 605 ( 605 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 11 ( 11 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 291 ( 291 ) -TOLERANCE : MaxTol = 0.03107706969 ( 0.01553878539 ) AvgTol = 0.0002156995012 ( 0.000180475073 ) +TOLERANCE : MaxTol = 0.03107706969 ( 0.01553878539 ) AvgTol = 0.0002156995011 ( 0.000180475073 ) LABELS : N0Labels = 11 ( 11 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 11 ( 11 ) NameLabels = 11 ( 11 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/iges_1/H6 b/tests/de/iges_1/H6 index e11d8e689a..dca3330f43 100644 --- a/tests/de/iges_1/H6 +++ b/tests/de/iges_1/H6 @@ -8,7 +8,7 @@ set filename BUC60033.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 5 ) Warnings = 78 ( 815 ) Summary = 78 ( 820 ) +TPSTAT : Faulties = 0 ( 5 ) Warnings = 78 ( 831 ) Summary = 78 ( 836 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 208 ( 208 ) Summary = 7973 ( 8005 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 208 ( 208 ) FreeWire = 0 ( 32 ) FreeEdge = 70 ( 70 ) SharedEdge = 3748 ( 3748 ) diff --git a/tests/de/iges_1/H8 b/tests/de/iges_1/H8 index 68d960d568..14efd6a975 100644 --- a/tests/de/iges_1/H8 +++ b/tests/de/iges_1/H8 @@ -6,11 +6,11 @@ set filename BUC60035.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 5 ) Warnings = 82 ( 761 ) Summary = 82 ( 766 ) +TPSTAT : Faulties = 0 ( 5 ) Warnings = 82 ( 767 ) Summary = 82 ( 772 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 208 ( 208 ) Summary = 7763 ( 7763 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 208 ( 208 ) FreeWire = 0 ( 0 ) FreeEdge = 6 ( 6 ) SharedEdge = 3665 ( 3665 ) -TOLERANCE : MaxTol = 0.1393674657 ( 0.1393674657 ) AvgTol = 0.003096469593 ( 0.003080442488 ) +TOLERANCE : MaxTol = 0.1393674657 ( 0.1393674657 ) AvgTol = 0.003094049943 ( 0.003079317701 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 214 ( 3661 ) N2Labels = 0 ( 0 ) TotalLabels = 215 ( 3662 ) NameLabels = 215 ( 330 ) ColorLabels = 214 ( 3661 ) LayerLabels = 209 ( 3656 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 5 ) diff --git a/tests/de/iges_1/I1 b/tests/de/iges_1/I1 index 418dd9db8c..34de43ddc2 100644 --- a/tests/de/iges_1/I1 +++ b/tests/de/iges_1/I1 @@ -7,11 +7,11 @@ set filename BUC60216.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 79 ( 653 ) Summary = 79 ( 653 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 57 ( 653 ) Summary = 57 ( 653 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 218 ( 218 ) Summary = 33194 ( 33225 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 218 ( 218 ) FreeWire = 77 ( 108 ) FreeEdge = 2656 ( 2656 ) SharedEdge = 15767 ( 15767 ) -TOLERANCE : MaxTol = 0.1504135906 ( 0.1504135906 ) AvgTol = 0.0004235460154 ( 0.0004477161756 ) +TOLERANCE : MaxTol = 0.1504135906 ( 0.1504135906 ) AvgTol = 0.0004235230987 ( 0.0004477161756 ) LABELS : N0Labels = 2 ( 2 ) N1Labels = 1279 ( 3464 ) N2Labels = 0 ( 0 ) TotalLabels = 1281 ( 3466 ) NameLabels = 1281 ( 1491 ) ColorLabels = 1280 ( 3465 ) LayerLabels = 284 ( 2412 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) diff --git a/tests/de/iges_1/I2 b/tests/de/iges_1/I2 index 753b764e7d..c1407cdc31 100644 --- a/tests/de/iges_1/I2 +++ b/tests/de/iges_1/I2 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 11 ( 61 ) Summary = 11 ( 61 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 120 ( 120 ) Summary = 5254 ( 5260 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 120 ( 120 ) FreeWire = 31 ( 31 ) FreeEdge = 1039 ( 1039 ) SharedEdge = 2048 ( 2048 ) -TOLERANCE : MaxTol = 0.763617442 ( 0.7636174422 ) AvgTol = 0.001290751445 ( 0.001290629985 ) +TOLERANCE : MaxTol = 0.763617442 ( 0.7636174422 ) AvgTol = 0.001290743922 ( 0.001290622462 ) LABELS : N0Labels = 1051 ( 1051 ) N1Labels = 0 ( 13 ) N2Labels = 0 ( 0 ) TotalLabels = 1051 ( 1064 ) NameLabels = 1051 ( 1051 ) ColorLabels = 971 ( 1064 ) LayerLabels = 971 ( 1051 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 8 ( 8 ) diff --git a/tests/de/iges_1/I4 b/tests/de/iges_1/I4 index 0eae9a33af..765295dda6 100644 --- a/tests/de/iges_1/I4 +++ b/tests/de/iges_1/I4 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 232 ( 515 ) Summary = 232 ( 51 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 146 ( 146 ) Summary = 2430 ( 2430 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 146 ( 146 ) FreeWire = 5 ( 5 ) FreeEdge = 176 ( 176 ) SharedEdge = 1005 ( 1005 ) -TOLERANCE : MaxTol = 0.02364292093 ( 6.820743821 ) AvgTol = 9.641592031e-005 ( 0.01088190714 ) +TOLERANCE : MaxTol = 0.02364292093 ( 0.0236405571 ) AvgTol = 9.640026567e-005 ( 9.641748491e-005 ) LABELS : N0Labels = 285 ( 287 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 285 ( 287 ) NameLabels = 285 ( 287 ) ColorLabels = 279 ( 285 ) LayerLabels = 279 ( 285 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/iges_1/I5 b/tests/de/iges_1/I5 index 9e8bd76cea..fc3b21b529 100644 --- a/tests/de/iges_1/I5 +++ b/tests/de/iges_1/I5 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 4 ) Warnings = 0 ( 312 ) Summary = 0 ( 316 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 241 ( 241 ) Summary = 9983 ( 9983 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 241 ( 241 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 4776 ( 4776 ) -TOLERANCE : MaxTol = 9.452110694e-006 ( 1e-005 ) AvgTol = 1.744351223e-007 ( 8.133454698e-006 ) +TOLERANCE : MaxTol = 9.452110694e-006 ( 1e-005 ) AvgTol = 1.744349671e-007 ( 8.133454698e-006 ) LABELS : N0Labels = 241 ( 241 ) N1Labels = 0 ( 83 ) N2Labels = 0 ( 0 ) TotalLabels = 241 ( 324 ) NameLabels = 241 ( 241 ) ColorLabels = 241 ( 324 ) LayerLabels = 241 ( 324 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/iges_1/I6 b/tests/de/iges_1/I6 index 6c445223f8..573f2a6b66 100644 --- a/tests/de/iges_1/I6 +++ b/tests/de/iges_1/I6 @@ -6,11 +6,11 @@ set filename BUC61004-2.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) -TPSTAT : Faulties = 0 ( 1 ) Warnings = 16 ( 427 ) Summary = 16 ( 428 ) +TPSTAT : Faulties = 0 ( 1 ) Warnings = 8 ( 427 ) Summary = 8 ( 428 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 180 ( 180 ) Summary = 19884 ( 19884 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 180 ( 180 ) FreeWire = 1 ( 1 ) FreeEdge = 139 ( 139 ) SharedEdge = 9699 ( 9699 ) -TOLERANCE : MaxTol = 0.0305692698 ( 0.03056926518 ) AvgTol = 0.001472997661 ( 0.001472983156 ) +TOLERANCE : MaxTol = 0.0305692698 ( 0.03056926518 ) AvgTol = 0.00147298413 ( 0.001472983156 ) LABELS : N0Labels = 296 ( 296 ) N1Labels = 0 ( 1 ) N2Labels = 0 ( 0 ) TotalLabels = 296 ( 297 ) NameLabels = 296 ( 297 ) ColorLabels = 293 ( 294 ) LayerLabels = 31 ( 31 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) diff --git a/tests/de/iges_1/I7 b/tests/de/iges_1/I7 index e9ea74a180..23706b652c 100644 --- a/tests/de/iges_1/I7 +++ b/tests/de/iges_1/I7 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 21 ) Summary = 1 ( 21 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1 ( 1 ) Summary = 10 ( 10 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1 ( 1 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 4 ( 4 ) -TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) +TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/iges_1/I8 b/tests/de/iges_1/I8 index 3d89b31e5a..5308278532 100644 --- a/tests/de/iges_1/I8 +++ b/tests/de/iges_1/I8 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 478 ( 6259 ) Summary = 478 ( 6 CHECKSHAPE : Wires = 0 ( 2 ) Faces = 0 ( 3 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3647 ( 3647 ) Summary = 63291 ( 63420 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3647 ( 3647 ) FreeWire = 180 ( 289 ) FreeEdge = 1393 ( 1393 ) SharedEdge = 27767 ( 27781 ) -TOLERANCE : MaxTol = 0.9982953477 ( 0.9982953477 ) AvgTol = 0.01534545907 ( 0.01547294777 ) +TOLERANCE : MaxTol = 0.9982953477 ( 0.9982953477 ) AvgTol = 0.01534250803 ( 0.01547294777 ) LABELS : N0Labels = 403 ( 403 ) N1Labels = 3841 ( 15575 ) N2Labels = 0 ( 0 ) TotalLabels = 4244 ( 15978 ) NameLabels = 4242 ( 6516 ) ColorLabels = 4090 ( 15977 ) LayerLabels = 4090 ( 15977 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 5 ) diff --git a/tests/de/iges_1/I9 b/tests/de/iges_1/I9 index 40d69461fc..731f95218b 100644 --- a/tests/de/iges_1/I9 +++ b/tests/de/iges_1/I9 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 39 ) Summary = 0 ( 39 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 327 ( 327 ) Summary = 4036 ( 4036 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 327 ( 327 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1696 ( 1696 ) -TOLERANCE : MaxTol = 0.000190478139 ( 9.082153586e-005 ) AvgTol = 9.791349933e-006 ( 2.775931887e-006 ) +TOLERANCE : MaxTol = 0.000190478139 ( 9.082153586e-005 ) AvgTol = 9.791349674e-006 ( 2.775931887e-006 ) LABELS : N0Labels = 326 ( 326 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 326 ( 326 ) NameLabels = 326 ( 326 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/iges_1/J2 b/tests/de/iges_1/J2 index 5d9fae0369..efff85068e 100644 --- a/tests/de/iges_1/J2 +++ b/tests/de/iges_1/J2 @@ -13,7 +13,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 169 ( 1113 ) Summary = 169 ( 1 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 900 ( 900 ) Summary = 18221 ( 18221 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 900 ( 900 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 8213 ( 8213 ) -TOLERANCE : MaxTol = 0.004034169186 ( 0.004034577888 ) AvgTol = 7.709492698e-06 ( 1.210857047e-05 ) +TOLERANCE : MaxTol = 0.004034169186 ( 0.004034577888 ) AvgTol = 7.709492698e-006 ( 1.210857047e-005 ) LABELS : N0Labels = 900 ( 900 ) N1Labels = 0 ( 929 ) N2Labels = 0 ( 0 ) TotalLabels = 900 ( 1829 ) NameLabels = 900 ( 900 ) ColorLabels = 900 ( 1829 ) LayerLabels = 900 ( 1829 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/iges_1/J3 b/tests/de/iges_1/J3 index 1fc2b206c3..39f8472acb 100644 --- a/tests/de/iges_1/J3 +++ b/tests/de/iges_1/J3 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 42 ( 1091 ) Summary = 42 ( 109 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1038 ( 1038 ) Summary = 22098 ( 22098 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1038 ( 1038 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 10005 ( 10005 ) -TOLERANCE : MaxTol = 0.5433123154 ( 0.5433122968 ) AvgTol = 0.002230678756 ( 0.002235663837 ) +TOLERANCE : MaxTol = 0.5433123154 ( 0.5433122968 ) AvgTol = 0.002230678782 ( 0.002235663837 ) LABELS : N0Labels = 1038 ( 1038 ) N1Labels = 0 ( 1450 ) N2Labels = 0 ( 0 ) TotalLabels = 1038 ( 2488 ) NameLabels = 1038 ( 1038 ) ColorLabels = 1038 ( 2488 ) LayerLabels = 1038 ( 2488 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/iges_1/J5 b/tests/de/iges_1/J5 index 3e61c2901f..de43a52dfd 100644 --- a/tests/de/iges_1/J5 +++ b/tests/de/iges_1/J5 @@ -6,11 +6,11 @@ set filename CTS19883.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 2 ) Summary = 0 ( 2 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 396 ( 396 ) Summary = 5044 ( 5060 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 396 ( 396 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2133 ( 2133 ) -TOLERANCE : MaxTol = 0.9967131592 ( 0.9967131592 ) AvgTol = 0.05132244187 ( 0.05132274204 ) +TOLERANCE : MaxTol = 0.9967131592 ( 0.9967131592 ) AvgTol = 0.05132244362 ( 0.05132274204 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 396 ( 37 ) N2Labels = 0 ( 0 ) TotalLabels = 397 ( 38 ) NameLabels = 1 ( 1 ) ColorLabels = 396 ( 38 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/iges_1/J6 b/tests/de/iges_1/J6 index 4044f32291..9bbad034a6 100644 --- a/tests/de/iges_1/J6 +++ b/tests/de/iges_1/J6 @@ -6,7 +6,7 @@ set filename CTS21137.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 156 ( 820 ) Summary = 156 ( 820 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 156 ( 818 ) Summary = 156 ( 818 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 282 ( 282 ) Summary = 4898 ( 4898 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 282 ( 282 ) FreeWire = 0 ( 0 ) FreeEdge = 7 ( 7 ) SharedEdge = 2170 ( 2170 ) diff --git a/tests/de/iges_1/J7 b/tests/de/iges_1/J7 index 5a9b6035b6..9f3e51b05c 100644 --- a/tests/de/iges_1/J7 +++ b/tests/de/iges_1/J7 @@ -7,11 +7,11 @@ set filename CTS21140.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 168 ( 197 ) Summary = 168 ( 197 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 54 ( 197 ) Summary = 54 ( 197 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 331 ( 331 ) Summary = 6878 ( 6924 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 331 ( 331 ) FreeWire = 70 ( 116 ) FreeEdge = 1479 ( 1479 ) SharedEdge = 2967 ( 2967 ) -TOLERANCE : MaxTol = 0.6112323056 ( 0.6112323056 ) AvgTol = 0.0009107364143 ( 0.001289214856 ) +TOLERANCE : MaxTol = 0.6112323056 ( 0.6112323056 ) AvgTol = 0.0009101512876 ( 0.001289214856 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 481 ( 739 ) N2Labels = 0 ( 0 ) TotalLabels = 482 ( 740 ) NameLabels = 482 ( 559 ) ColorLabels = 481 ( 739 ) LayerLabels = 479 ( 737 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 8 ( 8 ) diff --git a/tests/de/iges_1/J8 b/tests/de/iges_1/J8 index b32ea67526..bbc77fe109 100644 --- a/tests/de/iges_1/J8 +++ b/tests/de/iges_1/J8 @@ -7,11 +7,11 @@ set filename CTS21142.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 136 ) Warnings = 51 ( 583 ) Summary = 51 ( 719 ) +TPSTAT : Faulties = 0 ( 136 ) Warnings = 49 ( 583 ) Summary = 49 ( 719 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 308 ( 308 ) Summary = 6755 ( 6756 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 308 ( 308 ) FreeWire = 6 ( 7 ) FreeEdge = 795 ( 795 ) SharedEdge = 2675 ( 2675 ) -TOLERANCE : MaxTol = 0.9778021574 ( 0.9778021574 ) AvgTol = 0.03580275897 ( 0.03579740035 ) +TOLERANCE : MaxTol = 0.9778021574 ( 0.9778021574 ) AvgTol = 0.03580274709 ( 0.03579740035 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 1089 ( 2054 ) N2Labels = 0 ( 0 ) TotalLabels = 1090 ( 2055 ) NameLabels = 1090 ( 1285 ) ColorLabels = 1089 ( 2054 ) LayerLabels = 168 ( 311 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 6 ) diff --git a/tests/de/iges_1/K3 b/tests/de/iges_1/K3 index 7a72c762c7..a68c905db2 100644 --- a/tests/de/iges_1/K3 +++ b/tests/de/iges_1/K3 @@ -2,11 +2,12 @@ puts "TODO CR23096 ALL: LABELS : Faulty" puts "TODO OCC24156 MacOS: Error : 1 differences with reference data found" + set filename FRA62468-1.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 299 ( 5224 ) Summary = 299 ( 5224 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 299 ( 5226 ) Summary = 299 ( 5226 ) CHECKSHAPE : Wires = 12 ( 18 ) Faces = 16 ( 16 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 5163 ( 5163 ) Summary = 68418 ( 68418 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 5163 ( 5163 ) FreeWire = 10 ( 10 ) FreeEdge = 283 ( 283 ) SharedEdge = 29071 ( 29075 ) diff --git a/tests/de/iges_1/K4 b/tests/de/iges_1/K4 index 0640c570e4..c593b46a6c 100644 --- a/tests/de/iges_1/K4 +++ b/tests/de/iges_1/K4 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 550 ( 814 ) Summary = 550 ( 81 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 406 ( 406 ) Summary = 23055 ( 23055 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 406 ( 406 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 11143 ( 11143 ) -TOLERANCE : MaxTol = 1.005912368e-05 ( 1.005909788e-05 ) AvgTol = 6.288458987e-07 ( 9.442593263e-06 ) +TOLERANCE : MaxTol = 1.005912368e-005 ( 1.005909788e-005 ) AvgTol = 6.288458987e-007 ( 9.442593263e-006 ) LABELS : N0Labels = 406 ( 406 ) N1Labels = 0 ( 282 ) N2Labels = 0 ( 0 ) TotalLabels = 406 ( 688 ) NameLabels = 406 ( 406 ) ColorLabels = 406 ( 688 ) LayerLabels = 406 ( 688 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 6 ) diff --git a/tests/de/iges_1/K6 b/tests/de/iges_1/K6 index fe4903655e..69a4886891 100644 --- a/tests/de/iges_1/K6 +++ b/tests/de/iges_1/K6 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 442 ( 442 ) Summary = 4421 ( 4421 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 442 ( 442 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1768 ( 1768 ) -TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) +TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) LABELS : N0Labels = 442 ( 442 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 442 ( 442 ) NameLabels = 442 ( 442 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/iges_1/K7 b/tests/de/iges_1/K7 index 3802c47ef0..33763c3fcf 100644 --- a/tests/de/iges_1/K7 +++ b/tests/de/iges_1/K7 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 844 ( 844 ) Summary = 8441 ( 8441 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 844 ( 844 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3376 ( 3376 ) -TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) +TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) LABELS : N0Labels = 844 ( 844 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 844 ( 844 ) NameLabels = 844 ( 844 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/iges_1/K9 b/tests/de/iges_1/K9 index 27e3a80efa..f604ae504b 100644 --- a/tests/de/iges_1/K9 +++ b/tests/de/iges_1/K9 @@ -1,11 +1,14 @@ # !!!! This file is generated automatically, do not edit manually! See end script -puts "TODO CR23096 Windows: CHECKSHAPE : Faulty" +puts "TODO CR23096 ALL: 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: STATSHAPE : 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} @@ -13,11 +16,11 @@ set filename Inner.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 17 ( 867 ) Summary = 17 ( 867 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 17 ( 869 ) Summary = 17 ( 869 ) 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.01467424621 ( 0.01255966366 ) 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 ) diff --git a/tests/de/iges_1/L1 b/tests/de/iges_1/L1 index 34aca89806..eb2ebb430b 100644 --- a/tests/de/iges_1/L1 +++ b/tests/de/iges_1/L1 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 94 ) Summary = 0 ( 94 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 90 ( 90 ) Summary = 1161 ( 1155 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 90 ( 90 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 502 ( 496 ) -TOLERANCE : MaxTol = 0.0004488403826 ( 0.0004487950678 ) AvgTol = 5.999007631e-006 ( 6.427182608e-006 ) +TOLERANCE : MaxTol = 0.0004488403826 ( 0.0004487950678 ) AvgTol = 5.999008312e-006 ( 6.427182608e-006 ) LABELS : N0Labels = 3 ( 6 ) N1Labels = 90 ( 90 ) N2Labels = 0 ( 0 ) TotalLabels = 93 ( 96 ) NameLabels = 3 ( 6 ) ColorLabels = 90 ( 90 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/iges_1/L2 b/tests/de/iges_1/L2 index b135cb0bb8..e150f65019 100644 --- a/tests/de/iges_1/L2 +++ b/tests/de/iges_1/L2 @@ -1,15 +1,16 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: LABELS : Faulty" + set filename JAP0005.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 2 ) Warnings = 528 ( 1840 ) Summary = 528 ( 1842 ) +TPSTAT : Faulties = 0 ( 2 ) Warnings = 272 ( 1839 ) Summary = 272 ( 1841 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1041 ( 1041 ) Summary = 15066 ( 15066 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1041 ( 1041 ) FreeWire = 90 ( 90 ) FreeEdge = 701 ( 701 ) SharedEdge = 6184 ( 6184 ) -TOLERANCE : MaxTol = 0.90877121 ( 0.9087712052 ) AvgTol = 0.01331932057 ( 0.01331890403 ) +TOLERANCE : MaxTol = 0.90877121 ( 0.9087712052 ) AvgTol = 0.01331864791 ( 0.01331886464 ) LABELS : N0Labels = 1571 ( 1571 ) N1Labels = 0 ( 615 ) N2Labels = 0 ( 0 ) TotalLabels = 1571 ( 2186 ) NameLabels = 1571 ( 2173 ) ColorLabels = 1481 ( 2186 ) LayerLabels = 1481 ( 2186 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) diff --git a/tests/de/iges_1/L3 b/tests/de/iges_1/L3 index 4f4e50e83e..28bef40324 100644 --- a/tests/de/iges_1/L3 +++ b/tests/de/iges_1/L3 @@ -6,11 +6,11 @@ set filename JAP60047.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 389 ( 739 ) Summary = 389 ( 739 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 227 ( 739 ) Summary = 227 ( 739 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 313 ( 313 ) Summary = 4726 ( 4726 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 313 ( 313 ) FreeWire = 15 ( 15 ) FreeEdge = 271 ( 271 ) SharedEdge = 1945 ( 1945 ) -TOLERANCE : MaxTol = 0.9840868681 ( 0.9840868681 ) AvgTol = 0.04919912668 ( 0.04919780582 ) +TOLERANCE : MaxTol = 0.9840868681 ( 0.9840868681 ) AvgTol = 0.04919782236 ( 0.04919780582 ) LABELS : N0Labels = 516 ( 516 ) N1Labels = 0 ( 229 ) N2Labels = 0 ( 0 ) TotalLabels = 516 ( 745 ) NameLabels = 516 ( 745 ) ColorLabels = 501 ( 745 ) LayerLabels = 501 ( 745 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/iges_1/L4 b/tests/de/iges_1/L4 index 8efd4aeb35..694bd4190e 100644 --- a/tests/de/iges_1/L4 +++ b/tests/de/iges_1/L4 @@ -6,11 +6,11 @@ set filename PRO10105.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 30 ( 62 ) Summary = 30 ( 62 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 18 ( 62 ) Summary = 18 ( 62 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 230 ( 230 ) Summary = 2910 ( 2906 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 230 ( 230 ) FreeWire = 1 ( 1 ) FreeEdge = 63 ( 63 ) SharedEdge = 1195 ( 1193 ) -TOLERANCE : MaxTol = 0.06012224669 ( 0.1346852729 ) AvgTol = 0.001230879163 ( 0.001407061098 ) +TOLERANCE : MaxTol = 0.06012224669 ( 0.1346852729 ) AvgTol = 0.001230721372 ( 0.001407061098 ) LABELS : N0Labels = 292 ( 292 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 292 ( 292 ) NameLabels = 292 ( 292 ) ColorLabels = 291 ( 292 ) LayerLabels = 247 ( 248 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) diff --git a/tests/de/iges_1/L5 b/tests/de/iges_1/L5 index cc86be7fd2..820e40dbb1 100644 --- a/tests/de/iges_1/L5 +++ b/tests/de/iges_1/L5 @@ -1,16 +1,18 @@ # !!!! This file is generated automatically, do not edit manually! See end script +puts "TODO CR23096 ALL: TOLERANCE : Faulty" puts "TODO CR23096 ALL: LABELS : Faulty" puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: Exception in Segment()" + set filename PRO10578.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 144 ( 886 ) Summary = 144 ( 886 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 146 ( 887 ) Summary = 146 ( 887 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 221 ( 221 ) Summary = 13351 ( 13351 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 221 ( 221 ) FreeWire = 0 ( 0 ) FreeEdge = 6 ( 6 ) SharedEdge = 6452 ( 6452 ) -TOLERANCE : MaxTol = 0.2420465808 ( 14.14390218 ) AvgTol = 0.0001275311626 ( 0.01522087451 ) +TOLERANCE : MaxTol = 0.01205458838 ( 0.01098786532 ) AvgTol = 6.578043174e-005 ( 6.481652011e-005 ) LABELS : N0Labels = 232 ( 232 ) N1Labels = 0 ( 6521 ) N2Labels = 0 ( 0 ) TotalLabels = 232 ( 6753 ) NameLabels = 232 ( 347 ) ColorLabels = 227 ( 6753 ) LayerLabels = 227 ( 6753 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/iges_1/L9 b/tests/de/iges_1/L9 index 7bf7305abc..643fbc0e22 100644 --- a/tests/de/iges_1/L9 +++ b/tests/de/iges_1/L9 @@ -6,11 +6,11 @@ set filename PRO14665.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 347 ( 710 ) Summary = 347 ( 710 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 347 ( 691 ) Summary = 347 ( 691 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2297 ( 2297 ) Summary = 26114 ( 26114 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2297 ( 2297 ) FreeWire = 0 ( 0 ) FreeEdge = 22 ( 22 ) SharedEdge = 10774 ( 10774 ) -TOLERANCE : MaxTol = 0.2778575821 ( 0.2778575802 ) AvgTol = 0.0007983843435 ( 0.0007904430748 ) +TOLERANCE : MaxTol = 0.2778575821 ( 0.2778575802 ) AvgTol = 0.0007983843446 ( 0.0007904430744 ) LABELS : N0Labels = 2329 ( 2329 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 2329 ( 2329 ) NameLabels = 2329 ( 2329 ) ColorLabels = 2319 ( 2329 ) LayerLabels = 2319 ( 2329 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 8 ( 8 ) diff --git a/tests/de/iges_1/M1 b/tests/de/iges_1/M1 index d5f8c9bf59..b8055d8d88 100644 --- a/tests/de/iges_1/M1 +++ b/tests/de/iges_1/M1 @@ -1,19 +1,20 @@ # !!!! This file is generated automatically, do not edit manually! See end script -puts "TODO CR23096 Windows: NBSHAPES : Faulty" +puts "TODO CR23096 ALL: 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 set ref_data { DATA : Faulties = 0 ( 1 ) Warnings = 0 ( 0 ) Summary = 0 ( 1 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 182 ( 951 ) Summary = 182 ( 951 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 180 ( 951 ) Summary = 180 ( 951 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 390 ( 390 ) Summary = 11567 ( 11571 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 390 ( 390 ) FreeWire = 20 ( 20 ) FreeEdge = 1157 ( 1157 ) SharedEdge = 4814 ( 4816 ) -TOLERANCE : MaxTol = 1e-005 ( 1.00030003e-005 ) AvgTol = 1.867667948e-007 ( 7.375389991e-006 ) +TOLERANCE : MaxTol = 1e-005 ( 1.00030003e-005 ) AvgTol = 1.800924861e-007 ( 7.375389991e-006 ) LABELS : N0Labels = 1528 ( 1528 ) N1Labels = 0 ( 1298 ) N2Labels = 0 ( 0 ) TotalLabels = 1528 ( 2826 ) NameLabels = 1528 ( 1528 ) ColorLabels = 1507 ( 2826 ) LayerLabels = 1504 ( 2822 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/iges_1/M2 b/tests/de/iges_1/M2 index 80e47ef868..26bfc8696a 100644 --- a/tests/de/iges_1/M2 +++ b/tests/de/iges_1/M2 @@ -7,11 +7,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.009873021128 ( 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 ) diff --git a/tests/de/iges_1/M4 b/tests/de/iges_1/M4 index d88f94ffc3..c84f43fc01 100644 --- a/tests/de/iges_1/M4 +++ b/tests/de/iges_1/M4 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 28 ) Summary = 0 ( 28 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 322 ( 322 ) Summary = 3460 ( 3460 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 322 ( 322 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1407 ( 1407 ) -TOLERANCE : MaxTol = 7.361962227e-005 ( 1e-005 ) AvgTol = 1.377072008e-005 ( 1.244067797e-006 ) +TOLERANCE : MaxTol = 2.657548494e-005 ( 1e-005 ) AvgTol = 7.614161036e-007 ( 1.244067797e-006 ) LABELS : N0Labels = 321 ( 321 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 321 ( 321 ) NameLabels = 321 ( 321 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/iges_1/M6 b/tests/de/iges_1/M6 index e12927c48f..e8e807d208 100644 --- a/tests/de/iges_1/M6 +++ b/tests/de/iges_1/M6 @@ -7,11 +7,11 @@ set filename Radhaus.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 153 ( 2029 ) Summary = 153 ( 2029 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 153 ( 2026 ) Summary = 153 ( 2026 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 532 ( 532 ) Summary = 12701 ( 12704 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 532 ( 532 ) FreeWire = 0 ( 0 ) FreeEdge = 2 ( 2 ) SharedEdge = 5826 ( 5828 ) -TOLERANCE : MaxTol = 0.888818095 ( 0.8888180952 ) AvgTol = 0.0252029042 ( 0.02519878222 ) +TOLERANCE : MaxTol = 0.888818095 ( 0.8888180952 ) AvgTol = 0.02520286235 ( 0.02519878248 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 534 ( 4023 ) N2Labels = 0 ( 0 ) TotalLabels = 535 ( 4024 ) NameLabels = 535 ( 833 ) ColorLabels = 534 ( 4023 ) LayerLabels = 532 ( 4021 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/iges_1/M9 b/tests/de/iges_1/M9 index d0554b2ebd..1e2335e6c4 100644 --- a/tests/de/iges_1/M9 +++ b/tests/de/iges_1/M9 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 2 ( 6 ) Summary = 2 ( 6 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 4 ( 4 ) Summary = 41 ( 41 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 4 ( 4 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 16 ( 16 ) -TOLERANCE : MaxTol = 1.000100018e-07 ( 1.000100018e-07 ) AvgTol = 1.00002308e-07 ( 1.00002308e-07 ) +TOLERANCE : MaxTol = 1.000100018e-007 ( 1.000100018e-007 ) AvgTol = 1.00002308e-007 ( 1.00002308e-007 ) LABELS : N0Labels = 4 ( 4 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 4 ( 4 ) NameLabels = 4 ( 4 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/iges_1/N3 b/tests/de/iges_1/N3 index d8d57a9468..0b484fae63 100644 --- a/tests/de/iges_1/N3 +++ b/tests/de/iges_1/N3 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 286 ) Summary = 0 ( 286 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 523 ( 523 ) Summary = 5936 ( 5926 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 523 ( 523 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2485 ( 2485 ) -TOLERANCE : MaxTol = 0.1109937052 ( 0.111004803 ) AvgTol = 0.001890312559 ( 0.001893545127 ) +TOLERANCE : MaxTol = 0.1109937052 ( 0.111004803 ) AvgTol = 0.001890312889 ( 0.001893545105 ) LABELS : N0Labels = 523 ( 523 ) N1Labels = 0 ( 591 ) N2Labels = 0 ( 0 ) TotalLabels = 523 ( 1114 ) NameLabels = 523 ( 641 ) ColorLabels = 523 ( 1114 ) LayerLabels = 523 ( 1114 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/iges_1/N4 b/tests/de/iges_1/N4 index bc04e33d4f..8592b983ac 100644 --- a/tests/de/iges_1/N4 +++ b/tests/de/iges_1/N4 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 14 ) Summary = 1 ( 14 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 50 ( 50 ) Summary = 451 ( 450 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 50 ( 50 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 189 ( 189 ) -TOLERANCE : MaxTol = 8.10120345e-06 ( 1e-05 ) AvgTol = 7.842916874e-07 ( 3.006925488e-06 ) +TOLERANCE : MaxTol = 8.10120345e-006 ( 1e-005 ) AvgTol = 7.842916874e-007 ( 3.006925488e-006 ) LABELS : N0Labels = 50 ( 50 ) N1Labels = 0 ( 72 ) N2Labels = 0 ( 0 ) TotalLabels = 50 ( 122 ) NameLabels = 50 ( 50 ) ColorLabels = 50 ( 122 ) LayerLabels = 50 ( 122 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/iges_1/N5 b/tests/de/iges_1/N5 index 804ddc46c3..c65a24ede0 100644 --- a/tests/de/iges_1/N5 +++ b/tests/de/iges_1/N5 @@ -8,11 +8,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 ) -CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 15 ( 424 ) Summary = 15 ( 424 ) +CHECKSHAPE : Wires = 0 ( 1 ) Faces = 0 ( 1 ) 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.0001652304146 ( 0.0001664949467 ) 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 ) diff --git a/tests/de/iges_1/N7 b/tests/de/iges_1/N7 index ab9387e628..44e5227ab2 100644 --- a/tests/de/iges_1/N7 +++ b/tests/de/iges_1/N7 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 2 ( 34 ) Summary = 2 ( 34 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 123 ( 123 ) Summary = 3349 ( 3349 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 123 ( 123 ) FreeWire = 7 ( 7 ) FreeEdge = 571 ( 571 ) SharedEdge = 1263 ( 1263 ) -TOLERANCE : MaxTol = 0.01306151266 ( 0.01306151266 ) AvgTol = 4.761116628e-005 ( 4.82701222e-005 ) +TOLERANCE : MaxTol = 0.01306151266 ( 0.01306151266 ) AvgTol = 4.724224752e-005 ( 4.790122037e-005 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 675 ( 1417 ) N2Labels = 0 ( 0 ) TotalLabels = 676 ( 1418 ) NameLabels = 676 ( 745 ) ColorLabels = 675 ( 1417 ) LayerLabels = 584 ( 1236 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/iges_1/N9 b/tests/de/iges_1/N9 index 4bb0c03a4d..7e7c7d898d 100644 --- a/tests/de/iges_1/N9 +++ b/tests/de/iges_1/N9 @@ -1,6 +1,8 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: LABELS : 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 SurfW_fix.igs @@ -11,7 +13,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 3 ( 183 ) Summary = 3 ( 183 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 98 ( 98 ) Summary = 2690 ( 2687 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 98 ( 98 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1244 ( 1243 ) -TOLERANCE : MaxTol = 0.009955692634 ( 0.009955692464 ) AvgTol = 0.0008509893811 ( 0.0008531527756 ) +TOLERANCE : MaxTol = 0.009955692634 ( 0.009955692464 ) AvgTol = 0.0008509893784 ( 0.0008531522552 ) LABELS : N0Labels = 97 ( 97 ) N1Labels = 2 ( 102 ) N2Labels = 0 ( 0 ) TotalLabels = 99 ( 199 ) NameLabels = 97 ( 97 ) ColorLabels = 98 ( 199 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/iges_1/O1 b/tests/de/iges_1/O1 index 2dc8c54253..89810a42cf 100644 --- a/tests/de/iges_1/O1 +++ b/tests/de/iges_1/O1 @@ -6,7 +6,7 @@ set filename TibTray_Size3.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 115 ( 261 ) Summary = 115 ( 261 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 166 ( 312 ) Summary = 166 ( 312 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 212 ( 212 ) Summary = 2920 ( 2920 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 212 ( 212 ) FreeWire = 6 ( 6 ) FreeEdge = 43 ( 43 ) SharedEdge = 1243 ( 1243 ) diff --git a/tests/de/iges_1/O2 b/tests/de/iges_1/O2 index b5de92b0dc..e1ef1c0143 100644 --- a/tests/de/iges_1/O2 +++ b/tests/de/iges_1/O2 @@ -6,11 +6,11 @@ set filename UK3.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 12 ( 487 ) Summary = 12 ( 487 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 12 ( 485 ) Summary = 12 ( 485 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 239 ( 239 ) Summary = 4786 ( 4768 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 239 ( 239 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2151 ( 2144 ) -TOLERANCE : MaxTol = 0.0006563832817 ( 0.0006563832817 ) AvgTol = 2.903638405e-005 ( 2.941852737e-005 ) +TOLERANCE : MaxTol = 0.0006563832817 ( 0.0006563832817 ) AvgTol = 2.900975685e-005 ( 2.941852737e-005 ) LABELS : N0Labels = 237 ( 237 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 237 ( 237 ) NameLabels = 237 ( 237 ) ColorLabels = 0 ( 0 ) LayerLabels = 236 ( 237 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/iges_1/O3 b/tests/de/iges_1/O3 index 2a290afa0c..1d5aeab351 100644 --- a/tests/de/iges_1/O3 +++ b/tests/de/iges_1/O3 @@ -1,7 +1,9 @@ # !!!! This file is generated automatically, do not edit manually! See end script 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 UKI60106.igs diff --git a/tests/de/iges_1/O4 b/tests/de/iges_1/O4 index 57c7fe3e68..93b3b94f1f 100644 --- a/tests/de/iges_1/O4 +++ b/tests/de/iges_1/O4 @@ -12,7 +12,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 427 ( 1005 ) Summary = 427 ( 1 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 300 ( 300 ) Summary = 50240 ( 50232 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 300 ( 300 ) FreeWire = 119 ( 139 ) FreeEdge = 4488 ( 4487 ) SharedEdge = 24686 ( 24678 ) -TOLERANCE : MaxTol = 0.2692383113 ( 0.06099237775 ) AvgTol = 0.0001130111878 ( 1.621424764e-05 ) +TOLERANCE : MaxTol = 0.2692383113 ( 0.06099237775 ) AvgTol = 0.0001130111651 ( 1.621424764e-005 ) LABELS : N0Labels = 432 ( 432 ) N1Labels = 12 ( 845 ) N2Labels = 0 ( 0 ) TotalLabels = 444 ( 1277 ) NameLabels = 432 ( 687 ) ColorLabels = 320 ( 1277 ) LayerLabels = 320 ( 1277 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 6 ) diff --git a/tests/de/iges_1/P2 b/tests/de/iges_1/P2 index 4778cb97d0..b5055e2666 100644 --- a/tests/de/iges_1/P2 +++ b/tests/de/iges_1/P2 @@ -8,11 +8,11 @@ set filename USA60293.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 94 ( 56 ) Summary = 94 ( 56 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 86 ( 56 ) Summary = 86 ( 56 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 793 ( 793 ) Summary = 9249 ( 9251 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 793 ( 793 ) FreeWire = 0 ( 0 ) FreeEdge = 8 ( 8 ) SharedEdge = 3847 ( 3848 ) -TOLERANCE : MaxTol = 0.9292857408 ( 0.9292857413 ) AvgTol = 0.05474078718 ( 0.05472794112 ) +TOLERANCE : MaxTol = 0.9292857408 ( 0.9292857413 ) AvgTol = 0.05474076147 ( 0.05472794112 ) LABELS : N0Labels = 800 ( 800 ) N1Labels = 2 ( 1047 ) N2Labels = 0 ( 0 ) TotalLabels = 802 ( 1847 ) NameLabels = 800 ( 800 ) ColorLabels = 801 ( 1847 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 9 ( 9 ) diff --git a/tests/de/iges_1/P4 b/tests/de/iges_1/P4 index 9b649646b3..2c3dc61647 100644 --- a/tests/de/iges_1/P4 +++ b/tests/de/iges_1/P4 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 88 ( 75 ) Summary = 88 ( 75 ) CHECKSHAPE : Wires = 1 ( 1 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 1 ) Shell = 0 ( 1 ) Face = 320 ( 320 ) Summary = 4995 ( 4896 ) STATSHAPE : Solid = 0 ( 1 ) Shell = 0 ( 1 ) Face = 320 ( 320 ) FreeWire = 0 ( 0 ) FreeEdge = 218 ( 218 ) SharedEdge = 2066 ( 2024 ) -TOLERANCE : MaxTol = 0.9408369253 ( 1.136317349 ) AvgTol = 0.03397058957 ( 0.03797247772 ) +TOLERANCE : MaxTol = 0.9408369253 ( 1.136317349 ) AvgTol = 0.0339705896 ( 0.03797247772 ) LABELS : N0Labels = 521 ( 521 ) N1Labels = 18 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 539 ( 521 ) NameLabels = 521 ( 521 ) ColorLabels = 537 ( 521 ) LayerLabels = 455 ( 439 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) diff --git a/tests/de/iges_1/P5 b/tests/de/iges_1/P5 index d90d80d486..393312dd7e 100755 --- a/tests/de/iges_1/P5 +++ b/tests/de/iges_1/P5 @@ -13,7 +13,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 139 ( 454 ) Summary = 139 ( 45 CHECKSHAPE : Wires = 6 ( 8 ) Faces = 6 ( 8 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 223 ( 223 ) Summary = 4647 ( 4551 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 223 ( 223 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2125 ( 2071 ) -TOLERANCE : MaxTol = 0.991254355 ( 0.991254355 ) AvgTol = 0.01133191547 ( 0.01225912551 ) +TOLERANCE : MaxTol = 0.991254355 ( 0.991254355 ) AvgTol = 0.01133191355 ( 0.01225911215 ) LABELS : N0Labels = 223 ( 223 ) N1Labels = 0 ( 256 ) N2Labels = 0 ( 0 ) TotalLabels = 223 ( 479 ) NameLabels = 223 ( 388 ) ColorLabels = 223 ( 479 ) LayerLabels = 223 ( 479 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/iges_1/P6 b/tests/de/iges_1/P6 index eb460ac1f7..441d4d04ac 100644 --- a/tests/de/iges_1/P6 +++ b/tests/de/iges_1/P6 @@ -7,11 +7,11 @@ set filename igsBF6.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 4 ) Warnings = 66 ( 2482 ) Summary = 66 ( 2486 ) +TPSTAT : Faulties = 0 ( 4 ) Warnings = 56 ( 2482 ) Summary = 56 ( 2486 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 478 ( 478 ) Summary = 9622 ( 9620 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 478 ( 478 ) FreeWire = 11 ( 11 ) FreeEdge = 679 ( 679 ) SharedEdge = 4100 ( 4098 ) -TOLERANCE : MaxTol = 0.9116177018 ( 0.7254994252 ) AvgTol = 0.01026243699 ( 0.001491209557 ) +TOLERANCE : MaxTol = 0.9116177018 ( 0.7254994252 ) AvgTol = 0.01026239826 ( 0.001491209557 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 856 ( 1636 ) N2Labels = 0 ( 0 ) TotalLabels = 857 ( 1637 ) NameLabels = 857 ( 1390 ) ColorLabels = 856 ( 1636 ) LayerLabels = 856 ( 1636 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 10 ( 10 ) diff --git a/tests/de/iges_1/P8 b/tests/de/iges_1/P8 index 5cc4026539..8aef19a61a 100644 --- a/tests/de/iges_1/P8 +++ b/tests/de/iges_1/P8 @@ -1,7 +1,9 @@ # !!!! 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 ALL: CHECKSHAPE : Faulty" + + +puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :" set LinuxDiff 2 set filename ims001.igs diff --git a/tests/de/iges_1/P9 b/tests/de/iges_1/P9 index db5332ad71..33c359623d 100644 --- a/tests/de/iges_1/P9 +++ b/tests/de/iges_1/P9 @@ -1,18 +1,20 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: LABELS : Faulty" -puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: Exception in Segment()" + +puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" + set LinuxDiff 1 set filename ims003.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 40 ( 184 ) Summary = 40 ( 184 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 38 ( 183 ) Summary = 38 ( 183 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 114 ( 114 ) Summary = 2511 ( 2510 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 114 ( 114 ) FreeWire = 23 ( 23 ) FreeEdge = 331 ( 331 ) SharedEdge = 983 ( 983 ) -TOLERANCE : MaxTol = 0.1829958579 ( 1.492625263 ) AvgTol = 0.002970995479 ( 0.007346439289 ) +TOLERANCE : MaxTol = 0.1829958579 ( 0.1829958769 ) AvgTol = 0.002970769325 ( 0.003040791402 ) LABELS : N0Labels = 412 ( 412 ) N1Labels = 2 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 414 ( 412 ) NameLabels = 412 ( 412 ) ColorLabels = 389 ( 410 ) LayerLabels = 389 ( 410 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 5 ) diff --git a/tests/de/iges_1/Q2 b/tests/de/iges_1/Q2 index dd40ecbf3b..b697ded41a 100644 --- a/tests/de/iges_1/Q2 +++ b/tests/de/iges_1/Q2 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 15 ) Summary = 0 ( 15 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 106 ( 106 ) Summary = 2199 ( 2199 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 106 ( 106 ) FreeWire = 0 ( 0 ) FreeEdge = 272 ( 272 ) SharedEdge = 864 ( 864 ) -TOLERANCE : MaxTol = 0.2569678523 ( 0.2569678511 ) AvgTol = 0.002441727497 ( 0.002442511333 ) +TOLERANCE : MaxTol = 0.2569678523 ( 0.2569678511 ) AvgTol = 0.002441727967 ( 0.002442511333 ) LABELS : N0Labels = 378 ( 378 ) N1Labels = 0 ( 74 ) N2Labels = 0 ( 0 ) TotalLabels = 378 ( 452 ) NameLabels = 378 ( 378 ) ColorLabels = 374 ( 452 ) LayerLabels = 374 ( 452 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/iges_1/Q3 b/tests/de/iges_1/Q3 index dc15f7afa7..0b94be4005 100644 --- a/tests/de/iges_1/Q3 +++ b/tests/de/iges_1/Q3 @@ -7,11 +7,11 @@ set filename 919-001-T02-04-CP-VL.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 103 ( 1391 ) Summary = 103 ( 1391 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 98 ( 1376 ) Summary = 98 ( 1376 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) -NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 899 ( 899 ) Summary = 24050 ( 24038 ) -STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 899 ( 899 ) FreeWire = 366 ( 366 ) FreeEdge = 3783 ( 3783 ) SharedEdge = 9394 ( 9388 ) -TOLERANCE : MaxTol = 0.3151652209 ( 25.96160352 ) AvgTol = 0.0007644147922 ( 0.005247869155 ) +NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 899 ( 899 ) Summary = 24042 ( 24038 ) +STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 899 ( 899 ) FreeWire = 366 ( 366 ) FreeEdge = 3783 ( 3783 ) SharedEdge = 9390 ( 9388 ) +TOLERANCE : MaxTol = 0.3151652209 ( 0.3151652209 ) AvgTol = 0.0006858150184 ( 0.000729734612 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 3581 ( 9378 ) N2Labels = 0 ( 0 ) TotalLabels = 3582 ( 9379 ) NameLabels = 3582 ( 4454 ) ColorLabels = 3581 ( 9378 ) LayerLabels = 3581 ( 9378 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 2 ) diff --git a/tests/de/iges_1/Q4 b/tests/de/iges_1/Q4 index bb9976d6da..6aca9276a5 100644 --- a/tests/de/iges_1/Q4 +++ b/tests/de/iges_1/Q4 @@ -8,11 +8,11 @@ set filename 919-001-T02-04-FT-VL.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 99 ( 785 ) Summary = 99 ( 785 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 99 ( 787 ) Summary = 99 ( 787 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 426 ( 426 ) Summary = 14323 ( 14321 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 426 ( 426 ) FreeWire = 265 ( 265 ) FreeEdge = 2465 ( 2465 ) SharedEdge = 5783 ( 5781 ) -TOLERANCE : MaxTol = 0.7242522382 ( 0.09805261731 ) AvgTol = 0.001420514117 ( 0.0005173005883 ) +TOLERANCE : MaxTol = 0.7242522382 ( 0.09805261731 ) AvgTol = 0.001420422933 ( 0.0005172907259 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 1739 ( 5424 ) N2Labels = 0 ( 0 ) TotalLabels = 1740 ( 5425 ) NameLabels = 1740 ( 2237 ) ColorLabels = 1739 ( 5424 ) LayerLabels = 1739 ( 5424 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 2 ) diff --git a/tests/de/iges_1/Q5 b/tests/de/iges_1/Q5 index 88a3508290..59837e9763 100644 --- a/tests/de/iges_1/Q5 +++ b/tests/de/iges_1/Q5 @@ -8,11 +8,11 @@ set filename 919-004-T02-01-FT-VL.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 94 ( 815 ) Summary = 94 ( 815 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 89 ( 816 ) Summary = 89 ( 816 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 406 ( 406 ) Summary = 13723 ( 13718 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 406 ( 406 ) FreeWire = 275 ( 275 ) FreeEdge = 2361 ( 2361 ) SharedEdge = 5556 ( 5553 ) -TOLERANCE : MaxTol = 0.6283236351 ( 0.5127717937 ) AvgTol = 0.001068154465 ( 0.0006123335498 ) +TOLERANCE : MaxTol = 0.6283236351 ( 0.08309604195 ) AvgTol = 0.0009031477049 ( 0.0004620593503 ) LABELS : N0Labels = 2 ( 2 ) N1Labels = 1614 ( 5210 ) N2Labels = 0 ( 0 ) TotalLabels = 1616 ( 5212 ) NameLabels = 1614 ( 2096 ) ColorLabels = 1614 ( 5211 ) LayerLabels = 1614 ( 5211 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 2 ) diff --git a/tests/de/iges_1/Q6 b/tests/de/iges_1/Q6 index f8cb7916d2..dc3031de65 100644 --- a/tests/de/iges_1/Q6 +++ b/tests/de/iges_1/Q6 @@ -7,11 +7,11 @@ set filename Amino_komatsu.igs set ref_data { DATA : Faulties = 0 ( 2 ) Warnings = 0 ( 1 ) Summary = 0 ( 3 ) -TPSTAT : Faulties = 0 ( 1 ) Warnings = 0 ( 21 ) Summary = 0 ( 22 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 21 ) Summary = 0 ( 21 ) CHECKSHAPE : Wires = 1 ( 1 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 181 ( 181 ) Summary = 2235 ( 2235 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 181 ( 181 ) FreeWire = 3 ( 3 ) FreeEdge = 16 ( 16 ) SharedEdge = 934 ( 934 ) -TOLERANCE : MaxTol = 0.1814235482 ( 0.1814235485 ) AvgTol = 0.003745633979 ( 0.003756752925 ) +TOLERANCE : MaxTol = 0.1814235482 ( 0.1814235485 ) AvgTol = 0.003745633978 ( 0.003756752925 ) LABELS : N0Labels = 184 ( 359 ) N1Labels = 0 ( 59 ) N2Labels = 0 ( 0 ) TotalLabels = 184 ( 418 ) NameLabels = 184 ( 360 ) ColorLabels = 181 ( 243 ) LayerLabels = 181 ( 243 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 3 ) diff --git a/tests/de/iges_1/R1 b/tests/de/iges_1/R1 index 4e1b0d1b6c..a112bcb93a 100644 --- a/tests/de/iges_1/R1 +++ b/tests/de/iges_1/R1 @@ -6,11 +6,11 @@ set filename BUC50003.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 19 ( 318 ) Summary = 19 ( 318 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 19 ( 321 ) Summary = 19 ( 321 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 135 ( 135 ) Summary = 2223 ( 2223 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 135 ( 135 ) FreeWire = 0 ( 0 ) FreeEdge = 3 ( 3 ) SharedEdge = 974 ( 974 ) -TOLERANCE : MaxTol = 0.9794163281 ( 12.54323842 ) AvgTol = 0.02068503642 ( 0.1727055878 ) +TOLERANCE : MaxTol = 0.9794163281 ( 12.54323842 ) AvgTol = 0.0205777427 ( 0.1726497742 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 138 ( 1011 ) N2Labels = 0 ( 0 ) TotalLabels = 139 ( 1012 ) NameLabels = 139 ( 205 ) ColorLabels = 138 ( 1011 ) LayerLabels = 138 ( 1011 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) diff --git a/tests/de/iges_1/R3 b/tests/de/iges_1/R3 index 8647169a23..f9d3ddfb46 100644 --- a/tests/de/iges_1/R3 +++ b/tests/de/iges_1/R3 @@ -7,11 +7,11 @@ set filename BUC50028.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 357 ( 2185 ) Summary = 357 ( 2185 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 211 ( 2186 ) Summary = 211 ( 2186 ) CHECKSHAPE : Wires = 0 ( 1 ) Faces = 0 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 872 ( 872 ) Summary = 30412 ( 30408 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 872 ( 872 ) FreeWire = 39 ( 39 ) FreeEdge = 979 ( 979 ) SharedEdge = 14224 ( 14222 ) -TOLERANCE : MaxTol = 0.9989623361 ( 0.9989623361 ) AvgTol = 0.008004870354 ( 0.00800642739 ) +TOLERANCE : MaxTol = 0.9989623361 ( 0.9989623361 ) AvgTol = 0.008004743627 ( 0.008006427388 ) LABELS : N0Labels = 1063 ( 1063 ) N1Labels = 0 ( 1675 ) N2Labels = 0 ( 0 ) TotalLabels = 1063 ( 2738 ) NameLabels = 1063 ( 1644 ) ColorLabels = 1024 ( 2738 ) LayerLabels = 1024 ( 2738 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 5 ) diff --git a/tests/de/iges_1/R5 b/tests/de/iges_1/R5 index 2de253fc08..a4e92dfd51 100644 --- a/tests/de/iges_1/R5 +++ b/tests/de/iges_1/R5 @@ -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" @@ -8,11 +7,11 @@ set filename BUC50048.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 292 ) Summary = 1 ( 292 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 290 ) Summary = 1 ( 290 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) -NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 328 ( 328 ) Summary = 8504 ( 8546 ) +NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 328 ( 328 ) Summary = 8546 ( 8546 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 328 ( 328 ) FreeWire = 53 ( 53 ) FreeEdge = 1431 ( 1431 ) SharedEdge = 3217 ( 3217 ) -TOLERANCE : MaxTol = 41.50469218 ( 12309877.98 ) AvgTol = 0.1023189552 ( 10262.74977 ) +TOLERANCE : MaxTol = 0.4274072109 ( 0.4274072101 ) AvgTol = 0.001821024602 ( 0.001852637256 ) LABELS : N0Labels = 10 ( 10 ) N1Labels = 1565 ( 2843 ) N2Labels = 0 ( 0 ) TotalLabels = 1575 ( 2853 ) NameLabels = 1575 ( 1851 ) ColorLabels = 1570 ( 2848 ) LayerLabels = 1570 ( 2848 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 8 ( 8 ) diff --git a/tests/de/iges_1/R6 b/tests/de/iges_1/R6 index 7a8e1f2622..e3b8a988fa 100644 --- a/tests/de/iges_1/R6 +++ b/tests/de/iges_1/R6 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 181 ) Warnings = 123 ( 1156 ) Summary = 123 ( CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 527 ( 527 ) Summary = 10204 ( 10203 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 527 ( 527 ) FreeWire = 57 ( 57 ) FreeEdge = 1172 ( 1172 ) SharedEdge = 4009 ( 4009 ) -TOLERANCE : MaxTol = 0.5505691323 ( 0.5505691341 ) AvgTol = 0.008350628685 ( 0.008366976269 ) +TOLERANCE : MaxTol = 0.5505691323 ( 0.5505691341 ) AvgTol = 0.008350628686 ( 0.008366976269 ) LABELS : N0Labels = 8 ( 8 ) N1Labels = 1544 ( 3130 ) N2Labels = 0 ( 0 ) TotalLabels = 1552 ( 3138 ) NameLabels = 1552 ( 1918 ) ColorLabels = 1544 ( 3130 ) LayerLabels = 1544 ( 3128 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 10 ( 10 ) diff --git a/tests/de/iges_1/R7 b/tests/de/iges_1/R7 index 99291b1ad5..4508ef77b9 100644 --- a/tests/de/iges_1/R7 +++ b/tests/de/iges_1/R7 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 63 ) Summary = 4 ( 63 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 120 ( 120 ) Summary = 5878 ( 5876 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 120 ( 120 ) FreeWire = 31 ( 31 ) FreeEdge = 1039 ( 1039 ) SharedEdge = 2358 ( 2356 ) -TOLERANCE : MaxTol = 1.421161348e-06 ( 1e-05 ) AvgTol = 1.219850877e-07 ( 3.646635427e-06 ) +TOLERANCE : MaxTol = 1.421161348e-006 ( 1e-005 ) AvgTol = 1.219835444e-007 ( 3.646635427e-006 ) LABELS : N0Labels = 1051 ( 1051 ) N1Labels = 0 ( 448 ) N2Labels = 0 ( 0 ) TotalLabels = 1051 ( 1499 ) NameLabels = 1051 ( 1051 ) ColorLabels = 822 ( 1300 ) LayerLabels = 971 ( 1499 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 3 ) diff --git a/tests/de/iges_1/R8 b/tests/de/iges_1/R8 index 76052f02a2..cd01ca8363 100644 --- a/tests/de/iges_1/R8 +++ b/tests/de/iges_1/R8 @@ -9,11 +9,11 @@ set filename BUC60743.igs set ref_data { DATA : Faulties = 0 ( 2 ) Warnings = 0 ( 0 ) Summary = 0 ( 2 ) -TPSTAT : Faulties = 3 ( 59 ) Warnings = 2203 ( 4654 ) Summary = 2206 ( 4713 ) +TPSTAT : Faulties = 3 ( 59 ) Warnings = 2203 ( 4655 ) Summary = 2206 ( 4714 ) CHECKSHAPE : Wires = 8 ( 17 ) Faces = 6 ( 11 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3349 ( 2837 ) Summary = 45817 ( 39081 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3349 ( 3349 ) FreeWire = 6 ( 6 ) FreeEdge = 67 ( 67 ) SharedEdge = 19532 ( 16688 ) -TOLERANCE : MaxTol = 4.854604894 ( 5.769095076 ) AvgTol = 0.01656957183 ( 0.01735277012 ) +TOLERANCE : MaxTol = 4.854604894 ( 5.769095076 ) AvgTol = 0.01656950421 ( 0.01735270218 ) LABELS : N0Labels = 11 ( 11 ) N1Labels = 2891 ( 6257 ) N2Labels = 0 ( 0 ) TotalLabels = 2902 ( 6268 ) NameLabels = 2900 ( 5879 ) ColorLabels = 2891 ( 6257 ) LayerLabels = 2411 ( 5261 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) diff --git a/tests/de/iges_2/A2 b/tests/de/iges_2/A2 index f8b36d759e..336aa10e41 100644 --- a/tests/de/iges_2/A2 +++ b/tests/de/iges_2/A2 @@ -1,6 +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" +puts "TODO CR23096 ALL: NBSHAPES : Faulty" +puts "TODO CR23096 ALL: LABELS : Faulty" + set filename CTS17804.igs diff --git a/tests/de/iges_2/A3 b/tests/de/iges_2/A3 index 395cac951e..ef62898c34 100644 --- a/tests/de/iges_2/A3 +++ b/tests/de/iges_2/A3 @@ -7,7 +7,7 @@ set filename CTS17805.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 19 ) Warnings = 33 ( 193 ) Summary = 33 ( 212 ) +TPSTAT : Faulties = 0 ( 19 ) Warnings = 34 ( 193 ) Summary = 34 ( 212 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 56 ( 56 ) Summary = 2106 ( 2106 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 56 ( 56 ) FreeWire = 38 ( 38 ) FreeEdge = 418 ( 418 ) SharedEdge = 856 ( 856 ) diff --git a/tests/de/iges_2/A4 b/tests/de/iges_2/A4 index 2455dfdf0d..b36cce288b 100644 --- a/tests/de/iges_2/A4 +++ b/tests/de/iges_2/A4 @@ -1,17 +1,19 @@ # !!!! This file is generated automatically, do not edit manually! See end script 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 pro5101.igs set ref_data { DATA : Faulties = 0 ( 1 ) Warnings = 0 ( 1 ) Summary = 0 ( 2 ) -TPSTAT : Faulties = 0 ( 9 ) Warnings = 210 ( 1040 ) Summary = 210 ( 1049 ) +TPSTAT : Faulties = 0 ( 9 ) Warnings = 110 ( 1040 ) Summary = 110 ( 1049 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 622 ( 311 ) Summary = 23710 ( 11832 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 622 ( 622 ) FreeWire = 816 ( 816 ) FreeEdge = 4824 ( 4824 ) SharedEdge = 10126 ( 5051 ) -TOLERANCE : MaxTol = 0.6358507687 ( 4.452023773 ) AvgTol = 0.002687819443 ( 0.004079577142 ) +TOLERANCE : MaxTol = 0.6358507691 ( 4.452024967 ) AvgTol = 0.002687669987 ( 0.00407957753 ) LABELS : N0Labels = 7 ( 7 ) N1Labels = 379 ( 3264 ) N2Labels = 0 ( 0 ) TotalLabels = 386 ( 3271 ) NameLabels = 386 ( 1010 ) ColorLabels = 381 ( 3266 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/iges_2/A5 b/tests/de/iges_2/A5 index ef672bd684..79e1c5686d 100644 --- a/tests/de/iges_2/A5 +++ b/tests/de/iges_2/A5 @@ -12,7 +12,7 @@ TPSTAT : Faulties = 0 ( 733 ) Warnings = 67 ( 4329 ) Summary = 67 ( 5 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2263 ( 2263 ) Summary = 81573 ( 81625 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2263 ( 2263 ) FreeWire = 2854 ( 2907 ) FreeEdge = 19507 ( 19507 ) SharedEdge = 29769 ( 29768 ) -TOLERANCE : MaxTol = 0.7925892163 ( 0.7925891552 ) AvgTol = 0.001587411623 ( 0.001633612857 ) +TOLERANCE : MaxTol = 0.7925892163 ( 0.7925891552 ) AvgTol = 0.001587411664 ( 0.001633612857 ) LABELS : N0Labels = 28 ( 28 ) N1Labels = 13487 ( 17629 ) N2Labels = 0 ( 0 ) TotalLabels = 13515 ( 17657 ) NameLabels = 13515 ( 17494 ) ColorLabels = 13489 ( 17629 ) LayerLabels = 13438 ( 17573 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 18 ( 18 ) diff --git a/tests/de/iges_2/A6 b/tests/de/iges_2/A6 index 7b026da663..8f7f306faf 100755 --- a/tests/de/iges_2/A6 +++ b/tests/de/iges_2/A6 @@ -12,7 +12,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 565 ( 57 ) Summary = 565 ( 57 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 5 ) Shell = 0 ( 5 ) Face = 93 ( 93 ) Summary = 5965 ( 574 ) STATSHAPE : Solid = 0 ( 5 ) Shell = 0 ( 5 ) Face = 93 ( 93 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2876 ( 211 ) -TOLERANCE : MaxTol = 1e-05 ( 0.9051733624 ) AvgTol = 9.894427245e-06 ( 0.243781117 ) +TOLERANCE : MaxTol = 1e-005 ( 0.9051733624 ) AvgTol = 9.894427245e-006 ( 0.243781117 ) LABELS : N0Labels = 1 ( 8 ) N1Labels = 93 ( 11 ) N2Labels = 0 ( 0 ) TotalLabels = 94 ( 19 ) NameLabels = 1 ( 14 ) ColorLabels = 93 ( 12 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 6 ) diff --git a/tests/de/iges_2/A7 b/tests/de/iges_2/A7 index 8f12e0c224..ec626d3597 100644 --- a/tests/de/iges_2/A7 +++ b/tests/de/iges_2/A7 @@ -2,8 +2,11 @@ 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" + + +puts "TODO CR23096 Mandriva2010: NBSHAPES : Faulty " + +puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :" set LinuxDiff 2 set LinuxFaulties {NBSHAPES} @@ -11,11 +14,11 @@ set filename CTS18547.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 49 ) Warnings = 66 ( 979 ) Summary = 66 ( 1028 ) +TPSTAT : Faulties = 0 ( 49 ) Warnings = 41 ( 1012 ) Summary = 41 ( 1061 ) CHECKSHAPE : Wires = 1 ( 0 ) Faces = 1 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 539 ( 539 ) Summary = 12802 ( 12800 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 539 ( 539 ) FreeWire = 19 ( 21 ) FreeEdge = 1864 ( 1864 ) SharedEdge = 4959 ( 4957 ) -TOLERANCE : MaxTol = 0.7510769849 ( 0.7510769849 ) AvgTol = 0.007112657551 ( 0.007165439247 ) +TOLERANCE : MaxTol = 0.7510769849 ( 0.7510769849 ) AvgTol = 0.006853010548 ( 0.007168795519 ) LABELS : N0Labels = 65 ( 65 ) N1Labels = 2112 ( 4351 ) N2Labels = 0 ( 0 ) TotalLabels = 2177 ( 4416 ) NameLabels = 2177 ( 2778 ) ColorLabels = 2123 ( 4366 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 4 ) diff --git a/tests/de/iges_2/A9 b/tests/de/iges_2/A9 index 6c8bcf05b6..fb85ee0816 100644 --- a/tests/de/iges_2/A9 +++ b/tests/de/iges_2/A9 @@ -1,18 +1,21 @@ # !!!! 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: 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 set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 72 ( 12 ) Summary = 72 ( 12 ) -CHECKSHAPE : Wires = 2 ( 2 ) Faces = 2 ( 2 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) -NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2342 ( 1107 ) Summary = 59777 ( 25971 ) -STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2342 ( 2342 ) FreeWire = 2328 ( 2328 ) FreeEdge = 14016 ( 14016 ) SharedEdge = 24558 ( 10687 ) -TOLERANCE : MaxTol = 0.9711309065 ( 0.9711309063 ) AvgTol = 0.01914024272 ( 0.01948753951 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 56 ( 12 ) Summary = 56 ( 12 ) +CHECKSHAPE : Wires = 0 ( 2 ) Faces = 0 ( 2 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) +NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2346 ( 1107 ) Summary = 59781 ( 25971 ) +STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2346 ( 2342 ) FreeWire = 2328 ( 2328 ) FreeEdge = 14016 ( 14016 ) SharedEdge = 24556 ( 10687 ) +TOLERANCE : MaxTol = 0.9711309065 ( 0.9711309063 ) AvgTol = 0.01916076927 ( 0.01948753951 ) LABELS : N0Labels = 250 ( 250 ) N1Labels = 2268 ( 3205 ) N2Labels = 0 ( 0 ) TotalLabels = 2518 ( 3455 ) NameLabels = 2518 ( 3453 ) ColorLabels = 2512 ( 3449 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) diff --git a/tests/de/iges_2/B1 b/tests/de/iges_2/B1 index 6538d78050..6e98b555d7 100755 --- a/tests/de/iges_2/B1 +++ b/tests/de/iges_2/B1 @@ -5,15 +5,16 @@ puts "TODO CR23096 ALL: LABELS : Faulty" puts "TODO CR23096 ALL: LAYERS : Faulty" puts "TODO DEBUG_OCC24442 Debian60-64 Windows: Warning: Exception in Segment()" + set filename CATIA01.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 480 ) Warnings = 326 ( 4630 ) Summary = 326 ( 5110 ) +TPSTAT : Faulties = 0 ( 480 ) Warnings = 322 ( 4629 ) Summary = 322 ( 5109 ) CHECKSHAPE : Wires = 1 ( 0 ) Faces = 1 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) -NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 732 ( 732 ) Summary = 60875 ( 60890 ) +NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 732 ( 732 ) Summary = 60881 ( 60890 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 732 ( 732 ) FreeWire = 1612 ( 1613 ) FreeEdge = 16359 ( 16359 ) SharedEdge = 22931 ( 22935 ) -TOLERANCE : MaxTol = 0.6032674714 ( 20.1302013 ) AvgTol = 0.001486789868 ( 0.007274283982 ) +TOLERANCE : MaxTol = 0.6032674714 ( 0.6032674714 ) AvgTol = 0.001483351096 ( 0.00148733059 ) LABELS : N0Labels = 4 ( 7 ) N1Labels = 11017 ( 17868 ) N2Labels = 0 ( 0 ) TotalLabels = 11021 ( 17875 ) NameLabels = 10620 ( 13085 ) ColorLabels = 11018 ( 17867 ) LayerLabels = 10517 ( 17715 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 17 ( 17 ) diff --git a/tests/de/iges_2/B3 b/tests/de/iges_2/B3 index 27a7e3ca5a..5533c4f950 100644 --- a/tests/de/iges_2/B3 +++ b/tests/de/iges_2/B3 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 2 ( 212 ) Summary = 2 ( 212 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 4004 ( 4004 ) Summary = 46702 ( 46701 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 4004 ( 4004 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 19350 ( 19350 ) -TOLERANCE : MaxTol = 0.01077402956 ( 0.005387073003 ) AvgTol = 4.979814372e-06 ( 9.076797721e-06 ) +TOLERANCE : MaxTol = 0.01077402956 ( 0.005387073003 ) AvgTol = 4.979806751e-006 ( 9.076797721e-006 ) LABELS : N0Labels = 4004 ( 4004 ) N1Labels = 0 ( 901 ) N2Labels = 0 ( 0 ) TotalLabels = 4004 ( 4905 ) NameLabels = 4004 ( 4004 ) ColorLabels = 248 ( 1149 ) LayerLabels = 3366 ( 4267 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/iges_2/B4 b/tests/de/iges_2/B4 index 4963dfbc76..230664b5ec 100644 --- a/tests/de/iges_2/B4 +++ b/tests/de/iges_2/B4 @@ -1,7 +1,9 @@ # !!!! This file is generated automatically, do not edit manually! See end script 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: Error : 3 differences with reference data found :" set LinuxDiff 3 set filename Case.igs @@ -12,7 +14,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 267 ( 552 ) Summary = 267 ( 55 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 208 ( 208 ) Summary = 2995 ( 2995 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 208 ( 208 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1276 ( 1276 ) -TOLERANCE : MaxTol = 0.7043468651 ( 0.7043466394 ) AvgTol = 0.006003817527 ( 0.006001251728 ) +TOLERANCE : MaxTol = 0.7043468651 ( 0.7043466394 ) AvgTol = 0.006003971975 ( 0.006001251564 ) LABELS : N0Labels = 1 ( 2 ) N1Labels = 208 ( 208 ) N2Labels = 0 ( 0 ) TotalLabels = 209 ( 210 ) NameLabels = 1 ( 2 ) ColorLabels = 208 ( 209 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 2 ) diff --git a/tests/de/iges_2/B5 b/tests/de/iges_2/B5 index aced11c856..65031260ab 100644 --- a/tests/de/iges_2/B5 +++ b/tests/de/iges_2/B5 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 13 ) Warnings = 290 ( 688 ) Summary = 290 ( 7 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 200 ( 200 ) Summary = 3064 ( 3072 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 200 ( 200 ) FreeWire = 0 ( 0 ) FreeEdge = 89 ( 89 ) SharedEdge = 1277 ( 1277 ) -TOLERANCE : MaxTol = 4.399371441e-006 ( 1.000227342e-007 ) AvgTol = 7.460403351e-007 ( 1.000018754e-007 ) +TOLERANCE : MaxTol = 4.399371441e-006 ( 1.000227342e-007 ) AvgTol = 8.44425398e-007 ( 1.000018754e-007 ) LABELS : N0Labels = 22 ( 23 ) N1Labels = 271 ( 279 ) N2Labels = 0 ( 0 ) TotalLabels = 293 ( 302 ) NameLabels = 22 ( 23 ) ColorLabels = 289 ( 290 ) LayerLabels = 89 ( 290 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/iges_2/B6 b/tests/de/iges_2/B6 index d388bf76ab..c592596e91 100644 --- a/tests/de/iges_2/B6 +++ b/tests/de/iges_2/B6 @@ -6,11 +6,11 @@ set filename D44-11325-6a.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 130 ( 191 ) Summary = 130 ( 191 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 89 ( 191 ) Summary = 89 ( 191 ) CHECKSHAPE : Wires = 2 ( 2 ) Faces = 2 ( 2 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 570 ( 569 ) Summary = 7841 ( 7830 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 570 ( 569 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3350 ( 3346 ) -TOLERANCE : MaxTol = 0.7161069967 ( 0.7585238415 ) AvgTol = 0.006770154018 ( 0.006912830833 ) +TOLERANCE : MaxTol = 0.7161069967 ( 0.7585238415 ) AvgTol = 0.006769962916 ( 0.006912830833 ) LABELS : N0Labels = 568 ( 568 ) N1Labels = 2 ( 2 ) N2Labels = 0 ( 0 ) TotalLabels = 570 ( 570 ) NameLabels = 568 ( 568 ) ColorLabels = 569 ( 569 ) LayerLabels = 569 ( 569 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/iges_2/B7 b/tests/de/iges_2/B7 index 3d5c76c5f4..3460b7c8f6 100644 --- a/tests/de/iges_2/B7 +++ b/tests/de/iges_2/B7 @@ -1,14 +1,16 @@ # !!!! This file is generated automatically, do not edit manually! See end script 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 Mandriva2010: Error : 1 differences with reference data found :" set LinuxDiff 1 set filename FRA10072.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 108 ( 440 ) Summary = 108 ( 440 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 178 ( 440 ) Summary = 178 ( 440 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 304 ( 304 ) Summary = 3791 ( 3791 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 304 ( 304 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1599 ( 1599 ) diff --git a/tests/de/iges_2/B8 b/tests/de/iges_2/B8 index 55d55ba04d..222077ef71 100644 --- a/tests/de/iges_2/B8 +++ b/tests/de/iges_2/B8 @@ -1,6 +1,8 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" puts "TODO CR23096 ALL: LABELS : Faulty" + + puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" puts "TODO OCC24156 MacOS: Error : 1 differences with reference data found" @@ -9,7 +11,7 @@ set filename FRA62468-2.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 253 ( 4991 ) Summary = 253 ( 4991 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 253 ( 4993 ) Summary = 253 ( 4993 ) CHECKSHAPE : Wires = 12 ( 17 ) Faces = 12 ( 11 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 4729 ( 4729 ) Summary = 63154 ( 63144 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 4729 ( 4729 ) FreeWire = 18 ( 18 ) FreeEdge = 452 ( 452 ) SharedEdge = 26794 ( 26793 ) diff --git a/tests/de/iges_2/C2 b/tests/de/iges_2/C2 index a4a1d72bce..d5beae200f 100644 --- a/tests/de/iges_2/C2 +++ b/tests/de/iges_2/C2 @@ -13,7 +13,7 @@ TPSTAT : Faulties = 2 ( 0 ) Warnings = 85 ( 295 ) Summary = 87 ( 295 CHECKSHAPE : Wires = 8 ( 13 ) Faces = 8 ( 13 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 419 ( 419 ) Summary = 5330 ( 5352 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 419 ( 419 ) FreeWire = 4 ( 4 ) FreeEdge = 42 ( 42 ) SharedEdge = 2221 ( 2227 ) -TOLERANCE : MaxTol = 4.549041994 ( 4.543567878 ) AvgTol = 0.03220482613 ( 0.03563725913 ) +TOLERANCE : MaxTol = 4.549042095 ( 4.543567878 ) AvgTol = 0.03220479855 ( 0.03563724531 ) 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 ) diff --git a/tests/de/iges_2/C4 b/tests/de/iges_2/C4 index 55192b8547..be6ed4e184 100644 --- a/tests/de/iges_2/C4 +++ b/tests/de/iges_2/C4 @@ -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: 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 @@ -11,9 +11,9 @@ set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) TPSTAT : Faulties = 0 ( 0 ) Warnings = 29 ( 233 ) Summary = 29 ( 233 ) CHECKSHAPE : Wires = 1 ( 1 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) -NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 153 ( 153 ) Summary = 3505 ( 3508 ) -STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 153 ( 153 ) FreeWire = 21 ( 21 ) FreeEdge = 435 ( 435 ) SharedEdge = 1385 ( 1387 ) -TOLERANCE : MaxTol = 0.9672552763 ( 0.7767538966 ) AvgTol = 0.01279554984 ( 0.01322061361 ) +NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 153 ( 153 ) Summary = 3509 ( 3508 ) +STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 153 ( 153 ) FreeWire = 21 ( 21 ) FreeEdge = 435 ( 435 ) SharedEdge = 1387 ( 1387 ) +TOLERANCE : MaxTol = 0.7766762288 ( 0.7767538966 ) AvgTol = 0.01313632194 ( 0.01322061361 ) LABELS : N0Labels = 564 ( 564 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 564 ( 564 ) NameLabels = 564 ( 564 ) ColorLabels = 543 ( 564 ) LayerLabels = 543 ( 564 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/iges_2/C7 b/tests/de/iges_2/C7 index de4b4aab15..94a2ffe92f 100644 --- a/tests/de/iges_2/C7 +++ b/tests/de/iges_2/C7 @@ -1,16 +1,17 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: LABELS : Faulty" -puts "TODO CR23096 ALL: LAYERS : Faulty" +puts "TODO CR23096 ALL: LAYERS : Faulty" + set filename Rich.igs set ref_data { DATA : Faulties = 0 ( 29 ) Warnings = 0 ( 2 ) Summary = 0 ( 31 ) -TPSTAT : Faulties = 2 ( 212 ) Warnings = 28 ( 559 ) Summary = 30 ( 771 ) +TPSTAT : Faulties = 0 ( 212 ) Warnings = 8 ( 559 ) Summary = 8 ( 771 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 9 ( 9 ) Summary = 20802 ( 16067 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 9 ( 9 ) FreeWire = 477 ( 477 ) FreeEdge = 9018 ( 9018 ) SharedEdge = 9072 ( 6875 ) -TOLERANCE : MaxTol = 0.002386883227 ( 0.002386886993 ) AvgTol = 1.598418718e-006 ( 1.573804854e-006 ) +TOLERANCE : MaxTol = 0.002386883227 ( 0.002386886993 ) AvgTol = 1.573805359e-006 ( 1.573804854e-006 ) LABELS : N0Labels = 2053 ( 2148 ) N1Labels = 381 ( 253 ) N2Labels = 0 ( 0 ) TotalLabels = 2434 ( 2401 ) NameLabels = 2053 ( 2148 ) ColorLabels = 1932 ( 2306 ) LayerLabels = 1560 ( 2306 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 13 ( 13 ) diff --git a/tests/de/iges_2/C8 b/tests/de/iges_2/C8 index ceae5241ad..b7ca63b323 100755 --- a/tests/de/iges_2/C8 +++ b/tests/de/iges_2/C8 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) Summary = 125 ( 126 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) FreeWire = 0 ( 0 ) FreeEdge = 46 ( 46 ) SharedEdge = 46 ( 46 ) -TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) +TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) LABELS : N0Labels = 1 ( 3 ) N1Labels = 46 ( 47 ) N2Labels = 0 ( 0 ) TotalLabels = 47 ( 50 ) NameLabels = 1 ( 50 ) ColorLabels = 46 ( 46 ) LayerLabels = 0 ( 47 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/iges_2/C9 b/tests/de/iges_2/C9 index 5aa496f344..be2291a4f8 100644 --- a/tests/de/iges_2/C9 +++ b/tests/de/iges_2/C9 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 5 ) Summary = 4 ( 5 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 15 ( 15 ) Summary = 320 ( 320 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 15 ( 15 ) FreeWire = 1 ( 1 ) FreeEdge = 55 ( 55 ) SharedEdge = 117 ( 117 ) -TOLERANCE : MaxTol = 0.0006252987008 ( 0.0006252359927 ) AvgTol = 1.4699366e-05 ( 1.469671889e-05 ) +TOLERANCE : MaxTol = 0.0006252987008 ( 0.0006252359927 ) AvgTol = 2.234790875e-005 ( 1.469671889e-005 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 68 ( 137 ) N2Labels = 0 ( 0 ) TotalLabels = 69 ( 138 ) NameLabels = 69 ( 76 ) ColorLabels = 68 ( 137 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/iges_2/D1 b/tests/de/iges_2/D1 index 2938b1865d..85e4c94c5e 100644 --- a/tests/de/iges_2/D1 +++ b/tests/de/iges_2/D1 @@ -6,11 +6,11 @@ set filename support_rampe.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 2 ) Warnings = 5 ( 171 ) Summary = 5 ( 173 ) +TPSTAT : Faulties = 0 ( 2 ) Warnings = 4 ( 172 ) Summary = 4 ( 174 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 169 ( 169 ) Summary = 5348 ( 5348 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 169 ( 169 ) FreeWire = 49 ( 49 ) FreeEdge = 945 ( 945 ) SharedEdge = 2041 ( 2041 ) -TOLERANCE : MaxTol = 0.1765497108 ( 0.1765497101 ) AvgTol = 0.0004156673869 ( 0.0004156040142 ) +TOLERANCE : MaxTol = 0.1765497108 ( 0.1765497101 ) AvgTol = 0.0004116969822 ( 0.0004153236787 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 981 ( 2195 ) N2Labels = 0 ( 0 ) TotalLabels = 982 ( 2196 ) NameLabels = 982 ( 1142 ) ColorLabels = 981 ( 2195 ) LayerLabels = 981 ( 2195 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 6 ) diff --git a/tests/de/iges_2/D2 b/tests/de/iges_2/D2 index ad84cd466a..4194b439cc 100644 --- a/tests/de/iges_2/D2 +++ b/tests/de/iges_2/D2 @@ -6,7 +6,7 @@ set filename UK4.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 128 ( 695 ) Summary = 128 ( 695 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 128 ( 696 ) Summary = 128 ( 696 ) CHECKSHAPE : Wires = 0 ( 1 ) Faces = 0 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 272 ( 271 ) Summary = 8087 ( 8085 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 272 ( 271 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3767 ( 3768 ) diff --git a/tests/de/iges_2/D3 b/tests/de/iges_2/D3 index 962fd49812..e529c2b43f 100644 --- a/tests/de/iges_2/D3 +++ b/tests/de/iges_2/D3 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 2 ( 0 ) Warnings = 64 ( 134 ) Summary = 66 ( 134 CHECKSHAPE : Wires = 1 ( 1 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 93 ( 93 ) Summary = 16847 ( 16847 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 93 ( 93 ) FreeWire = 2 ( 2 ) FreeEdge = 419 ( 419 ) SharedEdge = 8137 ( 8137 ) -TOLERANCE : MaxTol = 7.725102137e-06 ( 1e-05 ) AvgTol = 2.262722986e-07 ( 9.344523316e-06 ) +TOLERANCE : MaxTol = 7.725102137e-006 ( 1e-005 ) AvgTol = 2.26272257e-007 ( 9.344523316e-006 ) LABELS : N0Labels = 513 ( 513 ) N1Labels = 0 ( 15 ) N2Labels = 0 ( 0 ) TotalLabels = 513 ( 528 ) NameLabels = 513 ( 513 ) ColorLabels = 402 ( 422 ) LayerLabels = 508 ( 528 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 5 ) diff --git a/tests/de/iges_2/D4 b/tests/de/iges_2/D4 index 2e0bfca5cf..2104ab9eca 100644 --- a/tests/de/iges_2/D4 +++ b/tests/de/iges_2/D4 @@ -7,11 +7,11 @@ set filename UKI60878.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 4 ) Summary = 0 ( 4 ) -TPSTAT : Faulties = 0 ( 2 ) Warnings = 44 ( 380 ) Summary = 44 ( 382 ) +TPSTAT : Faulties = 0 ( 2 ) Warnings = 37 ( 380 ) Summary = 37 ( 382 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 1 ) Face = 136 ( 136 ) Summary = 4613 ( 4610 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 1 ) Face = 136 ( 136 ) FreeWire = 169 ( 169 ) FreeEdge = 1360 ( 1360 ) SharedEdge = 1945 ( 1944 ) -TOLERANCE : MaxTol = 0.8737801249 ( 0.873776131 ) AvgTol = 0.0138867831 ( 0.01399009828 ) +TOLERANCE : MaxTol = 0.8737801249 ( 0.873776131 ) AvgTol = 0.01399299235 ( 0.01399262795 ) LABELS : N0Labels = 416 ( 416 ) N1Labels = 2 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 418 ( 416 ) NameLabels = 416 ( 416 ) ColorLabels = 247 ( 416 ) LayerLabels = 247 ( 416 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 5 ) diff --git a/tests/de/iges_2/D5 b/tests/de/iges_2/D5 index e1871acd8a..ae0b7911ce 100644 --- a/tests/de/iges_2/D5 +++ b/tests/de/iges_2/D5 @@ -7,7 +7,7 @@ set filename UKI60997.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 36 ( 64 ) Summary = 36 ( 64 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 44 ( 72 ) Summary = 44 ( 72 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 25 ( 25 ) Summary = 279 ( 278 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 25 ( 25 ) FreeWire = 1 ( 1 ) FreeEdge = 3 ( 3 ) SharedEdge = 121 ( 121 ) diff --git a/tests/de/iges_2/D8 b/tests/de/iges_2/D8 index 3977cde8a7..09947eb333 100644 --- a/tests/de/iges_2/D8 +++ b/tests/de/iges_2/D8 @@ -1,8 +1,11 @@ # !!!! This file is generated automatically, do not edit manually! See end script 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" + + +puts "TODO CR23096 Mandriva2010: NBSHAPES : Faulty " + +puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :" set LinuxDiff 3 set LinuxFaulties {NBSHAPES} @@ -14,7 +17,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 650 ( 1843 ) Summary = 650 ( 1 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 692 ( 692 ) Summary = 17131 ( 17129 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 692 ( 692 ) FreeWire = 5 ( 5 ) FreeEdge = 36 ( 36 ) SharedEdge = 7867 ( 7869 ) -TOLERANCE : MaxTol = 1.089725986e-005 ( 1.089659651e-005 ) AvgTol = 1.975835146e-006 ( 9.652818162e-006 ) +TOLERANCE : MaxTol = 1.089725986e-005 ( 1.089659651e-005 ) AvgTol = 1.975835144e-006 ( 9.652818162e-006 ) LABELS : N0Labels = 693 ( 693 ) N1Labels = 10 ( 1400 ) N2Labels = 0 ( 0 ) TotalLabels = 703 ( 2093 ) NameLabels = 693 ( 1341 ) ColorLabels = 692 ( 2093 ) LayerLabels = 692 ( 2093 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 4 ) diff --git a/tests/de/iges_2/D9 b/tests/de/iges_2/D9 index bd72b4434a..bcfcc27836 100644 --- a/tests/de/iges_2/D9 +++ b/tests/de/iges_2/D9 @@ -2,15 +2,16 @@ puts "TODO CR23096 ALL: TOLERANCE : Faulty" puts "TODO CR23096 ALL: LABELS : Faulty" + set filename bmarkmdl.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 175 ( 4199 ) Summary = 175 ( 4199 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 121 ( 4199 ) Summary = 121 ( 4199 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 440 ( 440 ) Summary = 9077 ( 9077 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 440 ( 440 ) FreeWire = 20 ( 20 ) FreeEdge = 220 ( 220 ) SharedEdge = 4083 ( 4083 ) -TOLERANCE : MaxTol = 0.07954526757 ( 0.04419037521 ) AvgTol = 0.000843069143 ( 0.0007103047948 ) +TOLERANCE : MaxTol = 0.07954526757 ( 0.04419037521 ) AvgTol = 0.0008428584881 ( 0.0007103047948 ) LABELS : N0Labels = 47 ( 47 ) N1Labels = 426 ( 426 ) N2Labels = 0 ( 0 ) TotalLabels = 473 ( 473 ) NameLabels = 473 ( 473 ) ColorLabels = 439 ( 439 ) LayerLabels = 452 ( 472 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 5 ) diff --git a/tests/de/iges_2/E2 b/tests/de/iges_2/E2 index 4b77619278..86580fb152 100644 --- a/tests/de/iges_2/E2 +++ b/tests/de/iges_2/E2 @@ -7,11 +7,11 @@ set filename ctadtrim.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 34 ( 2370 ) Summary = 34 ( 2370 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 32 ( 2370 ) Summary = 32 ( 2370 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 27 ( 27 ) Summary = 3490 ( 3490 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 27 ( 27 ) FreeWire = 99 ( 99 ) FreeEdge = 997 ( 997 ) SharedEdge = 1585 ( 1585 ) -TOLERANCE : MaxTol = 0.5378466765 ( 0.5378466739 ) AvgTol = 0.002037904956 ( 0.002048016175 ) +TOLERANCE : MaxTol = 0.5378466765 ( 0.5378466739 ) AvgTol = 0.002037884253 ( 0.002048016175 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 72 ( 171 ) N2Labels = 0 ( 0 ) TotalLabels = 73 ( 172 ) NameLabels = 73 ( 172 ) ColorLabels = 72 ( 171 ) LayerLabels = 72 ( 171 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/iges_2/E3 b/tests/de/iges_2/E3 index f5cce52ce6..dfa481d2e9 100644 --- a/tests/de/iges_2/E3 +++ b/tests/de/iges_2/E3 @@ -1,5 +1,4 @@ # !!!! This file is generated automatically, do not edit manually! See end script -puts "TODO CR23096 ALL: TOLERANCE : Faulty" puts "TODO CR23096 ALL: LABELS : Faulty" puts "TODO CR23096 ALL: COLORS : Faulty" @@ -8,11 +7,11 @@ set filename cts17801.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 33 ( 343 ) Summary = 33 ( 343 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 374 ) Summary = 4 ( 374 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 208 ( 208 ) Summary = 2504 ( 2504 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 208 ( 208 ) FreeWire = 0 ( 0 ) FreeEdge = 6 ( 6 ) SharedEdge = 1038 ( 1038 ) -TOLERANCE : MaxTol = 0.08766940654 ( 0.08606507237 ) AvgTol = 0.004060114011 ( 0.00401991341 ) +TOLERANCE : MaxTol = 0.08198937243 ( 0.08606507237 ) AvgTol = 0.003492787826 ( 0.004037916818 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 214 ( 1175 ) N2Labels = 0 ( 0 ) TotalLabels = 215 ( 1176 ) NameLabels = 215 ( 311 ) ColorLabels = 214 ( 1175 ) LayerLabels = 214 ( 1175 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 5 ) diff --git a/tests/de/iges_2/E4 b/tests/de/iges_2/E4 index cd22a01e91..61afcaeced 100644 --- a/tests/de/iges_2/E4 +++ b/tests/de/iges_2/E4 @@ -1,7 +1,9 @@ # !!!! This file is generated automatically, do not edit manually! See end script 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 Mandriva2010: Error : 1 differences with reference data found :" set LinuxDiff 1 set filename igsBF5.igs @@ -12,7 +14,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 17 ( 247 ) Summary = 17 ( 247 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 47 ( 47 ) Summary = 1536 ( 1536 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 47 ( 47 ) FreeWire = 1 ( 1 ) FreeEdge = 2 ( 2 ) SharedEdge = 719 ( 719 ) -TOLERANCE : MaxTol = 0.4901518209 ( 0.4901518209 ) AvgTol = 0.01740968639 ( 0.0174167061 ) +TOLERANCE : MaxTol = 0.4901518209 ( 0.4901518209 ) AvgTol = 0.01740968658 ( 0.01741670629 ) LABELS : N0Labels = 48 ( 48 ) N1Labels = 0 ( 390 ) N2Labels = 0 ( 0 ) TotalLabels = 48 ( 438 ) NameLabels = 48 ( 77 ) ColorLabels = 47 ( 438 ) LayerLabels = 47 ( 438 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 2 ) diff --git a/tests/de/iges_2/E5 b/tests/de/iges_2/E5 index 54e8faeebf..7b90b92dfa 100644 --- a/tests/de/iges_2/E5 +++ b/tests/de/iges_2/E5 @@ -7,7 +7,7 @@ set filename ims007.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 1053 ( 3193 ) Summary = 1053 ( 3193 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 1381 ( 3523 ) Summary = 1381 ( 3523 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1193 ( 1193 ) Summary = 33427 ( 33404 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1193 ( 1193 ) FreeWire = 614 ( 614 ) FreeEdge = 4178 ( 4178 ) SharedEdge = 12915 ( 12915 ) diff --git a/tests/de/iges_2/E6 b/tests/de/iges_2/E6 index 4abfc5305b..1ad5fe8d17 100644 --- a/tests/de/iges_2/E6 +++ b/tests/de/iges_2/E6 @@ -14,7 +14,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 6 ( 523 ) Summary = 6 ( 523 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1177 ( 1177 ) Summary = 18232 ( 18230 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1177 ( 1177 ) FreeWire = 5 ( 5 ) FreeEdge = 714 ( 714 ) SharedEdge = 7614 ( 7614 ) -TOLERANCE : MaxTol = 0.9436610236 ( 0.8261873283 ) AvgTol = 0.01104814106 ( 0.01076280021 ) +TOLERANCE : MaxTol = 0.9436610236 ( 0.8261873283 ) AvgTol = 0.01104814109 ( 0.0107628002 ) LABELS : N0Labels = 1884 ( 1885 ) N1Labels = 0 ( 1020 ) N2Labels = 0 ( 0 ) TotalLabels = 1884 ( 2905 ) NameLabels = 1884 ( 1885 ) ColorLabels = 1873 ( 2904 ) LayerLabels = 1873 ( 2904 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 7 ( 7 ) diff --git a/tests/de/iges_2/E7 b/tests/de/iges_2/E7 index e09cbcd1c6..da62d8a13a 100644 --- a/tests/de/iges_2/E7 +++ b/tests/de/iges_2/E7 @@ -8,11 +8,11 @@ set filename 1stdraw.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 77 ( 1077 ) Summary = 77 ( 1077 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 73 ( 1077 ) Summary = 73 ( 1077 ) CHECKSHAPE : Wires = 0 ( 1 ) Faces = 0 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1628 ( 1628 ) Summary = 21885 ( 21885 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1628 ( 1628 ) FreeWire = 16 ( 17 ) FreeEdge = 625 ( 625 ) SharedEdge = 9297 ( 9297 ) -TOLERANCE : MaxTol = 0.9993613167 ( 0.9993613167 ) AvgTol = 0.01637728336 ( 0.01638088512 ) +TOLERANCE : MaxTol = 0.9993613167 ( 0.9993613167 ) AvgTol = 0.01637727665 ( 0.01638088512 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 1632 ( 3623 ) N2Labels = 0 ( 0 ) TotalLabels = 1635 ( 3626 ) NameLabels = 1635 ( 2037 ) ColorLabels = 1632 ( 3625 ) LayerLabels = 1632 ( 3625 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 4 ) diff --git a/tests/de/iges_2/E8 b/tests/de/iges_2/E8 index 6b346d13b5..1f1b0da7bf 100644 --- a/tests/de/iges_2/E8 +++ b/tests/de/iges_2/E8 @@ -9,11 +9,11 @@ set filename BUC40135.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 41 ( 552 ) Summary = 41 ( 552 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 37 ( 552 ) Summary = 37 ( 552 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 105 ( 105 ) Summary = 4420 ( 4546 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 105 ( 105 ) FreeWire = 138 ( 262 ) FreeEdge = 899 ( 899 ) SharedEdge = 1755 ( 1756 ) -TOLERANCE : MaxTol = 0.7848432514 ( 0.7848432514 ) AvgTol = 0.01536878711 ( 0.01704046179 ) +TOLERANCE : MaxTol = 0.7848432514 ( 0.7848432514 ) AvgTol = 0.01536876498 ( 0.01704046179 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 530 ( 1068 ) N2Labels = 0 ( 0 ) TotalLabels = 531 ( 1069 ) NameLabels = 531 ( 738 ) ColorLabels = 530 ( 1068 ) LayerLabels = 494 ( 1010 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 7 ) diff --git a/tests/de/iges_2/F1 b/tests/de/iges_2/F1 index a166708fc8..f90943da0d 100644 --- a/tests/de/iges_2/F1 +++ b/tests/de/iges_2/F1 @@ -12,7 +12,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 213 ( 1313 ) Summary = 213 ( 1 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 270 ( 270 ) Summary = 8171 ( 8283 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 270 ( 270 ) FreeWire = 108 ( 108 ) FreeEdge = 606 ( 606 ) SharedEdge = 3685 ( 3689 ) -TOLERANCE : MaxTol = 5.750743843e+14 ( 4.784430882e+15 ) AvgTol = 2.722724827e+11 ( 2.206755414e+12 ) +TOLERANCE : MaxTol = 5.750743843e+014 ( 4.784430882e+015 ) AvgTol = 2.722724827e+011 ( 2.206755414e+012 ) LABELS : N0Labels = 7 ( 7 ) N1Labels = 450 ( 2042 ) N2Labels = 0 ( 0 ) TotalLabels = 457 ( 2049 ) NameLabels = 457 ( 698 ) ColorLabels = 450 ( 2043 ) LayerLabels = 449 ( 2042 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 7 ( 7 ) diff --git a/tests/de/iges_2/F5 b/tests/de/iges_2/F5 index 937f6d3043..619a9ec923 100755 --- a/tests/de/iges_2/F5 +++ b/tests/de/iges_2/F5 @@ -12,7 +12,7 @@ TPSTAT : Faulties = 0 ( 126 ) Warnings = 24 ( 678 ) Summary = 24 ( 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 = 24023 ( 23781 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 91 ( 91 ) FreeWire = 304 ( 372 ) FreeEdge = 7210 ( 7210 ) SharedEdge = 10377 ( 10271 ) -TOLERANCE : MaxTol = 0.0779303086 ( 0.07793030858 ) AvgTol = 6.700668132e-05 ( 0.0001033335376 ) +TOLERANCE : MaxTol = 0.0779303086 ( 0.07793030858 ) AvgTol = 6.701253449e-005 ( 0.0001033335359 ) LABELS : N0Labels = 4 ( 38 ) N1Labels = 2509 ( 4250 ) N2Labels = 0 ( 0 ) TotalLabels = 2513 ( 4288 ) NameLabels = 2357 ( 2884 ) ColorLabels = 2509 ( 4215 ) LayerLabels = 249 ( 515 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 7 ) diff --git a/tests/de/iges_2/F6 b/tests/de/iges_2/F6 index 481a292e12..2c1691993e 100755 --- a/tests/de/iges_2/F6 +++ b/tests/de/iges_2/F6 @@ -12,7 +12,7 @@ TPSTAT : Faulties = 0 ( 146 ) Warnings = 0 ( 153 ) Summary = 0 ( 299 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) Summary = 923 ( 934 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) FreeWire = 7 ( 7 ) FreeEdge = 315 ( 315 ) SharedEdge = 315 ( 315 ) -TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) +TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) LABELS : N0Labels = 5 ( 16 ) N1Labels = 284 ( 298 ) N2Labels = 0 ( 0 ) TotalLabels = 289 ( 314 ) NameLabels = 5 ( 27 ) ColorLabels = 284 ( 309 ) LayerLabels = 124 ( 309 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 5 ) diff --git a/tests/de/iges_2/F7 b/tests/de/iges_2/F7 index a5e13cb9ab..ea992a36ac 100644 --- a/tests/de/iges_2/F7 +++ b/tests/de/iges_2/F7 @@ -3,7 +3,9 @@ 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 +16,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.598883884 ( 1.625255099e-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 ) diff --git a/tests/de/iges_2/F9 b/tests/de/iges_2/F9 index 2fb9b40bab..330755c65a 100644 --- a/tests/de/iges_2/F9 +++ b/tests/de/iges_2/F9 @@ -2,18 +2,20 @@ 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 set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 2 ) Warnings = 283 ( 2087 ) Summary = 283 ( 2089 ) +TPSTAT : Faulties = 0 ( 2 ) Warnings = 277 ( 2065 ) Summary = 277 ( 2067 ) CHECKSHAPE : Wires = 0 ( 3 ) Faces = 0 ( 3 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1457 ( 1455 ) Summary = 38865 ( 38834 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1457 ( 1455 ) FreeWire = 516 ( 528 ) FreeEdge = 6208 ( 6208 ) SharedEdge = 15328 ( 15304 ) -TOLERANCE : MaxTol = 0.7947997475 ( 0.4653265785 ) AvgTol = 0.001020056527 ( 0.0008404120484 ) +TOLERANCE : MaxTol = 0.7947997475 ( 0.4653265785 ) AvgTol = 0.001017262894 ( 0.0008404073573 ) LABELS : N0Labels = 5 ( 5 ) N1Labels = 5689 ( 14457 ) N2Labels = 0 ( 0 ) TotalLabels = 5694 ( 14462 ) NameLabels = 5694 ( 7040 ) ColorLabels = 5689 ( 14461 ) LayerLabels = 5689 ( 14461 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/iges_2/G1 b/tests/de/iges_2/G1 index 95d049341d..0047196513 100644 --- a/tests/de/iges_2/G1 +++ b/tests/de/iges_2/G1 @@ -2,8 +2,11 @@ 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: STATSHAPE : Faulty " + +puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :" set LinuxDiff 2 set LinuxFaulties {STATSHAPE} @@ -12,10 +15,10 @@ set filename Henri.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) TPSTAT : Faulties = 0 ( 0 ) Warnings = 65 ( 41 ) Summary = 65 ( 41 ) -CHECKSHAPE : Wires = 11 ( 9 ) Faces = 11 ( 9 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) -NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3592 ( 2318 ) Summary = 112066 ( 71749 ) -STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3592 ( 3592 ) FreeWire = 4024 ( 4024 ) FreeEdge = 28849 ( 28849 ) SharedEdge = 44969 ( 28776 ) -TOLERANCE : MaxTol = 0.9133008153 ( 0.9133008813 ) AvgTol = 0.005628736259 ( 0.005903817889 ) +CHECKSHAPE : Wires = 8 ( 6 ) Faces = 8 ( 6 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) +NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3592 ( 2318 ) Summary = 112063 ( 71748 ) +STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3592 ( 3592 ) FreeWire = 4024 ( 4024 ) FreeEdge = 28849 ( 28849 ) SharedEdge = 44966 ( 28775 ) +TOLERANCE : MaxTol = 0.9133008153 ( 0.9133008813 ) AvgTol = 0.005629101951 ( 0.005904201197 ) LABELS : N0Labels = 24 ( 24 ) N1Labels = 5153 ( 6559 ) N2Labels = 0 ( 0 ) TotalLabels = 5177 ( 6583 ) NameLabels = 5177 ( 6583 ) ColorLabels = 5153 ( 6559 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 6 ) diff --git a/tests/de/iges_2/G2 b/tests/de/iges_2/G2 index 7b887f7365..83341db2e0 100644 --- a/tests/de/iges_2/G2 +++ b/tests/de/iges_2/G2 @@ -3,6 +3,7 @@ puts "TODO CR23096 ALL: TPSTAT : Faulty" puts "TODO CR23096 ALL: TOLERANCE : Faulty" puts "TODO CR23096 ALL: LABELS : Faulty" + set filename PRO7978.igs set ref_data { @@ -11,7 +12,7 @@ TPSTAT : Faulties = 2 ( 0 ) Warnings = 165 ( 940 ) Summary = 167 ( 94 CHECKSHAPE : Wires = 8 ( 8 ) Faces = 5 ( 5 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 346 ( 346 ) Summary = 25259 ( 25254 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 346 ( 346 ) FreeWire = 84 ( 84 ) FreeEdge = 1563 ( 1563 ) SharedEdge = 12104 ( 12103 ) -TOLERANCE : MaxTol = 0.4314224119 ( 0.2157335194 ) AvgTol = 0.001277614216 ( 0.001254878337 ) +TOLERANCE : MaxTol = 0.4314224119 ( 0.2157335194 ) AvgTol = 0.001277614321 ( 0.001254878337 ) LABELS : N0Labels = 560 ( 560 ) N1Labels = 94 ( 90 ) N2Labels = 0 ( 0 ) TotalLabels = 654 ( 650 ) NameLabels = 648 ( 650 ) ColorLabels = 554 ( 640 ) LayerLabels = 554 ( 640 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/iges_2/G3 b/tests/de/iges_2/G3 index 2d2327e5c0..0b9c2faae7 100644 --- a/tests/de/iges_2/G3 +++ b/tests/de/iges_2/G3 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 58 ( 135 ) Summary = 58 ( 135 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 783 ( 783 ) Summary = 7819 ( 7819 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 783 ( 783 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3132 ( 3132 ) -TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) +TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) LABELS : N0Labels = 784 ( 784 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 784 ( 784 ) NameLabels = 784 ( 784 ) ColorLabels = 783 ( 784 ) LayerLabels = 783 ( 784 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 2 ) diff --git a/tests/de/iges_2/G4 b/tests/de/iges_2/G4 index 48d63f946d..89c6d16f29 100644 --- a/tests/de/iges_2/G4 +++ b/tests/de/iges_2/G4 @@ -1,7 +1,9 @@ # !!!! This file is generated automatically, do not edit manually! See end script -puts "TODO ?CR23096 ALL: STATSHAPE : Faulty" +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 diff --git a/tests/de/iges_2/G5 b/tests/de/iges_2/G5 index 6a549fbc3c..8b89a70cbe 100644 --- a/tests/de/iges_2/G5 +++ b/tests/de/iges_2/G5 @@ -11,11 +11,11 @@ set filename PRO11641.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 68 ( 1653 ) Summary = 68 ( 1653 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 56 ( 1653 ) Summary = 56 ( 1653 ) CHECKSHAPE : Wires = 21 ( 14 ) Faces = 7 ( 7 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1424 ( 1424 ) Summary = 25258 ( 24523 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1424 ( 1424 ) FreeWire = 23 ( 23 ) FreeEdge = 461 ( 461 ) SharedEdge = 11200 ( 10738 ) -TOLERANCE : MaxTol = 0.01698924283 ( 0.04210111627 ) AvgTol = 0.0004756358901 ( 0.00051218143 ) +TOLERANCE : MaxTol = 0.01698924283 ( 0.04210111627 ) AvgTol = 0.0004756190331 ( 0.00051218143 ) LABELS : N0Labels = 1784 ( 1784 ) N1Labels = 0 ( 2192 ) N2Labels = 0 ( 0 ) TotalLabels = 1784 ( 3976 ) NameLabels = 1784 ( 1784 ) ColorLabels = 1761 ( 3976 ) LayerLabels = 1761 ( 1784 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 7 ( 8 ) diff --git a/tests/de/iges_2/G6 b/tests/de/iges_2/G6 index d44f02d400..62c5e25bf3 100644 --- a/tests/de/iges_2/G6 +++ b/tests/de/iges_2/G6 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 33 ( 8228 ) Summary = 33 ( 822 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 127 ( 127 ) Summary = 238094 ( 238094 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 127 ( 127 ) FreeWire = 8189 ( 8189 ) FreeEdge = 93645 ( 93645 ) SharedEdge = 94153 ( 94153 ) -TOLERANCE : MaxTol = 1.000100036e-07 ( 1.000100071e-07 ) AvgTol = 1.000000246e-07 ( 1.000000046e-07 ) +TOLERANCE : MaxTol = 1.000100036e-007 ( 1.000100071e-007 ) AvgTol = 1.000000246e-007 ( 1.000000046e-007 ) LABELS : N0Labels = 42695 ( 42695 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 42695 ( 42695 ) NameLabels = 42695 ( 42695 ) ColorLabels = 0 ( 0 ) LayerLabels = 33059 ( 42695 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/iges_2/G7 b/tests/de/iges_2/G7 index dbbab90627..82c912dfe2 100644 --- a/tests/de/iges_2/G7 +++ b/tests/de/iges_2/G7 @@ -9,11 +9,11 @@ set filename PRO18777-3.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 77 ( 1413 ) Summary = 77 ( 1413 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 75 ( 1414 ) Summary = 75 ( 1414 ) CHECKSHAPE : Wires = 1 ( 0 ) Faces = 2 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1568 ( 1568 ) Summary = 19289 ( 19302 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1568 ( 1568 ) FreeWire = 0 ( 14 ) FreeEdge = 28 ( 28 ) SharedEdge = 8150 ( 8149 ) -TOLERANCE : MaxTol = 0.9978911708 ( 0.9978911666 ) AvgTol = 0.01219320905 ( 0.0121152761 ) +TOLERANCE : MaxTol = 0.9978911708 ( 0.9978911666 ) AvgTol = 0.01219320525 ( 0.0121152761 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 1596 ( 5152 ) N2Labels = 0 ( 0 ) TotalLabels = 1597 ( 5153 ) NameLabels = 1597 ( 2712 ) ColorLabels = 1596 ( 5152 ) LayerLabels = 1596 ( 5152 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 7 ) diff --git a/tests/de/iges_2/G8 b/tests/de/iges_2/G8 index fdc10c0d18..21726fcdd9 100644 --- a/tests/de/iges_2/G8 +++ b/tests/de/iges_2/G8 @@ -1,19 +1,20 @@ # !!!! 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 ALL: COLORS : Faulty" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: Exception in Segment()" + set filename PRO5236.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 2 ) Warnings = 114 ( 1590 ) Summary = 114 ( 1592 ) -CHECKSHAPE : Wires = 138 ( 48 ) Faces = 155 ( 142 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) -NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 253 ( 253 ) Summary = 6121 ( 5360 ) -STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 253 ( 253 ) FreeWire = 7 ( 10 ) FreeEdge = 78 ( 78 ) SharedEdge = 2405 ( 2405 ) -TOLERANCE : MaxTol = 0.03236463118 ( 43.42228938 ) AvgTol = 0.0002035797479 ( 0.04107558874 ) -LABELS : N0Labels = 8 ( 8 ) N1Labels = 269 ( 2762 ) N2Labels = 0 ( 0 ) TotalLabels = 277 ( 2770 ) NameLabels = 277 ( 476 ) ColorLabels = 272 ( 2768 ) LayerLabels = 272 ( 2768 ) +TPSTAT : Faulties = 0 ( 2 ) Warnings = 145 ( 1619 ) Summary = 145 ( 1621 ) +CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) +NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 253 ( 253 ) Summary = 5360 ( 5363 ) +STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 253 ( 253 ) FreeWire = 7 ( 10 ) FreeEdge = 78 ( 78 ) SharedEdge = 2412 ( 2412 ) +TOLERANCE : MaxTol = 0.04061865832 ( 0.03139483949 ) AvgTol = 0.0003212756237 ( 0.0002830654529 ) +LABELS : N0Labels = 8 ( 8 ) N1Labels = 269 ( 2698 ) N2Labels = 0 ( 0 ) TotalLabels = 277 ( 2706 ) NameLabels = 277 ( 384 ) ColorLabels = 272 ( 2704 ) LayerLabels = 272 ( 2704 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 4 ) COLORS : Colors = BLUE1 WHITE YELLOW ( BLUE1 GREEN WHITE YELLOW ) diff --git a/tests/de/iges_2/G9 b/tests/de/iges_2/G9 index 3000b1816d..691a2745e7 100644 --- a/tests/de/iges_2/G9 +++ b/tests/de/iges_2/G9 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 16 ) Warnings = 72 ( 2978 ) Summary = 72 ( 29 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2639 ( 2634 ) Summary = 64362 ( 64317 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2639 ( 2639 ) FreeWire = 1027 ( 1027 ) FreeEdge = 10489 ( 10489 ) SharedEdge = 24209 ( 24190 ) -TOLERANCE : MaxTol = 0.05705560511 ( 0.05705560511 ) AvgTol = 0.0002567442363 ( 0.0002554786816 ) +TOLERANCE : MaxTol = 0.05705560511 ( 0.05705560511 ) AvgTol = 0.0002546035326 ( 0.0002529561285 ) LABELS : N0Labels = 54 ( 54 ) N1Labels = 10590 ( 27120 ) N2Labels = 0 ( 0 ) TotalLabels = 10644 ( 27174 ) NameLabels = 10644 ( 13414 ) ColorLabels = 10590 ( 27172 ) LayerLabels = 7 ( 18 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 8 ( 8 ) diff --git a/tests/de/iges_2/H1 b/tests/de/iges_2/H1 index c09f1c0c9c..68708f3066 100755 --- a/tests/de/iges_2/H1 +++ b/tests/de/iges_2/H1 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 40 ( 617 ) Summary = 40 ( 617 CHECKSHAPE : Wires = 2 ( 2 ) Faces = 3 ( 3 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 162 ( 162 ) Summary = 4900 ( 4895 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 162 ( 162 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2291 ( 2288 ) -TOLERANCE : MaxTol = 0.9221218176 ( 0.9410156556 ) AvgTol = 0.01501963159 ( 0.01437988687 ) +TOLERANCE : MaxTol = 0.9221218176 ( 0.9410156556 ) AvgTol = 0.01501963159 ( 0.01437988685 ) 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 ) diff --git a/tests/de/iges_2/H4 b/tests/de/iges_2/H4 index 11de412989..b091332cc2 100644 --- a/tests/de/iges_2/H4 +++ b/tests/de/iges_2/H4 @@ -4,15 +4,16 @@ 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 { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 16 ( 149 ) Warnings = 84 ( 1016 ) Summary = 100 ( 1165 ) +TPSTAT : Faulties = 0 ( 149 ) Warnings = 76 ( 1016 ) Summary = 76 ( 1165 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 124 ( 124 ) Summary = 7690 ( 7731 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 124 ( 124 ) FreeWire = 219 ( 254 ) FreeEdge = 1870 ( 1870 ) SharedEdge = 3105 ( 3106 ) -TOLERANCE : MaxTol = 0.9970503224 ( 0.9970502696 ) AvgTol = 0.01722887906 ( 0.02184796555 ) +TOLERANCE : MaxTol = 0.9970503224 ( 0.9970502696 ) AvgTol = 0.01722883731 ( 0.02184796555 ) LABELS : N0Labels = 9 ( 9 ) N1Labels = 896 ( 1689 ) N2Labels = 0 ( 0 ) TotalLabels = 905 ( 1698 ) NameLabels = 905 ( 1233 ) ColorLabels = 896 ( 1690 ) LayerLabels = 864 ( 1657 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 7 ) diff --git a/tests/de/iges_2/H6 b/tests/de/iges_2/H6 index 5265b5be97..5b0ab0a0ae 100755 --- a/tests/de/iges_2/H6 +++ b/tests/de/iges_2/H6 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 93 ) Warnings = 4 ( 129 ) Summary = 4 ( 222 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 4 ( 4 ) Summary = 438 ( 240 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 4 ( 4 ) FreeWire = 7 ( 7 ) FreeEdge = 135 ( 135 ) SharedEdge = 151 ( 84 ) -TOLERANCE : MaxTol = 1e-07 ( 1.000100002e-07 ) AvgTol = 1e-07 ( 1.00000086e-07 ) +TOLERANCE : MaxTol = 1e-007 ( 1.000100002e-007 ) AvgTol = 1e-007 ( 1.00000086e-007 ) LABELS : N0Labels = 5 ( 12 ) N1Labels = 106 ( 70 ) N2Labels = 0 ( 0 ) TotalLabels = 111 ( 82 ) NameLabels = 28 ( 82 ) ColorLabels = 106 ( 50 ) LayerLabels = 106 ( 49 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 5 ) diff --git a/tests/de/iges_2/H7 b/tests/de/iges_2/H7 index 1ca53e9884..02f911ddef 100644 --- a/tests/de/iges_2/H7 +++ b/tests/de/iges_2/H7 @@ -12,7 +12,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 128 ( 287 ) Summary = 128 ( 28 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 373 ( 373 ) Summary = 8508 ( 8508 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 373 ( 373 ) FreeWire = 1 ( 1 ) FreeEdge = 1211 ( 1211 ) SharedEdge = 3267 ( 3267 ) -TOLERANCE : MaxTol = 0.5291749398 ( 0.5291749268 ) AvgTol = 0.008496038367 ( 0.008496053635 ) +TOLERANCE : MaxTol = 0.5291749398 ( 0.5291749268 ) AvgTol = 0.008496038363 ( 0.008496053622 ) LABELS : N0Labels = 1597 ( 1597 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1597 ( 1597 ) NameLabels = 1597 ( 1597 ) ColorLabels = 1580 ( 1597 ) LayerLabels = 1580 ( 1597 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 11 ( 12 ) diff --git a/tests/de/iges_2/H9 b/tests/de/iges_2/H9 index 4f8293a959..2196b30f5f 100644 --- a/tests/de/iges_2/H9 +++ b/tests/de/iges_2/H9 @@ -1,13 +1,13 @@ # !!!! 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: CHECKSHAPE : Faulty" +puts "TODO CR23096 ALL: NBSHAPES : Faulty" puts "TODO CR23096 ALL: LABELS : Faulty" puts "TODO CR23096 ALL: COLORS : Faulty" -puts "TODO ?CR23096 ALL: TOLERANCE : Faulty" -puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :" -puts "TODO ?CR23096 ALL: Error : 5 differences with reference data found :" -puts "TODO CR23096 Mandriva2010: STATSHAPE : Faulty" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: ShapeAnalysis_Surface" + + +puts "TODO CR23096 Mandriva2010: STATSHAPE : Faulty " + +puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :" set LinuxDiff 4 set LinuxFaulties {STATSHAPE} @@ -15,11 +15,11 @@ set filename coque-sup.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 3 ) Warnings = 276 ( 4441 ) Summary = 276 ( 4444 ) +TPSTAT : Faulties = 0 ( 3 ) Warnings = 277 ( 4464 ) Summary = 277 ( 4467 ) CHECKSHAPE : Wires = 1 ( 1 ) Faces = 2 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1627 ( 1627 ) Summary = 39249 ( 39256 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1627 ( 1627 ) FreeWire = 22 ( 26 ) FreeEdge = 135 ( 135 ) SharedEdge = 17934 ( 17935 ) -TOLERANCE : MaxTol = 1.006358009 ( 992.8187669 ) AvgTol = 0.0004486174686 ( 0.3174663359 ) +TOLERANCE : MaxTol = 1.006358087 ( 992.8187669 ) AvgTol = 0.0004397450356 ( 0.3174630609 ) LABELS : N0Labels = 6 ( 6 ) N1Labels = 1642 ( 9638 ) N2Labels = 0 ( 0 ) TotalLabels = 1648 ( 9644 ) NameLabels = 1648 ( 2887 ) ColorLabels = 1644 ( 9643 ) LayerLabels = 488 ( 3995 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 5 ) diff --git a/tests/de/iges_2/I1 b/tests/de/iges_2/I1 index 38a982fb4c..2b18773db9 100644 --- a/tests/de/iges_2/I1 +++ b/tests/de/iges_2/I1 @@ -10,11 +10,11 @@ set filename himm03.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 458 ( 1385 ) Summary = 458 ( 1385 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 330 ( 1385 ) Summary = 330 ( 1385 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 152 ( 152 ) Summary = 11567 ( 11582 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 152 ( 152 ) FreeWire = 305 ( 441 ) FreeEdge = 2665 ( 2588 ) SharedEdge = 5140 ( 5064 ) -TOLERANCE : MaxTol = 0.9892459055 ( 0.9892459128 ) AvgTol = 0.00474521408 ( 0.01316570987 ) +TOLERANCE : MaxTol = 0.9892459055 ( 0.9892459128 ) AvgTol = 0.004744883571 ( 0.01316570987 ) LABELS : N0Labels = 10 ( 10 ) N1Labels = 553 ( 1961 ) N2Labels = 0 ( 0 ) TotalLabels = 563 ( 1971 ) NameLabels = 563 ( 909 ) ColorLabels = 553 ( 1970 ) LayerLabels = 533 ( 1938 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 8 ) diff --git a/tests/de/iges_2/I2 b/tests/de/iges_2/I2 index ded1b36277..7726376658 100644 --- a/tests/de/iges_2/I2 +++ b/tests/de/iges_2/I2 @@ -8,11 +8,11 @@ set filename igsBF1.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 13 ( 24 ) Summary = 13 ( 24 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 10 ( 24 ) Summary = 10 ( 24 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 12 ( 12 ) Summary = 1589 ( 1589 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 12 ( 12 ) FreeWire = 0 ( 0 ) FreeEdge = 199 ( 199 ) SharedEdge = 687 ( 687 ) -TOLERANCE : MaxTol = 1e-005 ( 1e-005 ) AvgTol = 3.615313335e-007 ( 4.295805207e-006 ) +TOLERANCE : MaxTol = 1e-005 ( 1e-005 ) AvgTol = 3.090240818e-007 ( 4.295805207e-006 ) LABELS : N0Labels = 212 ( 212 ) N1Labels = 0 ( 72 ) N2Labels = 0 ( 0 ) TotalLabels = 212 ( 284 ) NameLabels = 212 ( 212 ) ColorLabels = 211 ( 284 ) LayerLabels = 211 ( 284 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 5 ) diff --git a/tests/de/iges_2/I3 b/tests/de/iges_2/I3 index 1ac010a177..1f7c32f31c 100644 --- a/tests/de/iges_2/I3 +++ b/tests/de/iges_2/I3 @@ -9,11 +9,11 @@ set filename ims002.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 20 ( 256 ) Summary = 20 ( 256 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 20 ( 257 ) Summary = 20 ( 257 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 78 ( 78 ) Summary = 5036 ( 5295 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 78 ( 78 ) FreeWire = 75 ( 334 ) FreeEdge = 1251 ( 1251 ) SharedEdge = 1965 ( 1965 ) -TOLERANCE : MaxTol = 0.2578298329 ( 0.2578045038 ) AvgTol = 0.001390575043 ( 0.001647287642 ) +TOLERANCE : MaxTol = 0.2578298329 ( 0.2578045038 ) AvgTol = 0.001358353951 ( 0.00164678188 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 880 ( 1523 ) N2Labels = 0 ( 0 ) TotalLabels = 881 ( 1524 ) NameLabels = 881 ( 1008 ) ColorLabels = 880 ( 1523 ) LayerLabels = 858 ( 1496 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 7 ) diff --git a/tests/de/iges_2/I4 b/tests/de/iges_2/I4 index 7d3da17ec1..e3ea1788b6 100644 --- a/tests/de/iges_2/I4 +++ b/tests/de/iges_2/I4 @@ -8,7 +8,7 @@ set filename ims004.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 93 ) Summary = 0 ( 93 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 95 ) Summary = 0 ( 95 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 96 ( 96 ) Summary = 2333 ( 2333 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 96 ( 96 ) FreeWire = 14 ( 14 ) FreeEdge = 360 ( 360 ) SharedEdge = 871 ( 871 ) diff --git a/tests/de/iges_2/I5 b/tests/de/iges_2/I5 index 5f0a73d4ae..083a57d183 100644 --- a/tests/de/iges_2/I5 +++ b/tests/de/iges_2/I5 @@ -1,12 +1,13 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: LABELS : Faulty" -puts "TODO CR23096 ALL: COLORS : Faulty" +puts "TODO CR23096 ALL: COLORS : Faulty" + set filename ims013.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 38 ( 160 ) Warnings = 38 ( 799 ) Summary = 76 ( 959 ) +TPSTAT : Faulties = 0 ( 160 ) Warnings = 38 ( 799 ) Summary = 38 ( 959 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 854 ( 702 ) Summary = 25375 ( 23837 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 854 ( 854 ) FreeWire = 9 ( 31 ) FreeEdge = 3865 ( 3865 ) SharedEdge = 9820 ( 9202 ) diff --git a/tests/de/iges_2/I6 b/tests/de/iges_2/I6 index f6aa062bb0..6f027d39ff 100644 --- a/tests/de/iges_2/I6 +++ b/tests/de/iges_2/I6 @@ -13,7 +13,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.0003212231779 ( 0.000320199395 ) 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 ) diff --git a/tests/de/iges_2/I7 b/tests/de/iges_2/I7 index e8c248184b..a64604a605 100644 --- a/tests/de/iges_2/I7 +++ b/tests/de/iges_2/I7 @@ -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" @@ -10,9 +9,9 @@ set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) TPSTAT : Faulties = 0 ( 0 ) Warnings = 120 ( 402 ) Summary = 120 ( 402 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) -NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 138 ( 138 ) Summary = 10561 ( 10563 ) -STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 138 ( 138 ) FreeWire = 6 ( 6 ) FreeEdge = 353 ( 353 ) SharedEdge = 4947 ( 4949 ) -TOLERANCE : MaxTol = 0.07559058774 ( 0.07559058772 ) AvgTol = 0.0006486207316 ( 0.0006485487307 ) +NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 138 ( 138 ) Summary = 10563 ( 10563 ) +STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 138 ( 138 ) FreeWire = 6 ( 6 ) FreeEdge = 353 ( 353 ) SharedEdge = 4949 ( 4949 ) +TOLERANCE : MaxTol = 0.07559058774 ( 0.07559058772 ) AvgTol = 0.0006486647078 ( 0.0006485486933 ) LABELS : N0Labels = 503 ( 503 ) N1Labels = 0 ( 196 ) N2Labels = 0 ( 0 ) TotalLabels = 503 ( 699 ) NameLabels = 503 ( 503 ) ColorLabels = 470 ( 699 ) LayerLabels = 313 ( 344 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 7 ) diff --git a/tests/de/iges_2/I9 b/tests/de/iges_2/I9 index 6b6a3c5fa2..211256a77a 100644 --- a/tests/de/iges_2/I9 +++ b/tests/de/iges_2/I9 @@ -10,11 +10,11 @@ set filename BUC60215.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 201 ) Warnings = 18 ( 481 ) Summary = 18 ( 682 ) +TPSTAT : Faulties = 0 ( 201 ) Warnings = 12 ( 487 ) Summary = 12 ( 688 ) CHECKSHAPE : Wires = 1 ( 0 ) Faces = 1 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 117 ( 117 ) Summary = 9970 ( 10003 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 117 ( 117 ) FreeWire = 60 ( 93 ) FreeEdge = 2720 ( 2720 ) SharedEdge = 3521 ( 3521 ) -TOLERANCE : MaxTol = 0.7859817704 ( 0.7859817704 ) AvgTol = 0.006159730821 ( 0.006523979249 ) +TOLERANCE : MaxTol = 0.7859817704 ( 0.7859817704 ) AvgTol = 0.005733330289 ( 0.006491446419 ) LABELS : N0Labels = 2 ( 2 ) N1Labels = 2639 ( 3327 ) N2Labels = 0 ( 0 ) TotalLabels = 2641 ( 3329 ) NameLabels = 2641 ( 2850 ) ColorLabels = 2639 ( 3327 ) LayerLabels = 2607 ( 3290 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 7 ( 9 ) diff --git a/tests/de/iges_2/J1 b/tests/de/iges_2/J1 index 9f67cb94ef..3eedf025ec 100644 --- a/tests/de/iges_2/J1 +++ b/tests/de/iges_2/J1 @@ -13,7 +13,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 512 ( 3435 ) Summary = 512 ( 3 CHECKSHAPE : Wires = 0 ( 2 ) Faces = 1 ( 2 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 636 ( 628 ) Summary = 25751 ( 25764 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 636 ( 628 ) FreeWire = 51 ( 87 ) FreeEdge = 297 ( 297 ) SharedEdge = 12156 ( 12155 ) -TOLERANCE : MaxTol = 0.9940193324 ( 0.9940193324 ) AvgTol = 0.01618901793 ( 0.01618253099 ) +TOLERANCE : MaxTol = 0.9940193324 ( 0.9940193324 ) AvgTol = 0.01618901796 ( 0.01618253099 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 711 ( 11812 ) N2Labels = 0 ( 0 ) TotalLabels = 712 ( 11813 ) NameLabels = 708 ( 765 ) ColorLabels = 711 ( 11812 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 5 ) diff --git a/tests/de/iges_3/A1 b/tests/de/iges_3/A1 index 2efdfb905b..6d0c885f96 100644 --- a/tests/de/iges_3/A1 +++ b/tests/de/iges_3/A1 @@ -9,11 +9,11 @@ set filename PUNZONE.igs set ref_data { DATA : Faulties = 0 ( 1 ) Warnings = 0 ( 1 ) Summary = 0 ( 2 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 1046 ( 2771 ) Summary = 1046 ( 2771 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 1002 ( 2771 ) Summary = 1002 ( 2771 ) CHECKSHAPE : Wires = 2 ( 2 ) Faces = 4 ( 4 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1127 ( 1125 ) Summary = 44255 ( 44256 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1127 ( 1125 ) FreeWire = 26 ( 26 ) FreeEdge = 1197 ( 1197 ) SharedEdge = 20967 ( 20967 ) -TOLERANCE : MaxTol = 0.08512566596 ( 0.08512566591 ) AvgTol = 0.005307091322 ( 0.005307835441 ) +TOLERANCE : MaxTol = 0.08512566596 ( 0.08512566591 ) AvgTol = 0.005307061999 ( 0.005307835441 ) LABELS : N0Labels = 1155 ( 1155 ) N1Labels = 0 ( 1504 ) N2Labels = 0 ( 0 ) TotalLabels = 1155 ( 2659 ) NameLabels = 1155 ( 2265 ) ColorLabels = 1125 ( 2659 ) LayerLabels = 1125 ( 1125 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 4 ) diff --git a/tests/de/iges_3/A2 b/tests/de/iges_3/A2 index dc7c67caf2..7b304d295b 100644 --- a/tests/de/iges_3/A2 +++ b/tests/de/iges_3/A2 @@ -1,4 +1,6 @@ # !!!! 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 ALL: LAYERS : Faulty" @@ -11,12 +13,12 @@ set filename UKI60094.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 4 ( 33 ) Warnings = 128 ( 321 ) Summary = 132 ( 354 ) -CHECKSHAPE : Wires = 0 ( 4 ) Faces = 0 ( 2 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) -NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 419 ( 159 ) Summary = 7849 ( 4462 ) -STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 419 ( 419 ) FreeWire = 66 ( 114 ) FreeEdge = 430 ( 430 ) SharedEdge = 3349 ( 1895 ) -TOLERANCE : MaxTol = 5.365866916 ( 2716.882548 ) AvgTol = 0.02543917817 ( 5.140512589 ) -LABELS : N0Labels = 3 ( 3 ) N1Labels = 325 ( 1838 ) N2Labels = 0 ( 0 ) TotalLabels = 328 ( 1841 ) NameLabels = 328 ( 424 ) ColorLabels = 325 ( 1838 ) LayerLabels = 193 ( 1573 ) +TPSTAT : Faulties = 0 ( 33 ) Warnings = 128 ( 323 ) Summary = 128 ( 356 ) +CHECKSHAPE : Wires = 1 ( 2 ) Faces = 4 ( 2 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) +NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 424 ( 159 ) Summary = 7865 ( 4458 ) +STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 424 ( 419 ) FreeWire = 66 ( 114 ) FreeEdge = 430 ( 430 ) SharedEdge = 3353 ( 1895 ) +TOLERANCE : MaxTol = 3.181989255 ( 2716.882548 ) AvgTol = 0.008643189151 ( 4.445642549 ) +LABELS : N0Labels = 3 ( 3 ) N1Labels = 325 ( 1834 ) N2Labels = 0 ( 0 ) TotalLabels = 328 ( 1837 ) NameLabels = 328 ( 425 ) ColorLabels = 325 ( 1834 ) LayerLabels = 193 ( 1569 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 7 ) COLORS : Colors = GREEN MATRABLUE RED RED4 WHITE YELLOW ( GREEN MAGENTA1 MATRABLUE RED RED4 WHITE YELLOW ) diff --git a/tests/de/iges_3/A3 b/tests/de/iges_3/A3 index ebe6177e78..9ad6dbefb6 100644 --- a/tests/de/iges_3/A3 +++ b/tests/de/iges_3/A3 @@ -3,19 +3,21 @@ 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 Mandriva2010: Error : 1 differences with reference data found :" -puts "TODO DEBUG_OCC24121 Debian60-64: Error : 1 differences with reference data found" +puts "TODO CR23096 Debian60-64: Error : 1 differences with reference data found :" set LinuxDiff 1 set filename UKI60107-6.igs set ref_data { -DATA : Faulties = 0 ( 477 ) Warnings = 0 ( 0 ) Summary = 0 ( 477 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 18 ( 317 ) Summary = 18 ( 317 ) +DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 17 ( 317 ) Summary = 17 ( 317 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 79 ( 79 ) Summary = 3800 ( 3951 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 79 ( 79 ) FreeWire = 79 ( 230 ) FreeEdge = 865 ( 865 ) SharedEdge = 1481 ( 1481 ) -TOLERANCE : MaxTol = 0.06847151249 ( 0.8635005927 ) AvgTol = 0.001367274001 ( 0.003521828342 ) +TOLERANCE : MaxTol = 0.06847151249 ( 0.8635005927 ) AvgTol = 0.001337103007 ( 0.003525405269 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 596 ( 1119 ) N2Labels = 0 ( 0 ) TotalLabels = 597 ( 1120 ) NameLabels = 597 ( 745 ) ColorLabels = 596 ( 1119 ) LayerLabels = 577 ( 1100 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 7 ) diff --git a/tests/de/iges_3/A4 b/tests/de/iges_3/A4 index dff04e2bad..d37e225f83 100644 --- a/tests/de/iges_3/A4 +++ b/tests/de/iges_3/A4 @@ -10,11 +10,11 @@ set filename BUC40132.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 238 ) Warnings = 483 ( 2531 ) Summary = 483 ( 2769 ) +TPSTAT : Faulties = 0 ( 238 ) Warnings = 482 ( 2532 ) Summary = 482 ( 2770 ) CHECKSHAPE : Wires = 3 ( 3 ) Faces = 3 ( 3 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1346 ( 1345 ) Summary = 22207 ( 22290 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1346 ( 1345 ) FreeWire = 96 ( 170 ) FreeEdge = 1061 ( 1061 ) SharedEdge = 9265 ( 9275 ) -TOLERANCE : MaxTol = 0.8630766579 ( 1.367916315 ) AvgTol = 0.008034943314 ( 0.008258022117 ) +TOLERANCE : MaxTol = 0.8630766579 ( 1.367916315 ) AvgTol = 0.008032623547 ( 0.008257993798 ) LABELS : N0Labels = 27 ( 27 ) N1Labels = 2100 ( 6099 ) N2Labels = 0 ( 0 ) TotalLabels = 2127 ( 6126 ) NameLabels = 2127 ( 2596 ) ColorLabels = 2114 ( 6125 ) LayerLabels = 2114 ( 6125 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 11 ( 12 ) diff --git a/tests/de/iges_3/A6 b/tests/de/iges_3/A6 index 8d7cfa92c9..e35930af9e 100644 --- a/tests/de/iges_3/A6 +++ b/tests/de/iges_3/A6 @@ -12,7 +12,7 @@ TPSTAT : Faulties = 0 ( 3 ) Warnings = 62 ( 313 ) Summary = 62 ( 316 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 145 ( 145 ) Summary = 3869 ( 3869 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 145 ( 145 ) FreeWire = 64 ( 64 ) FreeEdge = 617 ( 617 ) SharedEdge = 1627 ( 1627 ) -TOLERANCE : MaxTol = 0.0521262172 ( 0.0521264751 ) AvgTol = 0.0004294496734 ( 0.00042271571 ) +TOLERANCE : MaxTol = 0.0521262172 ( 0.0521264751 ) AvgTol = 0.0004294496628 ( 0.0004227153137 ) LABELS : N0Labels = 2 ( 2 ) N1Labels = 346 ( 756 ) N2Labels = 0 ( 0 ) TotalLabels = 348 ( 758 ) NameLabels = 348 ( 478 ) ColorLabels = 347 ( 757 ) LayerLabels = 336 ( 744 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 3 ) diff --git a/tests/de/iges_3/A7 b/tests/de/iges_3/A7 index 7c9c0e68c2..2fe4c66a16 100644 --- a/tests/de/iges_3/A7 +++ b/tests/de/iges_3/A7 @@ -1,7 +1,6 @@ # !!!! This file is generated automatically, do not edit manually! See end script -puts "TODO ?CR23096 ALL: LABELS : Faulty" -puts "TODO ?DEBUG_OCC24121 Debian60-64 Windows: Process killed by CPU limit" -puts "TODO ?DEBUG_OCC24121 Debian60-64 Windows: TEST INCOMPLETE" +puts "TODO CR23096 ALL: LABELS : Faulty" + set filename t_cat_424_002_sgi_hybdrw_vw_dosenhalter_standard.igs @@ -11,7 +10,7 @@ TPSTAT : Faulties = 0 ( 569 ) Warnings = 103 ( 8440 ) Summary = 103 ( CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 9171 ( 9171 ) Summary = 288559 ( 288510 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 9171 ( 9171 ) FreeWire = 998 ( 1096 ) FreeEdge = 28215 ( 28215 ) SharedEdge = 122324 ( 122275 ) -TOLERANCE : MaxTol = 0.6305328468 ( 0.6305328468 ) AvgTol = 0.0003777026264 ( 0.0003780896454 ) +TOLERANCE : MaxTol = 0.6305328468 ( 0.6305328468 ) AvgTol = 0.0003777026196 ( 0.0003780896454 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 31624 ( 37142 ) N2Labels = 0 ( 0 ) TotalLabels = 31625 ( 37143 ) NameLabels = 31621 ( 36777 ) ColorLabels = 31624 ( 37142 ) LayerLabels = 29174 ( 34054 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) diff --git a/tests/de/iges_3/A8 b/tests/de/iges_3/A8 index 5fa1103345..c4f6cd1d41 100644 --- a/tests/de/iges_3/A8 +++ b/tests/de/iges_3/A8 @@ -2,12 +2,13 @@ puts "TODO CR23096 ALL: NBSHAPES : Faulty" puts "TODO CR23096 ALL: LABELS : Faulty" + set filename VERSEUSE.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 2 ( 19 ) Warnings = 91 ( 1127 ) Summary = 93 ( 1146 ) -CHECKSHAPE : Wires = 1 ( 2 ) Faces = 1 ( 2 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) +TPSTAT : Faulties = 0 ( 19 ) Warnings = 99 ( 1127 ) Summary = 99 ( 1146 ) +CHECKSHAPE : Wires = 0 ( 1 ) Faces = 0 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 436 ( 436 ) Summary = 7823 ( 7826 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 436 ( 436 ) FreeWire = 15 ( 15 ) FreeEdge = 208 ( 208 ) SharedEdge = 3430 ( 3431 ) TOLERANCE : MaxTol = 0.8904045146 ( 0.8904045345 ) AvgTol = 0.01244629536 ( 0.01247379594 ) diff --git a/tests/de/iges_3/A9 b/tests/de/iges_3/A9 index 7069f8642e..aa386db8ee 100644 --- a/tests/de/iges_3/A9 +++ b/tests/de/iges_3/A9 @@ -1,24 +1,17 @@ # !!!! 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: CHECKSHAPE : Faulty" -puts "TODO ?CR23096 ALL: Error : 5 differences with reference data found" -puts "TODO ?OCC24048 ALL: Error : 3 differences with reference data found" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: Exception in Segment()" -puts "TODO ?DEBUG_OCC24121 Debian60-64: Process killed by CPU limit" -puts "TODO ?DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE" +puts "TODO CR23096 ALL: LABELS : Faulty" + set filename BUC60291.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 26 ( 0 ) Warnings = 12567 ( 31118 ) Summary = 12593 ( 31118 ) -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 ) -LABELS : N0Labels = 6500 ( 6500 ) N1Labels = 0 ( 25534 ) N2Labels = 0 ( 0 ) TotalLabels = 6500 ( 32034 ) NameLabels = 6500 ( 6500 ) ColorLabels = 6500 ( 32034 ) LayerLabels = 6500 ( 32034 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 5745 ( 31066 ) Summary = 5745 ( 31066 ) +CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) +NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 6500 ( 6500 ) Summary = 158092 ( 158092 ) +STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 6500 ( 6500 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 72654 ( 72654 ) +TOLERANCE : MaxTol = 0.9560441943 ( 0.9560441934 ) AvgTol = 0.00182443883 ( 0.001822190978 ) +LABELS : N0Labels = 6500 ( 6500 ) N1Labels = 0 ( 25582 ) N2Labels = 0 ( 0 ) TotalLabels = 6500 ( 32082 ) NameLabels = 6500 ( 6500 ) ColorLabels = 6500 ( 32082 ) LayerLabels = 6500 ( 32082 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) COLORS : Colors = YELLOW ( YELLOW ) diff --git a/tests/de/iges_3/B1 b/tests/de/iges_3/B1 index 6c605b7025..ef86a2554e 100644 --- a/tests/de/iges_3/B1 +++ b/tests/de/iges_3/B1 @@ -1,8 +1,7 @@ # !!!! This file is generated automatically, do not edit manually! See end script -puts "TODO ?CR23096 ALL: TOLERANCE : Faulty" -puts "TODO ?CR23096 ALL: LABELS : Faulty" -puts "TODO ?DEBUG_OCC24121 Debian60-64: Process killed by CPU limit" -puts "TODO ?DEBUG_OCC24121 Debian60-64: TEST INCOMPLETE" +puts "TODO CR23096 ALL: TOLERANCE : Faulty" +puts "TODO CR23096 ALL: LABELS : Faulty" + set filename BUC60390.igs @@ -12,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 12 ( 1168 ) Summary = 12 ( 116 CHECKSHAPE : Wires = 16 ( 16 ) Faces = 24 ( 24 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 224 ( 224 ) Summary = 73673 ( 73661 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 224 ( 224 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 36616 ( 36608 ) -TOLERANCE : MaxTol = 0.3297745494 ( 0.0412874456 ) AvgTol = 8.510529471e-05 ( 3.712938892e-05 ) +TOLERANCE : MaxTol = 0.3297745494 ( 0.0412874456 ) AvgTol = 8.510529471e-005 ( 3.712938892e-005 ) LABELS : N0Labels = 224 ( 224 ) N1Labels = 0 ( 21432 ) N2Labels = 0 ( 0 ) TotalLabels = 224 ( 21656 ) NameLabels = 224 ( 224 ) ColorLabels = 224 ( 21656 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/iges_3/B2 b/tests/de/iges_3/B2 index 22ea1ea2d7..4840ca1e36 100644 --- a/tests/de/iges_3/B2 +++ b/tests/de/iges_3/B2 @@ -1,20 +1,22 @@ # !!!! 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: 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 set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 1199 ( 1951 ) Summary = 1199 ( 1951 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 885 ( 1951 ) Summary = 885 ( 1951 ) CHECKSHAPE : Wires = 7 ( 5 ) Faces = 4 ( 3 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1229 ( 1223 ) Summary = 68993 ( 68973 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1229 ( 1223 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 33281 ( 33277 ) -TOLERANCE : MaxTol = 0.002714431471 ( 0.001436622896 ) AvgTol = 1.786600839e-006 ( 9.67254763e-006 ) +TOLERANCE : MaxTol = 0.002714431471 ( 0.001436622896 ) AvgTol = 1.633540416e-006 ( 9.67254763e-006 ) LABELS : N0Labels = 1215 ( 1215 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1215 ( 1215 ) NameLabels = 1215 ( 1215 ) ColorLabels = 0 ( 0 ) LayerLabels = 1207 ( 1215 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_1/A2 b/tests/de/step_1/A2 index bf12cf3ca0..dd55279d37 100644 --- a/tests/de/step_1/A2 +++ b/tests/de/step_1/A2 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 30 ( 30 ) Summary = 30 ( 30 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 35 ( 35 ) Summary = 223 ( 223 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 35 ( 35 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 82 ( 82 ) -TOLERANCE : MaxTol = 4.297107005e-005 ( 4.297107017e-005 ) AvgTol = 1.377798091e-005 ( 1.381138283e-005 ) +TOLERANCE : MaxTol = 4.199313252e-005 ( 4.297107017e-005 ) AvgTol = 1.375200154e-005 ( 1.381138283e-005 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_1/A3 b/tests/de/step_1/A3 index 896ac2417d..b399859590 100644 --- a/tests/de/step_1/A3 +++ b/tests/de/step_1/A3 @@ -6,11 +6,11 @@ set filename id_turbine-C.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 13 ( 58 ) Summary = 13 ( 58 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 42 ( 58 ) Summary = 42 ( 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 ) +NBSHAPES : Solid = 0 ( 0 ) Shell = 49 ( 0 ) Face = 49 ( 49 ) Summary = 579 ( 530 ) +STATSHAPE : Solid = 0 ( 0 ) Shell = 49 ( 0 ) Face = 49 ( 49 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 220 ( 218 ) +TOLERANCE : MaxTol = 0.003591433268 ( 0.003591433268 ) AvgTol = 0.0002622543709 ( 0.0002642585768 ) 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 ) diff --git a/tests/de/step_1/A4 b/tests/de/step_1/A4 index 95005563a2..aec8d4975f 100644 --- a/tests/de/step_1/A4 +++ b/tests/de/step_1/A4 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 25 ( 10 ) Summary = 25 ( 10 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 2 ( 2 ) Shell = 2 ( 2 ) Face = 80 ( 80 ) Summary = 674 ( 661 ) STATSHAPE : Solid = 2 ( 2 ) Shell = 2 ( 2 ) Face = 80 ( 80 ) FreeWire = 0 ( 0 ) FreeEdge = 12 ( 12 ) SharedEdge = 261 ( 261 ) -TOLERANCE : MaxTol = 0.0009825722198 ( 0.0009825722195 ) AvgTol = 7.814614039e-005 ( 7.722166107e-005 ) +TOLERANCE : MaxTol = 0.0009825722198 ( 0.0009825722195 ) AvgTol = 7.814613912e-005 ( 7.722166107e-005 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 5 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_1/B1 b/tests/de/step_1/B1 index 52a30a2dbc..6ce0309890 100644 --- a/tests/de/step_1/B1 +++ b/tests/de/step_1/B1 @@ -6,11 +6,11 @@ set filename Box.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 24 ( 26 ) Summary = 24 ( 26 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 26 ( 27 ) Summary = 26 ( 27 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 226 ( 226 ) Summary = 1367 ( 1365 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 226 ( 226 ) FreeWire = 0 ( 0 ) FreeEdge = 2 ( 2 ) SharedEdge = 553 ( 553 ) -TOLERANCE : MaxTol = 0.004186274562 ( 0.004186316422 ) AvgTol = 6.102206475e-005 ( 6.108824002e-005 ) +TOLERANCE : MaxTol = 0.004186274562 ( 0.004186316422 ) AvgTol = 6.222296623e-005 ( 6.16998157e-005 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 4 ) N2Labels = 0 ( 2 ) TotalLabels = 5 ( 9 ) NameLabels = 5 ( 6 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_1/B4 b/tests/de/step_1/B4 index 72bb55ffe2..c4e4fd1dca 100644 --- a/tests/de/step_1/B4 +++ b/tests/de/step_1/B4 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 40 ) Summary = 4 ( 40 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 36 ( 3 ) Face = 186 ( 186 ) Summary = 1404 ( 1371 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 36 ( 3 ) Face = 186 ( 186 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 548 ( 548 ) -TOLERANCE : MaxTol = 0.00767687178 ( 0.007676871778 ) AvgTol = 0.0001469602744 ( 0.0001476364721 ) +TOLERANCE : MaxTol = 0.00767687178 ( 0.007676871778 ) AvgTol = 0.000146989591 ( 0.0001476364721 ) LABELS : N0Labels = 5 ( 5 ) N1Labels = 37 ( 37 ) N2Labels = 0 ( 0 ) TotalLabels = 42 ( 42 ) NameLabels = 9 ( 9 ) ColorLabels = 36 ( 36 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_1/B9 b/tests/de/step_1/B9 index 8c02484bec..0d93dc2966 100644 --- a/tests/de/step_1/B9 +++ b/tests/de/step_1/B9 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 6 ) Summary = 4 ( 6 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 52 ( 52 ) Summary = 426 ( 404 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 52 ( 52 ) FreeWire = 0 ( 0 ) FreeEdge = 21 ( 21 ) SharedEdge = 157 ( 157 ) -TOLERANCE : MaxTol = 0.0004859880213 ( 0.0004859879605 ) AvgTol = 3.800436207e-005 ( 3.800656009e-005 ) +TOLERANCE : MaxTol = 0.0004859880213 ( 0.0004859879605 ) AvgTol = 3.800436207e-005 ( 3.800656244e-005 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 5 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_1/C2 b/tests/de/step_1/C2 index 341a7ecad1..329f25870b 100644 --- a/tests/de/step_1/C2 +++ b/tests/de/step_1/C2 @@ -11,7 +11,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.0006604275096 ( 0.0005391951287 ) 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 ) diff --git a/tests/de/step_1/C6 b/tests/de/step_1/C6 index 1e026ef0a7..c80124b37f 100644 --- a/tests/de/step_1/C6 +++ b/tests/de/step_1/C6 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 1 ) Summary = 1 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 14 ( 10 ) Face = 14 ( 14 ) Summary = 184 ( 155 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 14 ( 10 ) Face = 14 ( 14 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 56 ( 50 ) -TOLERANCE : MaxTol = 0.0001957201735 ( 0.005490898223 ) AvgTol = 3.303117919e-005 ( 0.0004776973422 ) +TOLERANCE : MaxTol = 0.0001957201735 ( 0.005490898223 ) AvgTol = 3.286972717e-005 ( 0.0004776973929 ) 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 ) diff --git a/tests/de/step_1/C8 b/tests/de/step_1/C8 index 89657cb220..2d99e2522b 100644 --- a/tests/de/step_1/C8 +++ b/tests/de/step_1/C8 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 30 ( 30 ) Summary = 30 ( 30 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 35 ( 35 ) Summary = 223 ( 223 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 35 ( 35 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 82 ( 82 ) -TOLERANCE : MaxTol = 4.297107005e-005 ( 4.297107017e-005 ) AvgTol = 1.377798091e-005 ( 1.381138283e-005 ) +TOLERANCE : MaxTol = 4.199313252e-005 ( 4.297107017e-005 ) AvgTol = 1.375200154e-005 ( 1.381138283e-005 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_1/D1 b/tests/de/step_1/D1 index f7040287f8..d6a246ff2c 100644 --- a/tests/de/step_1/D1 +++ b/tests/de/step_1/D1 @@ -1,17 +1,16 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: LABELS : Faulty" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: ShapeFix_ComposeShell" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: color name" + set filename trj9_b2-ai-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 8 ( 39 ) Summary = 8 ( 39 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 9 ( 40 ) Summary = 9 ( 40 ) CHECKSHAPE : Wires = 0 ( 1 ) Faces = 0 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 2 ( 2 ) Shell = 2 ( 2 ) Face = 222 ( 222 ) Summary = 1470 ( 1466 ) STATSHAPE : Solid = 2 ( 2 ) Shell = 2 ( 2 ) Face = 222 ( 222 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 611 ( 609 ) -TOLERANCE : MaxTol = 0.004950186716 ( 0.004950186717 ) AvgTol = 0.00035547308 ( 0.0003597232937 ) +TOLERANCE : MaxTol = 0.004950186716 ( 0.004950186717 ) AvgTol = 0.0003554734562 ( 0.00035972426 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 2 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 3 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 2 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 1 ( 1 ) Volume = 1 ( 1 ) Area = 1 ( 1 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_1/D3 b/tests/de/step_1/D3 index 6db12fbe0d..59f9f00e59 100644 --- a/tests/de/step_1/D3 +++ b/tests/de/step_1/D3 @@ -2,6 +2,7 @@ puts "TODO CR23096 ALL: TPSTAT : Faulty" puts "TODO CR23096 ALL: LABELS : Faulty" + set filename mat-a.stp set ref_data { @@ -10,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 50 ( 20 ) Summary = 50 ( 20 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 113 ( 113 ) Summary = 903 ( 890 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 113 ( 113 ) FreeWire = 0 ( 0 ) FreeEdge = 12 ( 12 ) SharedEdge = 354 ( 354 ) -TOLERANCE : MaxTol = 0.0009825722198 ( 0.0009825722195 ) AvgTol = 0.0001141911626 ( 0.0001128350947 ) +TOLERANCE : MaxTol = 0.0009825722198 ( 0.0009825722195 ) AvgTol = 0.0001141911607 ( 0.00011283487 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 5 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_1/D4 b/tests/de/step_1/D4 index 473f5e2942..20337e3f23 100644 --- a/tests/de/step_1/D4 +++ b/tests/de/step_1/D4 @@ -2,6 +2,7 @@ puts "TODO CR23096 ALL: TPSTAT : Faulty" puts "TODO CR23096 ALL: LABELS : Faulty" + set filename mat-bas.stp set ref_data { @@ -10,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 50 ( 20 ) Summary = 50 ( 20 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 127 ( 127 ) Summary = 1022 ( 1008 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 127 ( 127 ) FreeWire = 0 ( 0 ) FreeEdge = 13 ( 13 ) SharedEdge = 403 ( 403 ) -TOLERANCE : MaxTol = 0.0009825722198 ( 0.0009825722195 ) AvgTol = 0.0001005178369 ( 9.932570124e-005 ) +TOLERANCE : MaxTol = 0.0009825722198 ( 0.0009825722195 ) AvgTol = 0.0001005178352 ( 9.932550373e-005 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 5 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_1/D7 b/tests/de/step_1/D7 index 733938922f..849156033f 100644 --- a/tests/de/step_1/D7 +++ b/tests/de/step_1/D7 @@ -10,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.09179894095 ( 0.157293174 ) AvgTol = 0.03046352927 ( 0.04644710495 ) +TOLERANCE : MaxTol = 0.09179894095 ( 0.157293174 ) AvgTol = 0.03046479329 ( 0.04644836897 ) 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 ) diff --git a/tests/de/step_1/D9 b/tests/de/step_1/D9 index 9e29a23f81..89d3e85dd5 100644 --- a/tests/de/step_1/D9 +++ b/tests/de/step_1/D9 @@ -10,7 +10,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.0002911716538 ( 0.0002911716555 ) 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 ) diff --git a/tests/de/step_1/E1 b/tests/de/step_1/E1 index 367290dfcd..e3f3e2ac82 100644 --- a/tests/de/step_1/E1 +++ b/tests/de/step_1/E1 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 8 ) Summary = 0 ( 8 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 52 ( 0 ) Face = 52 ( 52 ) Summary = 1228 ( 1045 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 52 ( 0 ) Face = 52 ( 52 ) FreeWire = 0 ( 0 ) FreeEdge = 131 ( 131 ) SharedEdge = 405 ( 405 ) -TOLERANCE : MaxTol = 0.007319568061 ( 0.01121716749 ) AvgTol = 0.0001836876899 ( 0.0003721357713 ) +TOLERANCE : MaxTol = 0.007319568061 ( 0.01121716749 ) AvgTol = 0.00018368769 ( 0.0003721357713 ) 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 ) diff --git a/tests/de/step_1/E2 b/tests/de/step_1/E2 index 97c0c1100b..f9d7ebdbf9 100644 --- a/tests/de/step_1/E2 +++ b/tests/de/step_1/E2 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 8 ) Summary = 0 ( 8 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 52 ( 0 ) Face = 52 ( 52 ) Summary = 1228 ( 1045 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 52 ( 0 ) Face = 52 ( 52 ) FreeWire = 0 ( 0 ) FreeEdge = 131 ( 131 ) SharedEdge = 405 ( 405 ) -TOLERANCE : MaxTol = 0.007319568061 ( 0.01121716749 ) AvgTol = 0.0001836876899 ( 0.0003721357713 ) +TOLERANCE : MaxTol = 0.007319568061 ( 0.01121716749 ) AvgTol = 0.00018368769 ( 0.0003721357713 ) 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 = 1 ( 1 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_1/E3 b/tests/de/step_1/E3 index 5e961c4536..d8402942e5 100644 --- a/tests/de/step_1/E3 +++ b/tests/de/step_1/E3 @@ -14,7 +14,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 21 ( 12 ) Summary = 21 ( 12 ) CHECKSHAPE : Wires = 2 ( 0 ) Faces = 2 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 4 ( 4 ) Shell = 4 ( 4 ) Face = 35 ( 35 ) Summary = 289 ( 266 ) STATSHAPE : Solid = 4 ( 4 ) Shell = 4 ( 4 ) Face = 35 ( 35 ) FreeWire = 0 ( 0 ) FreeEdge = 24 ( 24 ) SharedEdge = 103 ( 103 ) -TOLERANCE : MaxTol = 6.104502198e-06 ( 1e-05 ) AvgTol = 9.682983037e-07 ( 2.91037487e-06 ) +TOLERANCE : MaxTol = 6.104502198e-006 ( 1e-005 ) AvgTol = 9.283366159e-007 ( 2.903661931e-006 ) LABELS : N0Labels = 4 ( 4 ) N1Labels = 31 ( 31 ) N2Labels = 0 ( 0 ) TotalLabels = 35 ( 35 ) NameLabels = 7 ( 7 ) ColorLabels = 0 ( 0 ) LayerLabels = 28 ( 28 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_1/E6 b/tests/de/step_1/E6 index 8b0b1305de..7e59af5181 100644 --- a/tests/de/step_1/E6 +++ b/tests/de/step_1/E6 @@ -1,6 +1,6 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader" + set filename trj4_s1-ai-214.stp @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 6 ( 53 ) Summary = 6 ( 53 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 4 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 8 ( 8 ) Shell = 8 ( 8 ) Face = 104 ( 104 ) Summary = 621 ( 621 ) STATSHAPE : Solid = 8 ( 8 ) Shell = 8 ( 8 ) Face = 104 ( 104 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 224 ( 224 ) -TOLERANCE : MaxTol = 0.0007308879226 ( 0.002238579085 ) AvgTol = 1.539339341e-005 ( 3.279775257e-005 ) +TOLERANCE : MaxTol = 0.0007308879226 ( 0.002238579085 ) AvgTol = 1.539339339e-005 ( 3.279775257e-005 ) LABELS : N0Labels = 9 ( 9 ) N1Labels = 8 ( 8 ) N2Labels = 0 ( 0 ) TotalLabels = 17 ( 17 ) NameLabels = 17 ( 17 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 1 ( 1 ) Volume = 1 ( 1 ) Area = 1 ( 1 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_1/E7 b/tests/de/step_1/E7 index d7af3a94da..b881cb60d8 100644 --- a/tests/de/step_1/E7 +++ b/tests/de/step_1/E7 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 1 ) Summary = 1 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 58 ( 58 ) Face = 58 ( 58 ) Summary = 837 ( 475 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 58 ( 58 ) Face = 58 ( 58 ) FreeWire = 0 ( 16 ) FreeEdge = 16 ( 16 ) SharedEdge = 312 ( 165 ) -TOLERANCE : MaxTol = 0.0009782120279 ( 0.0009782609385 ) AvgTol = 5.668613309e-005 ( 0.0001086546236 ) +TOLERANCE : MaxTol = 0.0008167207419 ( 0.000816761578 ) AvgTol = 5.200297581e-005 ( 9.917834779e-005 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 60 ( 76 ) N2Labels = 0 ( 0 ) TotalLabels = 63 ( 79 ) NameLabels = 5 ( 5 ) ColorLabels = 58 ( 74 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_1/E9 b/tests/de/step_1/E9 index 2da7eed021..5c83345355 100644 --- a/tests/de/step_1/E9 +++ b/tests/de/step_1/E9 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 6 ) Summary = 4 ( 6 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 68 ( 68 ) Summary = 527 ( 503 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 68 ( 68 ) FreeWire = 0 ( 0 ) FreeEdge = 23 ( 23 ) SharedEdge = 192 ( 192 ) -TOLERANCE : MaxTol = 0.0004859880214 ( 0.0004859879605 ) AvgTol = 3.076798725e-005 ( 3.076976194e-005 ) +TOLERANCE : MaxTol = 0.0004859880214 ( 0.0004859879605 ) AvgTol = 3.07679873e-005 ( 3.076976385e-005 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 5 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_1/F6 b/tests/de/step_1/F6 index ee13aaf8f1..6d50fb1d18 100644 --- a/tests/de/step_1/F6 +++ b/tests/de/step_1/F6 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 28 ( 50 ) Summary = 28 ( 50 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 5 ( 5 ) Shell = 5 ( 5 ) Face = 57 ( 57 ) Summary = 419 ( 414 ) STATSHAPE : Solid = 18 ( 18 ) Shell = 18 ( 18 ) Face = 172 ( 172 ) FreeWire = 0 ( 0 ) FreeEdge = 4 ( 4 ) SharedEdge = 138 ( 138 ) -TOLERANCE : MaxTol = 7.326840578e-006 ( 7.326840237e-006 ) AvgTol = 2.434758849e-006 ( 2.434758833e-006 ) +TOLERANCE : MaxTol = 7.163569395e-006 ( 7.163569395e-006 ) AvgTol = 2.382828029e-006 ( 2.382828029e-006 ) LABELS : N0Labels = 14 ( 14 ) N1Labels = 20 ( 20 ) N2Labels = 0 ( 0 ) TotalLabels = 34 ( 34 ) NameLabels = 32 ( 32 ) ColorLabels = 7 ( 7 ) LayerLabels = 5 ( 5 ) PROPS : Centroid = 11 ( 24 ) Volume = 11 ( 11 ) Area = 11 ( 11 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_1/F9 b/tests/de/step_1/F9 index aeb249385d..507639018e 100644 --- a/tests/de/step_1/F9 +++ b/tests/de/step_1/F9 @@ -1,6 +1,6 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: STATSHAPE : Faulty" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error : 1 differences with reference data found" + set filename trj6_pm4-al-214.stp @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 23 ( 0 ) Face = 23 ( 23 ) Summary = 242 ( 219 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 23 ( 0 ) Face = 23 ( 23 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 86 ( 86 ) -TOLERANCE : MaxTol = 0.002671632586 ( 0.07709825342 ) AvgTol = 0.0002710505192 ( 0.003741051701 ) +TOLERANCE : MaxTol = 0.002671632586 ( 0.07709825342 ) AvgTol = 0.0002710505192 ( 0.003694019644 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 23 ( 23 ) N2Labels = 0 ( 0 ) TotalLabels = 24 ( 24 ) NameLabels = 1 ( 1 ) ColorLabels = 23 ( 23 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_1/G1 b/tests/de/step_1/G1 index 217436058d..b79e7b7e91 100644 --- a/tests/de/step_1/G1 +++ b/tests/de/step_1/G1 @@ -12,7 +12,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 9 ( 184 ) Summary = 9 ( 184 ) CHECKSHAPE : Wires = 2 ( 0 ) Faces = 2 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 236 ( 236 ) Summary = 1654 ( 1655 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 236 ( 236 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 653 ( 653 ) -TOLERANCE : MaxTol = 0.9036712736 ( 0.004380869839 ) AvgTol = 0.002836223222 ( 0.0001546087099 ) +TOLERANCE : MaxTol = 0.9036712736 ( 0.004380869839 ) AvgTol = 0.002836223222 ( 0.0001546745731 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 34 ( 34 ) N2Labels = 0 ( 0 ) TotalLabels = 35 ( 35 ) NameLabels = 1 ( 1 ) ColorLabels = 35 ( 35 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 11 ( 11 ) diff --git a/tests/de/step_1/G2 b/tests/de/step_1/G2 index 0302b13819..13916e0773 100644 --- a/tests/de/step_1/G2 +++ b/tests/de/step_1/G2 @@ -1,7 +1,7 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: LABELS : Faulty" puts "TODO CR23096 ALL: LAYERS : Faulty" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader" + set filename db_as1-A.stp diff --git a/tests/de/step_1/G3 b/tests/de/step_1/G3 index 95b9af52ee..c457626558 100644 --- a/tests/de/step_1/G3 +++ b/tests/de/step_1/G3 @@ -1,7 +1,7 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: LABELS : Faulty" puts "TODO CR23096 ALL: LAYERS : Faulty" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader" + set filename db_as1-B.stp @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 28 ( 28 ) Summary = 28 ( 28 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 5 ( 5 ) Shell = 5 ( 5 ) Face = 53 ( 53 ) Summary = 350 ( 350 ) STATSHAPE : Solid = 12 ( 12 ) Shell = 12 ( 12 ) Face = 112 ( 112 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 126 ( 126 ) -TOLERANCE : MaxTol = 7.326842303e-006 ( 7.326840268e-006 ) AvgTol = 3.181969984e-006 ( 3.189428163e-006 ) +TOLERANCE : MaxTol = 7.326842303e-006 ( 7.326840268e-006 ) AvgTol = 3.154767954e-006 ( 3.189428163e-006 ) LABELS : N0Labels = 6 ( 6 ) N1Labels = 12 ( 12 ) N2Labels = 0 ( 0 ) TotalLabels = 18 ( 18 ) NameLabels = 18 ( 18 ) ColorLabels = 5 ( 5 ) LayerLabels = 5 ( 17 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_1/G5 b/tests/de/step_1/G5 index 8d7d3cde59..3395fb99ab 100644 --- a/tests/de/step_1/G5 +++ b/tests/de/step_1/G5 @@ -2,7 +2,7 @@ puts "TODO CR23096 ALL: TPSTAT : Faulty" puts "TODO CR23096 ALL: LABELS : Faulty" puts "TODO CR23096 ALL: LAYERS : Faulty" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader" + set filename trj3_s1-db-214.stp diff --git a/tests/de/step_1/G6 b/tests/de/step_1/G6 index 3c8e94008d..8209a7f2fe 100644 --- a/tests/de/step_1/G6 +++ b/tests/de/step_1/G6 @@ -1,7 +1,7 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: LABELS : Faulty" puts "TODO CR23096 ALL: LAYERS : Faulty" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader" + set filename tr8_as2_db.stp @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 28 ( 28 ) Summary = 28 ( 28 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 5 ( 5 ) Shell = 5 ( 5 ) Face = 53 ( 53 ) Summary = 353 ( 353 ) STATSHAPE : Solid = 18 ( 18 ) Shell = 18 ( 18 ) Face = 160 ( 160 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 126 ( 126 ) -TOLERANCE : MaxTol = 7.326842297e-006 ( 7.326840249e-006 ) AvgTol = 2.648692851e-006 ( 2.65157743e-006 ) +TOLERANCE : MaxTol = 7.326842297e-006 ( 7.326840249e-006 ) AvgTol = 2.619050232e-006 ( 2.65157743e-006 ) LABELS : N0Labels = 9 ( 9 ) N1Labels = 13 ( 13 ) N2Labels = 0 ( 0 ) TotalLabels = 22 ( 22 ) NameLabels = 22 ( 19 ) ColorLabels = 5 ( 5 ) LayerLabels = 5 ( 12 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 5 ) diff --git a/tests/de/step_1/G7 b/tests/de/step_1/G7 index ffbc018a3a..dc809cbb17 100644 --- a/tests/de/step_1/G7 +++ b/tests/de/step_1/G7 @@ -1,7 +1,7 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: LABELS : Faulty" puts "TODO CR23096 ALL: LAYERS : Faulty" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader" + set filename tr8_as2a_db.stp diff --git a/tests/de/step_1/G8 b/tests/de/step_1/G8 index 7ccdf676b6..aaf6c6c24b 100644 --- a/tests/de/step_1/G8 +++ b/tests/de/step_1/G8 @@ -8,11 +8,11 @@ set filename trj4_k1_geo-tc-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 8 ) Summary = 0 ( 8 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 8 ) Summary = 1 ( 8 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 59 ( 0 ) Face = 59 ( 59 ) Summary = 787 ( 787 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 59 ( 0 ) Face = 59 ( 59 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 304 ( 304 ) -TOLERANCE : MaxTol = 0.003826736784 ( 12.53619093 ) AvgTol = 0.0001420196162 ( 0.06469501933 ) +TOLERANCE : MaxTol = 0.003826736784 ( 0.003826736784 ) AvgTol = 0.0001420196159 ( 0.000142020283 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 59 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 60 ) NameLabels = 1 ( 1 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 59 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_1/G9 b/tests/de/step_1/G9 index e167d707a4..f43c761e52 100644 --- a/tests/de/step_1/G9 +++ b/tests/de/step_1/G9 @@ -10,10 +10,10 @@ set filename trj4_k1_geo-tu-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) TPSTAT : Faulties = 0 ( 0 ) Warnings = 5 ( 10 ) Summary = 5 ( 10 ) -CHECKSHAPE : Wires = 0 ( 1 ) Faces = 0 ( 2 ) Shells = 0 ( 2 ) Solids = 0 ( 0 ) +CHECKSHAPE : Wires = 1 ( 1 ) Faces = 1 ( 1 ) Shells = 0 ( 2 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 51 ( 2 ) Face = 51 ( 48 ) Summary = 584 ( 569 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 51 ( 2 ) Face = 51 ( 48 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 220 ( 218 ) -TOLERANCE : MaxTol = 0.4289319635 ( 0.007688098235 ) AvgTol = 0.01229028917 ( 0.0002401295371 ) +TOLERANCE : MaxTol = 0.4289319668 ( 0.007688098235 ) AvgTol = 0.0122902841 ( 0.0002401295385 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 44 ( 44 ) N2Labels = 0 ( 0 ) TotalLabels = 45 ( 45 ) NameLabels = 1 ( 1 ) ColorLabels = 44 ( 44 ) LayerLabels = 0 ( 44 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_1/H4 b/tests/de/step_1/H4 index 84c3b11214..5085536926 100644 --- a/tests/de/step_1/H4 +++ b/tests/de/step_1/H4 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 18 ( 16 ) Summary = 18 ( 16 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 160 ( 160 ) Summary = 1022 ( 1022 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 160 ( 160 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 420 ( 420 ) -TOLERANCE : MaxTol = 0.000243175147 ( 0.0002431751501 ) AvgTol = 8.043954081e-006 ( 8.05104887e-006 ) +TOLERANCE : MaxTol = 0.000243175147 ( 0.0002431751501 ) AvgTol = 8.050705279e-006 ( 8.05104887e-006 ) 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 ) diff --git a/tests/de/step_1/H8 b/tests/de/step_1/H8 index fcd48c3de6..17adfc78d3 100644 --- a/tests/de/step_1/H8 +++ b/tests/de/step_1/H8 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 3 ( 0 ) Summary = 3 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 73 ( 73 ) Summary = 433 ( 433 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 73 ( 73 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 168 ( 168 ) -TOLERANCE : MaxTol = 0.002049242464 ( 0.002049242464 ) AvgTol = 0.0001625554588 ( 0.0001625554855 ) +TOLERANCE : MaxTol = 0.002049242464 ( 0.002049242464 ) AvgTol = 0.0001598416736 ( 0.0001598416997 ) 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 ) diff --git a/tests/de/step_1/I1 b/tests/de/step_1/I1 index 7bf289b6b7..730be639be 100644 --- a/tests/de/step_1/I1 +++ b/tests/de/step_1/I1 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 18 ( 18 ) Summary = 18 ( 18 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 60 ( 60 ) Summary = 370 ( 370 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 60 ( 60 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 158 ( 158 ) -TOLERANCE : MaxTol = 8.855087235 ( 8.855087235 ) AvgTol = 0.2597585601 ( 0.2598177156 ) +TOLERANCE : MaxTol = 8.855087235 ( 8.855087235 ) AvgTol = 0.2597592097 ( 0.2598183653 ) 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 ) diff --git a/tests/de/step_1/I4 b/tests/de/step_1/I4 index 1e62908d1d..74807aa15c 100644 --- a/tests/de/step_1/I4 +++ b/tests/de/step_1/I4 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 14 ( 51 ) Summary = 14 ( 51 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 7 ( 7 ) Shell = 7 ( 7 ) Face = 35 ( 35 ) Summary = 200 ( 204 ) STATSHAPE : Solid = 7 ( 7 ) Shell = 7 ( 7 ) Face = 35 ( 35 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 73 ( 77 ) -TOLERANCE : MaxTol = 1.923934361e-006 ( 1.923934702e-006 ) AvgTol = 8.705111078e-007 ( 8.927244379e-007 ) +TOLERANCE : MaxTol = 1.923934361e-006 ( 1.923934702e-006 ) AvgTol = 8.837706424e-007 ( 8.927244379e-007 ) 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 ) diff --git a/tests/de/step_1/J5 b/tests/de/step_1/J5 index 3c040b31c8..dc5b05f87b 100644 --- a/tests/de/step_1/J5 +++ b/tests/de/step_1/J5 @@ -3,8 +3,8 @@ set filename bm1_ie_t4.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -CHECKSHAPE : Wires = 0 ( 1 ) Faces = 0 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) +CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 15 ( 15 ) Face = 16 ( 16 ) Summary = 173 ( 173 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 15 ( 15 ) Face = 16 ( 16 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 62 ( 62 ) TOLERANCE : MaxTol = 0.005727453836 ( 0.005727453946 ) AvgTol = 0.001247002689 ( 0.001247002697 ) diff --git a/tests/de/step_1/K1 b/tests/de/step_1/K1 index c1629fc061..f9fdc6baa4 100644 --- a/tests/de/step_1/K1 +++ b/tests/de/step_1/K1 @@ -3,11 +3,11 @@ set filename bm2_ca_lever-A.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 2 ( 21 ) Summary = 2 ( 21 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 2 ( 19 ) Summary = 2 ( 19 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 56 ( 56 ) Summary = 370 ( 370 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 56 ( 56 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 151 ( 151 ) -TOLERANCE : MaxTol = 0.009167989686 ( 0.009167989684 ) AvgTol = 0.0002906517901 ( 0.0002908516607 ) +TOLERANCE : MaxTol = 0.009167989686 ( 0.009167989684 ) AvgTol = 0.0002906517901 ( 0.0002908081263 ) 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 ) diff --git a/tests/de/step_1/K2 b/tests/de/step_1/K2 index 1460bf4c4b..23cd827c68 100644 --- a/tests/de/step_1/K2 +++ b/tests/de/step_1/K2 @@ -3,11 +3,11 @@ set filename bm2_ca_leverrod-A.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 19 ) Summary = 0 ( 19 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 17 ) Summary = 0 ( 17 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 60 ( 60 ) Summary = 404 ( 404 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 60 ( 60 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 167 ( 167 ) -TOLERANCE : MaxTol = 0.009168081366 ( 0.009168081364 ) AvgTol = 0.0003869985721 ( 0.0003873188656 ) +TOLERANCE : MaxTol = 0.009168081366 ( 0.009168081364 ) AvgTol = 0.0003869985721 ( 0.0003872794305 ) 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 ) diff --git a/tests/de/step_1/L4 b/tests/de/step_1/L4 index 1804467ed0..65e36cae5f 100644 --- a/tests/de/step_1/L4 +++ b/tests/de/step_1/L4 @@ -1,16 +1,17 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: TPSTAT : Faulty" +puts "TODO CR23096 ALL: TOLERANCE : Faulty" set filename bm2_ie_lever-C.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 8 ( 7 ) Summary = 8 ( 7 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 9 ( 7 ) Summary = 9 ( 7 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 51 ( 51 ) Summary = 333 ( 333 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 51 ( 51 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 135 ( 135 ) -TOLERANCE : MaxTol = 2.885723252e-007 ( 2.885128872e-007 ) AvgTol = 1.021399653e-007 ( 1.021395759e-007 ) +TOLERANCE : MaxTol = 1.823995648e-006 ( 2.885128872e-007 ) AvgTol = 1.410536468e-007 ( 1.021395759e-007 ) 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 ) diff --git a/tests/de/step_1/L5 b/tests/de/step_1/L5 index d6f2a17306..fdaa1c6c9f 100644 --- a/tests/de/step_1/L5 +++ b/tests/de/step_1/L5 @@ -6,11 +6,11 @@ set filename bm2_ie_leverrod-C.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 11 ( 7 ) Summary = 11 ( 7 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 12 ( 7 ) Summary = 12 ( 7 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 51 ( 51 ) Summary = 335 ( 335 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 51 ( 51 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 136 ( 136 ) -TOLERANCE : MaxTol = 0.000304966156 ( 0.0003049661559 ) AvgTol = 4.319600685e-006 ( 4.319600685e-006 ) +TOLERANCE : MaxTol = 0.000304966156 ( 0.0003049661559 ) AvgTol = 4.358245067e-006 ( 4.319600685e-006 ) 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 ) diff --git a/tests/de/step_1/L7 b/tests/de/step_1/L7 index bc3401c8a3..96552440c4 100644 --- a/tests/de/step_1/L7 +++ b/tests/de/step_1/L7 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 15 ( 15 ) Face = 16 ( 16 ) Summary = 173 ( 173 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 15 ( 15 ) Face = 16 ( 16 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 62 ( 62 ) -TOLERANCE : MaxTol = 0.01011908563 ( 0.01011908563 ) AvgTol = 0.002183767998 ( 0.002183768017 ) +TOLERANCE : MaxTol = 0.009569158984 ( 0.009569158985 ) AvgTol = 0.002156301466 ( 0.002156301479 ) 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 ) diff --git a/tests/de/step_1/M4 b/tests/de/step_1/M4 index 14d487185d..61736515ee 100644 --- a/tests/de/step_1/M4 +++ b/tests/de/step_1/M4 @@ -3,11 +3,11 @@ set filename bm2_sd_lever-B.stp set ref_data { DATA : Faulties = 0 ( 85 ) Warnings = 0 ( 0 ) Summary = 0 ( 85 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 70 ( 70 ) Summary = 440 ( 440 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 70 ( 70 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 179 ( 179 ) -TOLERANCE : MaxTol = 5.202162466e-007 ( 5.202134455e-007 ) AvgTol = 1.102850063e-007 ( 1.106434971e-007 ) +TOLERANCE : MaxTol = 5.202162466e-007 ( 5.20213443e-007 ) AvgTol = 1.102850063e-007 ( 1.102849442e-007 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 16 ( 16 ) N2Labels = 0 ( 0 ) TotalLabels = 17 ( 17 ) NameLabels = 1 ( 1 ) ColorLabels = 16 ( 16 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_1/M6 b/tests/de/step_1/M6 index 3d8cc62764..7964b05342 100644 --- a/tests/de/step_1/M6 +++ b/tests/de/step_1/M6 @@ -3,11 +3,11 @@ set filename bm2_sd_leverrod-B.stp set ref_data { DATA : Faulties = 0 ( 93 ) Warnings = 0 ( 0 ) Summary = 0 ( 93 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 74 ( 74 ) Summary = 466 ( 466 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 74 ( 74 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 189 ( 189 ) -TOLERANCE : MaxTol = 5.202162466e-007 ( 5.202134455e-007 ) AvgTol = 1.20030989e-007 ( 1.203705014e-007 ) +TOLERANCE : MaxTol = 5.202162466e-007 ( 5.20213443e-007 ) AvgTol = 1.20030989e-007 ( 1.200309448e-007 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 16 ( 16 ) N2Labels = 0 ( 0 ) TotalLabels = 17 ( 17 ) NameLabels = 1 ( 1 ) ColorLabels = 16 ( 16 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_1/M7 b/tests/de/step_1/M7 index 8cf948a91f..626d922df6 100644 --- a/tests/de/step_1/M7 +++ b/tests/de/step_1/M7 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 7 ( 7 ) Summary = 61 ( 61 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 7 ( 7 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 25 ( 25 ) -TOLERANCE : MaxTol = 5.457622746e-007 ( 5.468279835e-007 ) AvgTol = 1.450502682e-007 ( 1.446043389e-007 ) +TOLERANCE : MaxTol = 5.457611385e-007 ( 5.468279835e-007 ) AvgTol = 1.450502415e-007 ( 1.446043389e-007 ) 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 ) diff --git a/tests/de/step_1/N2 b/tests/de/step_1/N2 index 310d4d8188..e0746eaeff 100644 --- a/tests/de/step_1/N2 +++ b/tests/de/step_1/N2 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 6 ( 11 ) Summary = 6 ( 11 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 86 ( 86 ) Summary = 496 ( 498 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 86 ( 86 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 207 ( 209 ) -TOLERANCE : MaxTol = 0.03778327591 ( 0.03778327591 ) AvgTol = 0.001249310757 ( 0.001282093539 ) +TOLERANCE : MaxTol = 0.03778327591 ( 0.03778327591 ) AvgTol = 0.001249318063 ( 0.001282100812 ) 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 ) diff --git a/tests/de/step_1/N3 b/tests/de/step_1/N3 index 6af288dfac..09333ccae8 100644 --- a/tests/de/step_1/N3 +++ b/tests/de/step_1/N3 @@ -1,16 +1,13 @@ # !!!! This file is generated automatically, do not edit manually! See end script -puts "TODO CR23096 ALL: TPSTAT : Faulty" - - set filename bm4_ct_eye.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 25 ( 22 ) Summary = 25 ( 22 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 25 ( 27 ) Summary = 25 ( 27 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 5 ( 5 ) Face = 87 ( 87 ) Summary = 536 ( 536 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 5 ( 5 ) Face = 87 ( 87 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 220 ( 220 ) -TOLERANCE : MaxTol = 0.001356543019 ( 0.001356543019 ) AvgTol = 0.0002021687043 ( 0.0001907522657 ) +TOLERANCE : MaxTol = 0.001356543019 ( 0.001356543019 ) AvgTol = 0.000207749345 ( 0.0001980041425 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 8 ( 8 ) N2Labels = 0 ( 0 ) TotalLabels = 11 ( 11 ) NameLabels = 5 ( 5 ) ColorLabels = 7 ( 7 ) LayerLabels = 5 ( 5 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_1/N4 b/tests/de/step_1/N4 index bdfce40991..468ffe7f4f 100644 --- a/tests/de/step_1/N4 +++ b/tests/de/step_1/N4 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 8 ( 5 ) Summary = 8 ( 5 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 72 ( 72 ) Summary = 422 ( 422 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 72 ( 72 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 175 ( 175 ) -TOLERANCE : MaxTol = 0.003734968074 ( 0.003734968077 ) AvgTol = 0.0003473000338 ( 0.0003473124896 ) +TOLERANCE : MaxTol = 0.003734968074 ( 0.003734968077 ) AvgTol = 0.0003473000281 ( 0.000347321758 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 116 ( 116 ) N2Labels = 0 ( 0 ) TotalLabels = 117 ( 117 ) NameLabels = 1 ( 1 ) ColorLabels = 117 ( 117 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_1/N5 b/tests/de/step_1/N5 index fb74d02d95..cd6f7054fd 100644 --- a/tests/de/step_1/N5 +++ b/tests/de/step_1/N5 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 6 ( 5 ) Summary = 6 ( 5 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 72 ( 72 ) Summary = 422 ( 422 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 72 ( 72 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 175 ( 175 ) -TOLERANCE : MaxTol = 0.003734968074 ( 0.003734968077 ) AvgTol = 0.0003472405894 ( 0.0003472380867 ) +TOLERANCE : MaxTol = 0.003734968074 ( 0.003734968077 ) AvgTol = 0.0003472405838 ( 0.0003472786949 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 116 ( 116 ) N2Labels = 0 ( 0 ) TotalLabels = 117 ( 117 ) NameLabels = 1 ( 1 ) ColorLabels = 117 ( 117 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_1/N6 b/tests/de/step_1/N6 index c332536480..a4365c426e 100644 --- a/tests/de/step_1/N6 +++ b/tests/de/step_1/N6 @@ -1,7 +1,11 @@ # !!!! This file is generated automatically, do not edit manually! See end script -puts "TODO ?CR23096 ALL: LABELS : Faulty" +puts "TODO CR23096 ALL: LABELS : Faulty" + + puts "TODO CR23096 Mandriva2010: STATSHAPE : Faulty " + puts "TODO CR23096 Mandriva2010: TPSTAT : Faulty " + puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :" set LinuxDiff 4 @@ -10,11 +14,11 @@ set filename bm4_id_punch_b.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 9 ( 12 ) Summary = 9 ( 12 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 9 ( 13 ) Summary = 9 ( 13 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 5 ( 5 ) Shell = 6 ( 6 ) Face = 186 ( 186 ) Summary = 1310 ( 1291 ) STATSHAPE : Solid = 5 ( 5 ) Shell = 6 ( 6 ) Face = 186 ( 186 ) FreeWire = 0 ( 0 ) FreeEdge = 6 ( 6 ) SharedEdge = 524 ( 524 ) -TOLERANCE : MaxTol = 0.007713500664 ( 0.007713500658 ) AvgTol = 0.0007192934915 ( 0.0007194804842 ) +TOLERANCE : MaxTol = 0.007713500664 ( 0.007713500658 ) AvgTol = 0.0007192934915 ( 0.0007194804808 ) LABELS : N0Labels = 7 ( 7 ) N1Labels = 10 ( 6 ) N2Labels = 0 ( 0 ) TotalLabels = 17 ( 13 ) NameLabels = 13 ( 13 ) ColorLabels = 6 ( 4 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_1/N8 b/tests/de/step_1/N8 index 8062bdcf71..f1f2e123c0 100644 --- a/tests/de/step_1/N8 +++ b/tests/de/step_1/N8 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 14 ) Summary = 4 ( 14 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 36 ( 36 ) Face = 186 ( 186 ) Summary = 1404 ( 1404 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 36 ( 36 ) Face = 186 ( 186 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 548 ( 548 ) -TOLERANCE : MaxTol = 0.00767687178 ( 0.007676871778 ) AvgTol = 0.0001469863025 ( 0.0001476665188 ) +TOLERANCE : MaxTol = 0.00767687178 ( 0.007676871778 ) AvgTol = 0.0001470156168 ( 0.0001476665188 ) LABELS : N0Labels = 5 ( 5 ) N1Labels = 37 ( 37 ) N2Labels = 0 ( 0 ) TotalLabels = 42 ( 42 ) NameLabels = 9 ( 9 ) ColorLabels = 36 ( 36 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_1/N9 b/tests/de/step_1/N9 index e4da1f2167..849fdebe3f 100644 --- a/tests/de/step_1/N9 +++ b/tests/de/step_1/N9 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 8 ( 14 ) Summary = 8 ( 14 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 36 ( 36 ) Face = 186 ( 186 ) Summary = 1404 ( 1404 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 36 ( 36 ) Face = 186 ( 186 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 548 ( 548 ) -TOLERANCE : MaxTol = 0.001493912454 ( 0.001493912451 ) AvgTol = 2.362437947e-005 ( 2.427787539e-005 ) +TOLERANCE : MaxTol = 0.001493912454 ( 0.001493912451 ) AvgTol = 2.362820375e-005 ( 2.427787539e-005 ) LABELS : N0Labels = 5 ( 5 ) N1Labels = 37 ( 37 ) N2Labels = 0 ( 0 ) TotalLabels = 42 ( 42 ) NameLabels = 9 ( 9 ) ColorLabels = 36 ( 36 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_1/O4 b/tests/de/step_1/O4 index 6b28b9da92..96dde435bd 100644 --- a/tests/de/step_1/O4 +++ b/tests/de/step_1/O4 @@ -6,11 +6,11 @@ set filename ct_turbine-A.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 18 ( 4 ) Summary = 18 ( 4 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 19 ( 5 ) Summary = 19 ( 5 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 40 ( 40 ) Face = 40 ( 40 ) Summary = 547 ( 527 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 40 ( 40 ) Face = 40 ( 40 ) FreeWire = 0 ( 0 ) FreeEdge = 20 ( 20 ) SharedEdge = 196 ( 196 ) -TOLERANCE : MaxTol = 0.02294330394 ( 0.02294330394 ) AvgTol = 0.00113506229 ( 0.001134599269 ) +TOLERANCE : MaxTol = 0.02294330394 ( 0.02294330394 ) AvgTol = 0.001135014538 ( 0.0011345786 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 84 ( 84 ) N2Labels = 0 ( 0 ) TotalLabels = 87 ( 87 ) NameLabels = 5 ( 5 ) ColorLabels = 82 ( 82 ) LayerLabels = 60 ( 60 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_1/Q4 b/tests/de/step_1/Q4 index 64bc4b89c7..1ec5275f90 100644 --- a/tests/de/step_1/Q4 +++ b/tests/de/step_1/Q4 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 21 ( 16 ) Summary = 21 ( 16 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 49 ( 49 ) Summary = 291 ( 290 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 49 ( 49 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 120 ( 119 ) -TOLERANCE : MaxTol = 0.003591433268 ( 0.003591433268 ) AvgTol = 0.0004763290463 ( 0.0004798329978 ) +TOLERANCE : MaxTol = 0.003591433268 ( 0.003591433268 ) AvgTol = 0.0004763290463 ( 0.0004798376538 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 87 ( 87 ) N2Labels = 0 ( 0 ) TotalLabels = 90 ( 90 ) NameLabels = 5 ( 5 ) ColorLabels = 86 ( 86 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 5 ) diff --git a/tests/de/step_1/Q5 b/tests/de/step_1/Q5 index 8e1199615e..e6af402f2f 100644 --- a/tests/de/step_1/Q5 +++ b/tests/de/step_1/Q5 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 11 ( 8 ) Summary = 11 ( 8 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 49 ( 49 ) Summary = 290 ( 290 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 49 ( 49 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 119 ( 119 ) -TOLERANCE : MaxTol = 0.003591433268 ( 0.003591433268 ) AvgTol = 0.0004754403502 ( 0.0004878864143 ) +TOLERANCE : MaxTol = 0.003591433268 ( 0.003591433268 ) AvgTol = 0.0004743087035 ( 0.00047548976 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 87 ( 87 ) N2Labels = 0 ( 0 ) TotalLabels = 90 ( 90 ) NameLabels = 5 ( 5 ) ColorLabels = 86 ( 86 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 5 ) diff --git a/tests/de/step_1/R3 b/tests/de/step_1/R3 index f7c86aea74..bb3969d1c4 100644 --- a/tests/de/step_1/R3 +++ b/tests/de/step_1/R3 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 10 ( 4 ) Summary = 10 ( 4 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 52 ( 52 ) Summary = 338 ( 338 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 52 ( 52 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 144 ( 144 ) -TOLERANCE : MaxTol = 0.03986265272 ( 0.1567489095 ) AvgTol = 0.01333011145 ( 0.02937503682 ) +TOLERANCE : MaxTol = 0.03986265272 ( 0.1567489095 ) AvgTol = 0.01333022874 ( 0.02937515411 ) 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 ) diff --git a/tests/de/step_1/R4 b/tests/de/step_1/R4 index 61eae9b861..1ae1bd1a3a 100644 --- a/tests/de/step_1/R4 +++ b/tests/de/step_1/R4 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 5 ( 5 ) Shell = 5 ( 5 ) Face = 53 ( 53 ) Summary = 350 ( 350 ) STATSHAPE : Solid = 18 ( 18 ) Shell = 18 ( 18 ) Face = 160 ( 160 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 126 ( 126 ) -TOLERANCE : MaxTol = 0.0001544802878 ( 0.0001544802878 ) AvgTol = 4.000470343e-005 ( 4.000470469e-005 ) +TOLERANCE : MaxTol = 0.0001544499144 ( 0.0001544499144 ) AvgTol = 4.000129905e-005 ( 4.000130031e-005 ) LABELS : N0Labels = 6 ( 6 ) N1Labels = 71 ( 71 ) N2Labels = 0 ( 0 ) TotalLabels = 77 ( 77 ) NameLabels = 24 ( 24 ) ColorLabels = 0 ( 0 ) LayerLabels = 53 ( 53 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_1/R6 b/tests/de/step_1/R6 index 39bf2f43dd..4a9e9e7899 100644 --- a/tests/de/step_1/R6 +++ b/tests/de/step_1/R6 @@ -3,11 +3,11 @@ set filename r_36-ct.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 10 ( 14 ) Summary = 10 ( 14 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 10 ( 19 ) Summary = 10 ( 19 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 51 ( 51 ) Summary = 357 ( 357 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 51 ( 51 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 150 ( 150 ) -TOLERANCE : MaxTol = 0.00285495895 ( 0.00285495895 ) AvgTol = 0.0001172994645 ( 0.0001170824287 ) +TOLERANCE : MaxTol = 0.00285495895 ( 0.00285495895 ) AvgTol = 0.0001172944179 ( 0.0001174630624 ) 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 ) diff --git a/tests/de/step_1/S2 b/tests/de/step_1/S2 index 9d2c272a1b..b1d8795f6b 100644 --- a/tests/de/step_1/S2 +++ b/tests/de/step_1/S2 @@ -10,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 = 13 ( 13 ) Face = 13 ( 13 ) Summary = 271 ( 211 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 13 ( 13 ) Face = 13 ( 13 ) FreeWire = 0 ( 0 ) FreeEdge = 27 ( 27 ) SharedEdge = 86 ( 80 ) -TOLERANCE : MaxTol = 0.0001243142426 ( 0.0001243142426 ) AvgTol = 1.803707014e-005 ( 2.850679311e-005 ) +TOLERANCE : MaxTol = 0.0001243142426 ( 0.0001243142426 ) AvgTol = 1.797021802e-005 ( 2.850679311e-005 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 96 ( 96 ) N2Labels = 0 ( 0 ) TotalLabels = 97 ( 97 ) NameLabels = 1 ( 1 ) ColorLabels = 12 ( 12 ) LayerLabels = 84 ( 84 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 9 ( 9 ) diff --git a/tests/de/step_1/S5 b/tests/de/step_1/S5 index 839097d058..d54a933e4c 100644 --- a/tests/de/step_1/S5 +++ b/tests/de/step_1/S5 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 7 ( 7 ) Summary = 61 ( 61 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 7 ( 7 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 25 ( 25 ) -TOLERANCE : MaxTol = 5.457622746e-007 ( 5.468279835e-007 ) AvgTol = 1.450502682e-007 ( 1.446043389e-007 ) +TOLERANCE : MaxTol = 5.457611385e-007 ( 5.468279835e-007 ) AvgTol = 1.450502415e-007 ( 1.446043389e-007 ) 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 ) diff --git a/tests/de/step_1/T2 b/tests/de/step_1/T2 index 0117ea00dc..cfb7cc0856 100644 --- a/tests/de/step_1/T2 +++ b/tests/de/step_1/T2 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 1 ) Summary = 1 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 29 ( 29 ) Summary = 196 ( 196 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 29 ( 29 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 79 ( 79 ) -TOLERANCE : MaxTol = 0.008505837777 ( 0.00899088436 ) AvgTol = 0.0006166292827 ( 0.0006515818786 ) +TOLERANCE : MaxTol = 0.008505837499 ( 0.008990884097 ) AvgTol = 0.0006165797526 ( 0.000651503134 ) 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 ) diff --git a/tests/de/step_1/T3 b/tests/de/step_1/T3 index f205e8f858..0d048aabec 100644 --- a/tests/de/step_1/T3 +++ b/tests/de/step_1/T3 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 58 ( 58 ) Summary = 367 ( 367 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 58 ( 58 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 149 ( 149 ) -TOLERANCE : MaxTol = 0.0004768443614 ( 0.0004768443614 ) AvgTol = 6.422637312e-005 ( 6.423047462e-005 ) +TOLERANCE : MaxTol = 0.0004768443614 ( 0.0004768443614 ) AvgTol = 6.422584066e-005 ( 6.422994218e-005 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_1/U8 b/tests/de/step_1/U8 index e6b2f7bad7..b406e1850a 100644 --- a/tests/de/step_1/U8 +++ b/tests/de/step_1/U8 @@ -6,11 +6,11 @@ set filename trj3_s1-ct-203.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 20 ( 15 ) Summary = 20 ( 15 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 20 ( 18 ) Summary = 20 ( 18 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 8 ( 8 ) Shell = 8 ( 8 ) Face = 132 ( 132 ) Summary = 801 ( 801 ) STATSHAPE : Solid = 11 ( 11 ) Shell = 11 ( 11 ) Face = 178 ( 178 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 316 ( 316 ) -TOLERANCE : MaxTol = 0.06901335768 ( 0.06901335768 ) AvgTol = 0.0007939678103 ( 0.0007713936825 ) +TOLERANCE : MaxTol = 0.06901335768 ( 0.06901335768 ) AvgTol = 0.0007935779827 ( 0.0007709981004 ) LABELS : N0Labels = 13 ( 13 ) N1Labels = 21 ( 21 ) N2Labels = 0 ( 0 ) TotalLabels = 34 ( 34 ) NameLabels = 27 ( 27 ) ColorLabels = 15 ( 15 ) LayerLabels = 8 ( 8 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_1/U9 b/tests/de/step_1/U9 index 690aa5a6b1..023e62fc05 100644 --- a/tests/de/step_1/U9 +++ b/tests/de/step_1/U9 @@ -6,11 +6,11 @@ set filename trj3_s1-ct-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 20 ( 15 ) Summary = 20 ( 15 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 20 ( 18 ) Summary = 20 ( 18 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 8 ( 8 ) Shell = 8 ( 8 ) Face = 132 ( 132 ) Summary = 801 ( 801 ) STATSHAPE : Solid = 11 ( 11 ) Shell = 11 ( 11 ) Face = 178 ( 178 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 316 ( 316 ) -TOLERANCE : MaxTol = 0.06901335768 ( 0.06901335768 ) AvgTol = 0.0007939678103 ( 0.0007713936825 ) +TOLERANCE : MaxTol = 0.06901335768 ( 0.06901335768 ) AvgTol = 0.0007935779827 ( 0.0007709981004 ) LABELS : N0Labels = 13 ( 13 ) N1Labels = 21 ( 21 ) N2Labels = 0 ( 0 ) TotalLabels = 34 ( 34 ) NameLabels = 27 ( 27 ) ColorLabels = 15 ( 15 ) LayerLabels = 8 ( 8 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_1/V1 b/tests/de/step_1/V1 index cfbc512f7b..309de73abf 100644 --- a/tests/de/step_1/V1 +++ b/tests/de/step_1/V1 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 3 ( 2 ) Summary = 3 ( 2 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 8 ( 8 ) Shell = 8 ( 8 ) Face = 90 ( 90 ) Summary = 524 ( 524 ) STATSHAPE : Solid = 11 ( 11 ) Shell = 11 ( 11 ) Face = 121 ( 121 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 187 ( 187 ) -TOLERANCE : MaxTol = 2.374473352e-006 ( 2.374497097e-006 ) AvgTol = 1.581781863e-007 ( 1.645697431e-007 ) +TOLERANCE : MaxTol = 2.374473352e-006 ( 2.374497097e-006 ) AvgTol = 1.581194476e-007 ( 1.614739074e-007 ) LABELS : N0Labels = 14 ( 14 ) N1Labels = 19 ( 19 ) N2Labels = 0 ( 0 ) TotalLabels = 33 ( 33 ) NameLabels = 30 ( 30 ) ColorLabels = 11 ( 11 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_1/V2 b/tests/de/step_1/V2 index 07b5e42188..17ca7c74c1 100644 --- a/tests/de/step_1/V2 +++ b/tests/de/step_1/V2 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 3 ( 2 ) Summary = 3 ( 2 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 8 ( 8 ) Shell = 8 ( 8 ) Face = 90 ( 90 ) Summary = 524 ( 524 ) STATSHAPE : Solid = 11 ( 11 ) Shell = 11 ( 11 ) Face = 121 ( 121 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 187 ( 187 ) -TOLERANCE : MaxTol = 2.374473352e-006 ( 2.374497097e-006 ) AvgTol = 1.581781863e-007 ( 1.645697431e-007 ) +TOLERANCE : MaxTol = 2.374473352e-006 ( 2.374497097e-006 ) AvgTol = 1.581194476e-007 ( 1.614739074e-007 ) LABELS : N0Labels = 14 ( 14 ) N1Labels = 19 ( 19 ) N2Labels = 0 ( 0 ) TotalLabels = 33 ( 33 ) NameLabels = 30 ( 30 ) ColorLabels = 11 ( 11 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_1/V3 b/tests/de/step_1/V3 index 51276304a2..164703f064 100644 --- a/tests/de/step_1/V3 +++ b/tests/de/step_1/V3 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 8 ( 39 ) Summary = 8 ( 39 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 9 ( 9 ) Shell = 9 ( 9 ) Face = 116 ( 116 ) Summary = 709 ( 709 ) STATSHAPE : Solid = 11 ( 11 ) Shell = 11 ( 11 ) Face = 130 ( 130 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 266 ( 266 ) -TOLERANCE : MaxTol = 0.0009770882201 ( 0.0009770979917 ) AvgTol = 2.388263332e-005 ( 2.62707485e-005 ) +TOLERANCE : MaxTol = 0.0009770882201 ( 0.08941639094 ) AvgTol = 2.388263334e-005 ( 0.0007912875694 ) LABELS : N0Labels = 14 ( 14 ) N1Labels = 14 ( 14 ) N2Labels = 0 ( 0 ) TotalLabels = 28 ( 28 ) NameLabels = 28 ( 28 ) ColorLabels = 9 ( 9 ) LayerLabels = 9 ( 9 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 7 ( 7 ) diff --git a/tests/de/step_1/V5 b/tests/de/step_1/V5 index 6762c2f2b6..e491c61abf 100644 --- a/tests/de/step_1/V5 +++ b/tests/de/step_1/V5 @@ -1,5 +1,3 @@ -puts "TODO OCC24156 MacOS: Error : 2 differences with reference data found" - # !!!! This file is generated automatically, do not edit manually! See end script set filename trj3_s1-tc-214.stp @@ -9,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 16 ( 21 ) Summary = 16 ( 21 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 8 ( 8 ) Shell = 8 ( 8 ) Face = 145 ( 145 ) Summary = 848 ( 848 ) STATSHAPE : Solid = 11 ( 11 ) Shell = 11 ( 11 ) Face = 189 ( 189 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 332 ( 332 ) -TOLERANCE : MaxTol = 6.542651273e-005 ( 6.542651394e-005 ) AvgTol = 1.217431732e-006 ( 1.215829897e-006 ) +TOLERANCE : MaxTol = 6.105713512e-005 ( 6.105713512e-005 ) AvgTol = 1.161749271e-006 ( 1.160147409e-006 ) LABELS : N0Labels = 13 ( 13 ) N1Labels = 19 ( 19 ) N2Labels = 0 ( 0 ) TotalLabels = 32 ( 32 ) NameLabels = 27 ( 27 ) ColorLabels = 13 ( 13 ) LayerLabels = 8 ( 8 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_1/V6 b/tests/de/step_1/V6 index 40ee5837db..be524ac63b 100644 --- a/tests/de/step_1/V6 +++ b/tests/de/step_1/V6 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 6 ( 35 ) Summary = 6 ( 35 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 8 ( 8 ) Shell = 8 ( 8 ) Face = 105 ( 105 ) Summary = 628 ( 628 ) STATSHAPE : Solid = 11 ( 11 ) Shell = 11 ( 11 ) Face = 138 ( 138 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 231 ( 231 ) -TOLERANCE : MaxTol = 0.002131642002 ( 0.002131642024 ) AvgTol = 3.775760313e-005 ( 4.007566294e-005 ) +TOLERANCE : MaxTol = 0.002131642002 ( 0.002131642024 ) AvgTol = 3.774810572e-005 ( 4.007566294e-005 ) LABELS : N0Labels = 13 ( 13 ) N1Labels = 15 ( 15 ) N2Labels = 0 ( 0 ) TotalLabels = 28 ( 28 ) NameLabels = 27 ( 27 ) ColorLabels = 9 ( 9 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_1/V7 b/tests/de/step_1/V7 index e1c8c91c1d..c87da904ba 100644 --- a/tests/de/step_1/V7 +++ b/tests/de/step_1/V7 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 1 ) Summary = 1 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 58 ( 58 ) Face = 58 ( 58 ) Summary = 771 ( 425 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 58 ( 58 ) Face = 58 ( 58 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 296 ( 149 ) -TOLERANCE : MaxTol = 0.0009782120279 ( 0.0009782609385 ) AvgTol = 5.955731087e-005 ( 0.0001141626803 ) +TOLERANCE : MaxTol = 0.0008167207419 ( 0.000816761578 ) AvgTol = 5.463653039e-005 ( 0.0001042055786 ) 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 ) diff --git a/tests/de/step_1/W2 b/tests/de/step_1/W2 index c97c6e4484..d9ab370d38 100644 --- a/tests/de/step_1/W2 +++ b/tests/de/step_1/W2 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 3 ( 3 ) Summary = 3 ( 3 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 59 ( 59 ) Face = 59 ( 59 ) Summary = 787 ( 787 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 59 ( 59 ) Face = 59 ( 59 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 304 ( 304 ) -TOLERANCE : MaxTol = 0.003826736784 ( 0.003826736784 ) AvgTol = 0.0001420064458 ( 0.0001420146185 ) +TOLERANCE : MaxTol = 0.003826736784 ( 0.003826736784 ) AvgTol = 0.0001420064455 ( 0.0001420064456 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 59 ( 59 ) N2Labels = 0 ( 0 ) TotalLabels = 60 ( 60 ) NameLabels = 1 ( 1 ) ColorLabels = 0 ( 0 ) LayerLabels = 59 ( 59 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_1/W6 b/tests/de/step_1/W6 index 09277212e9..741e2500ec 100644 --- a/tests/de/step_1/W6 +++ b/tests/de/step_1/W6 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 0 ) Summary = 1 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 8 ( 8 ) Shell = 8 ( 8 ) Face = 90 ( 90 ) Summary = 524 ( 524 ) STATSHAPE : Solid = 11 ( 11 ) Shell = 11 ( 11 ) Face = 121 ( 121 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 187 ( 187 ) -TOLERANCE : MaxTol = 2.374497097e-006 ( 5.01013011e-006 ) AvgTol = 1.603555851e-007 ( 2.298867947e-007 ) +TOLERANCE : MaxTol = 2.374497097e-006 ( 5.01013011e-006 ) AvgTol = 1.602968464e-007 ( 2.26790959e-007 ) LABELS : N0Labels = 14 ( 14 ) N1Labels = 18 ( 18 ) N2Labels = 0 ( 0 ) TotalLabels = 32 ( 32 ) NameLabels = 30 ( 30 ) ColorLabels = 9 ( 9 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 14 ( 14 ) Volume = 14 ( 14 ) Area = 14 ( 14 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_1/W9 b/tests/de/step_1/W9 index 5dc07122a9..958b53b617 100644 --- a/tests/de/step_1/W9 +++ b/tests/de/step_1/W9 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 6 ( 35 ) Summary = 6 ( 35 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 8 ( 8 ) Shell = 8 ( 8 ) Face = 105 ( 105 ) Summary = 628 ( 628 ) STATSHAPE : Solid = 11 ( 11 ) Shell = 11 ( 11 ) Face = 138 ( 138 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 231 ( 231 ) -TOLERANCE : MaxTol = 0.002131642002 ( 0.002131642024 ) AvgTol = 3.775760313e-005 ( 4.007566294e-005 ) +TOLERANCE : MaxTol = 0.002131642002 ( 0.002131642024 ) AvgTol = 3.774810572e-005 ( 4.007566294e-005 ) LABELS : N0Labels = 13 ( 13 ) N1Labels = 15 ( 15 ) N2Labels = 0 ( 0 ) TotalLabels = 28 ( 28 ) NameLabels = 27 ( 27 ) ColorLabels = 9 ( 9 ) LayerLabels = 8 ( 8 ) PROPS : Centroid = 13 ( 13 ) Volume = 13 ( 13 ) Area = 13 ( 13 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_1/X1 b/tests/de/step_1/X1 index 389ae49403..85f32318bd 100644 --- a/tests/de/step_1/X1 +++ b/tests/de/step_1/X1 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 1 ) Summary = 1 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 58 ( 58 ) Face = 58 ( 58 ) Summary = 837 ( 475 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 58 ( 58 ) Face = 58 ( 58 ) FreeWire = 0 ( 16 ) FreeEdge = 16 ( 16 ) SharedEdge = 312 ( 165 ) -TOLERANCE : MaxTol = 0.0009782120279 ( 0.0009782609385 ) AvgTol = 5.668613309e-005 ( 0.0001086546236 ) +TOLERANCE : MaxTol = 0.0008167207419 ( 0.000816761578 ) AvgTol = 5.200297581e-005 ( 9.917834779e-005 ) 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 ) diff --git a/tests/de/step_1/X6 b/tests/de/step_1/X6 index c93cc559a0..4ec316cbed 100644 --- a/tests/de/step_1/X6 +++ b/tests/de/step_1/X6 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 3 ( 3 ) Summary = 3 ( 3 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 59 ( 59 ) Face = 59 ( 59 ) Summary = 787 ( 787 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 59 ( 59 ) Face = 59 ( 59 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 304 ( 304 ) -TOLERANCE : MaxTol = 0.003826736784 ( 0.003826736784 ) AvgTol = 0.0001420064458 ( 0.0001420146185 ) +TOLERANCE : MaxTol = 0.003826736784 ( 0.003826736784 ) AvgTol = 0.0001420064455 ( 0.0001420064456 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 59 ( 59 ) N2Labels = 0 ( 0 ) TotalLabels = 60 ( 60 ) NameLabels = 1 ( 1 ) ColorLabels = 59 ( 59 ) LayerLabels = 59 ( 59 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_1/Y1 b/tests/de/step_1/Y1 index f64e14234e..20f581962b 100644 --- a/tests/de/step_1/Y1 +++ b/tests/de/step_1/Y1 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 6 ( 35 ) Summary = 6 ( 35 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 8 ( 8 ) Shell = 8 ( 8 ) Face = 105 ( 105 ) Summary = 628 ( 628 ) STATSHAPE : Solid = 11 ( 11 ) Shell = 11 ( 11 ) Face = 138 ( 138 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 231 ( 231 ) -TOLERANCE : MaxTol = 0.002131642002 ( 0.002131642024 ) AvgTol = 3.775760313e-005 ( 4.007566294e-005 ) +TOLERANCE : MaxTol = 0.002131642002 ( 0.002131642024 ) AvgTol = 3.774810572e-005 ( 4.007566294e-005 ) LABELS : N0Labels = 13 ( 13 ) N1Labels = 15 ( 15 ) N2Labels = 0 ( 0 ) TotalLabels = 28 ( 28 ) NameLabels = 27 ( 27 ) ColorLabels = 9 ( 9 ) LayerLabels = 8 ( 8 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_1/Y3 b/tests/de/step_1/Y3 index 842d266d7d..dfe2688d87 100644 --- a/tests/de/step_1/Y3 +++ b/tests/de/step_1/Y3 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 6 ( 10 ) Summary = 6 ( 10 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 62 ( 62 ) Summary = 387 ( 387 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 62 ( 62 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 157 ( 157 ) -TOLERANCE : MaxTol = 0.0003235964851 ( 0.0003235964851 ) AvgTol = 2.884699771e-005 ( 2.897519834e-005 ) +TOLERANCE : MaxTol = 0.0003235964851 ( 0.0003235964851 ) AvgTol = 2.884536783e-005 ( 2.895438261e-005 ) 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 ) diff --git a/tests/de/step_1/Y4 b/tests/de/step_1/Y4 index b1861d2f51..c3b986817c 100644 --- a/tests/de/step_1/Y4 +++ b/tests/de/step_1/Y4 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 6 ( 10 ) Summary = 6 ( 10 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 62 ( 62 ) Summary = 387 ( 387 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 62 ( 62 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 157 ( 157 ) -TOLERANCE : MaxTol = 0.0005893670486 ( 0.0005893670486 ) AvgTol = 4.283035064e-005 ( 4.297971688e-005 ) +TOLERANCE : MaxTol = 0.0005893670486 ( 0.0005893670486 ) AvgTol = 4.282230104e-005 ( 4.293131589e-005 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_1/Z4 b/tests/de/step_1/Z4 index be64d56399..e30754dc69 100644 --- a/tests/de/step_1/Z4 +++ b/tests/de/step_1/Z4 @@ -3,11 +3,11 @@ set filename trj7_k1-ac-203.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 29 ( 38 ) Summary = 29 ( 38 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 29 ( 39 ) Summary = 29 ( 39 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 2 ( 2 ) Face = 76 ( 76 ) Summary = 476 ( 476 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 2 ( 2 ) Face = 76 ( 76 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 194 ( 194 ) -TOLERANCE : MaxTol = 0.01009527272 ( 0.01009527272 ) AvgTol = 0.00119328063 ( 0.001192395021 ) +TOLERANCE : MaxTol = 0.01009527272 ( 0.01009527272 ) AvgTol = 0.00119328063 ( 0.001195936805 ) LABELS : N0Labels = 2 ( 2 ) N1Labels = 1 ( 1 ) N2Labels = 0 ( 0 ) TotalLabels = 3 ( 3 ) NameLabels = 3 ( 3 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_1/Z5 b/tests/de/step_1/Z5 index 39aec55df5..8d696691e6 100644 --- a/tests/de/step_1/Z5 +++ b/tests/de/step_1/Z5 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 58 ( 58 ) Summary = 367 ( 367 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 58 ( 58 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 149 ( 149 ) -TOLERANCE : MaxTol = 0.0004768443614 ( 0.0004768443614 ) AvgTol = 6.422637312e-005 ( 6.423047462e-005 ) +TOLERANCE : MaxTol = 0.0004768443614 ( 0.0004768443614 ) AvgTol = 6.422584066e-005 ( 6.422994218e-005 ) 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 ) diff --git a/tests/de/step_1/Z9 b/tests/de/step_1/Z9 index c08d880782..1d120dbf8b 100644 --- a/tests/de/step_1/Z9 +++ b/tests/de/step_1/Z9 @@ -3,11 +3,11 @@ set filename trj8_k1-ac-203.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 29 ( 38 ) Summary = 29 ( 38 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 29 ( 39 ) Summary = 29 ( 39 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 2 ( 2 ) Shell = 2 ( 2 ) Face = 76 ( 76 ) Summary = 478 ( 478 ) STATSHAPE : Solid = 2 ( 2 ) Shell = 2 ( 2 ) Face = 76 ( 76 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 194 ( 194 ) -TOLERANCE : MaxTol = 0.01009527272 ( 0.01009527272 ) AvgTol = 0.00119328063 ( 0.001192395021 ) +TOLERANCE : MaxTol = 0.01009527272 ( 0.01009527272 ) AvgTol = 0.00119328063 ( 0.001195936805 ) LABELS : N0Labels = 2 ( 2 ) N1Labels = 1 ( 1 ) N2Labels = 0 ( 0 ) TotalLabels = 3 ( 3 ) NameLabels = 3 ( 3 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_1/ZA1 b/tests/de/step_1/ZA1 index 438b46a6c4..65a1c69ead 100644 --- a/tests/de/step_1/ZA1 +++ b/tests/de/step_1/ZA1 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 58 ( 58 ) Summary = 367 ( 367 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 58 ( 58 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 149 ( 149 ) -TOLERANCE : MaxTol = 0.0004768443614 ( 0.0004768443614 ) AvgTol = 6.422637312e-005 ( 6.423047462e-005 ) +TOLERANCE : MaxTol = 0.0004768443614 ( 0.0004768443614 ) AvgTol = 6.422584066e-005 ( 6.422994218e-005 ) 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 ) diff --git a/tests/de/step_1/ZA2 b/tests/de/step_1/ZA2 index b56c31dc59..7ed4869296 100644 --- a/tests/de/step_1/ZA2 +++ b/tests/de/step_1/ZA2 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 58 ( 58 ) Summary = 367 ( 367 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 58 ( 58 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 149 ( 149 ) -TOLERANCE : MaxTol = 0.0004768443614 ( 0.0004768443614 ) AvgTol = 6.422637312e-005 ( 6.423047462e-005 ) +TOLERANCE : MaxTol = 0.0004768443614 ( 0.0004768443614 ) AvgTol = 6.422584066e-005 ( 6.422994218e-005 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_1/ZA5 b/tests/de/step_1/ZA5 index da640a7f18..c9f3bd321c 100644 --- a/tests/de/step_1/ZA5 +++ b/tests/de/step_1/ZA5 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 1 ) Summary = 1 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 29 ( 29 ) Summary = 196 ( 196 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 29 ( 29 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 79 ( 79 ) -TOLERANCE : MaxTol = 0.008505837777 ( 0.00899088436 ) AvgTol = 0.0006166292827 ( 0.0006515818786 ) +TOLERANCE : MaxTol = 0.008505837499 ( 0.008990884097 ) AvgTol = 0.0006165797526 ( 0.000651503134 ) 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 ) diff --git a/tests/de/step_1/ZB6 b/tests/de/step_1/ZB6 index 2e5680061e..34fd324164 100644 --- a/tests/de/step_1/ZB6 +++ b/tests/de/step_1/ZB6 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 22 ( 22 ) Summary = 22 ( 22 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 26 ( 26 ) Summary = 176 ( 176 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 26 ( 26 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 64 ( 64 ) -TOLERANCE : MaxTol = 4.297687555e-005 ( 4.297688878e-005 ) AvgTol = 1.207454815e-005 ( 1.226209379e-005 ) +TOLERANCE : MaxTol = 4.202081318e-005 ( 4.297688878e-005 ) AvgTol = 1.189202874e-005 ( 1.226209379e-005 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_1/ZB9 b/tests/de/step_1/ZB9 index fc53cad636..6e9190b00d 100644 --- a/tests/de/step_1/ZB9 +++ b/tests/de/step_1/ZB9 @@ -3,11 +3,11 @@ set filename bm2_db_lever-B.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 2 ( 4 ) Summary = 2 ( 4 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 4 ) Summary = 4 ( 4 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 70 ( 70 ) Summary = 444 ( 444 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 70 ( 70 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 182 ( 182 ) -TOLERANCE : MaxTol = 0.0001490576437 ( 0.0001490576437 ) AvgTol = 4.972271351e-006 ( 4.972284148e-006 ) +TOLERANCE : MaxTol = 0.0001490576437 ( 0.0001490576437 ) AvgTol = 4.97348507e-006 ( 4.972284148e-006 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_1/ZC1 b/tests/de/step_1/ZC1 index 57f4933717..d51978c2a5 100644 --- a/tests/de/step_1/ZC1 +++ b/tests/de/step_1/ZC1 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 70 ( 70 ) Summary = 444 ( 444 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 70 ( 70 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 182 ( 182 ) -TOLERANCE : MaxTol = 0.0001490576437 ( 0.0001490576437 ) AvgTol = 5.165760001e-006 ( 5.165759995e-006 ) +TOLERANCE : MaxTol = 0.0001490576437 ( 0.0001490576437 ) AvgTol = 5.158591514e-006 ( 5.158591552e-006 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_1/ZC3 b/tests/de/step_1/ZC3 index 5a0da24b1f..1fe59ab2b5 100644 --- a/tests/de/step_1/ZC3 +++ b/tests/de/step_1/ZC3 @@ -6,11 +6,11 @@ set filename bm2_db_leverrod-B.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 7 ( 4 ) Summary = 7 ( 4 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 9 ( 4 ) Summary = 9 ( 4 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 74 ( 74 ) Summary = 470 ( 470 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 74 ( 74 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 192 ( 192 ) -TOLERANCE : MaxTol = 0.005871972782 ( 0.01255650011 ) AvgTol = 0.0001239313653 ( 0.0002329775002 ) +TOLERANCE : MaxTol = 0.005871972782 ( 0.01255650011 ) AvgTol = 0.0001239325156 ( 0.0002329775002 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_1/ZC4 b/tests/de/step_1/ZC4 index cbbf4abf0a..3ee75abf9e 100644 --- a/tests/de/step_1/ZC4 +++ b/tests/de/step_1/ZC4 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 5 ( 1 ) Summary = 5 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 74 ( 74 ) Summary = 470 ( 470 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 74 ( 74 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 192 ( 192 ) -TOLERANCE : MaxTol = 0.005871972782 ( 0.01255650011 ) AvgTol = 0.0001241027745 ( 0.0002331488973 ) +TOLERANCE : MaxTol = 0.005871972782 ( 0.01255650011 ) AvgTol = 0.0001240972664 ( 0.0002331433892 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_1/ZC5 b/tests/de/step_1/ZC5 index 1730642225..a7728eaf6b 100644 --- a/tests/de/step_1/ZC5 +++ b/tests/de/step_1/ZC5 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 14 ( 14 ) Summary = 14 ( 14 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 2 ( 2 ) Face = 16 ( 16 ) Summary = 83 ( 83 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 2 ( 2 ) Face = 16 ( 16 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 32 ( 32 ) -TOLERANCE : MaxTol = 0.0002929696768 ( 0.0002929696768 ) AvgTol = 0.0001176144403 ( 0.0001176147358 ) +TOLERANCE : MaxTol = 0.0002864345029 ( 0.0002929696768 ) AvgTol = 0.0001164141356 ( 0.0001176147358 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_1/ZC9 b/tests/de/step_1/ZC9 index eca92c2c03..461c78e8f5 100644 --- a/tests/de/step_1/ZC9 +++ b/tests/de/step_1/ZC9 @@ -7,11 +7,11 @@ set filename BUC60809.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 50 ( 10 ) Summary = 50 ( 10 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 51 ( 9 ) Summary = 51 ( 9 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 15 ( 15 ) Shell = 16 ( 16 ) Face = 159 ( 159 ) Summary = 890 ( 890 ) STATSHAPE : Solid = 15 ( 15 ) Shell = 16 ( 16 ) Face = 159 ( 159 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 342 ( 342 ) -TOLERANCE : MaxTol = 7.482128955e-007 ( 1e-005 ) AvgTol = 1.524688025e-007 ( 5.245032913e-007 ) +TOLERANCE : MaxTol = 7.482128955e-007 ( 1e-005 ) AvgTol = 1.53886857e-007 ( 5.228475349e-007 ) LABELS : N0Labels = 15 ( 15 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 15 ( 15 ) NameLabels = 15 ( 15 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_1/ZF7 b/tests/de/step_1/ZF7 index 893230cdd8..d3ea007853 100644 --- a/tests/de/step_1/ZF7 +++ b/tests/de/step_1/ZF7 @@ -1,11 +1,7 @@ # !!!! 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 DEBUG_OCC24121 Debian60-64: \\*\\* Exception \\*\\*.*" -puts "TODO DEBUG_OCC24121 Debian60-64: An exception was caught" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: First - file was not written - exception" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error : Here is writing problem" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error : 3 differences with reference data found" +puts "TODO CR23096 ALL: TPSTAT : Faulty" +puts "TODO CR23096 ALL: STATSHAPE : Faulty" + set filename S4132-test.stp diff --git a/tests/de/step_1/ZG1 b/tests/de/step_1/ZG1 index ffc9413ec0..9bf86887a8 100644 --- a/tests/de/step_1/ZG1 +++ b/tests/de/step_1/ZG1 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 8 ( 0 ) Summary = 8 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 14 ( 14 ) Summary = 168 ( 149 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 14 ( 14 ) FreeWire = 0 ( 0 ) FreeEdge = 18 ( 18 ) SharedEdge = 54 ( 54 ) -TOLERANCE : MaxTol = 7.347272566e-006 ( 7.347307142e-006 ) AvgTol = 1.215889533e-006 ( 1.215897255e-006 ) +TOLERANCE : MaxTol = 7.347272566e-006 ( 7.347307142e-006 ) AvgTol = 1.215889538e-006 ( 1.215897255e-006 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 5 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_1/ZG2 b/tests/de/step_1/ZG2 index ed737b7f91..0f890e4a9b 100644 --- a/tests/de/step_1/ZG2 +++ b/tests/de/step_1/ZG2 @@ -1,6 +1,6 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: LABELS : Faulty" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader" + set filename as1ug.stp diff --git a/tests/de/step_1/ZG3 b/tests/de/step_1/ZG3 index f54d50fa71..ea7e3ca10d 100644 --- a/tests/de/step_1/ZG3 +++ b/tests/de/step_1/ZG3 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 28 ( 0 ) Summary = 28 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 5 ( 5 ) Shell = 5 ( 5 ) Face = 53 ( 53 ) Summary = 404 ( 395 ) STATSHAPE : Solid = 18 ( 18 ) Shell = 18 ( 18 ) Face = 160 ( 160 ) FreeWire = 0 ( 0 ) FreeEdge = 42 ( 42 ) SharedEdge = 137 ( 137 ) -TOLERANCE : MaxTol = 7.325606587e-006 ( 7.325606205e-006 ) AvgTol = 2.511919557e-006 ( 2.517689926e-006 ) +TOLERANCE : MaxTol = 7.325606587e-006 ( 7.325606205e-006 ) AvgTol = 2.485953111e-006 ( 2.517689926e-006 ) LABELS : N0Labels = 13 ( 13 ) N1Labels = 26 ( 35 ) N2Labels = 0 ( 9 ) TotalLabels = 39 ( 57 ) NameLabels = 26 ( 31 ) ColorLabels = 5 ( 5 ) LayerLabels = 16 ( 16 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 5 ) diff --git a/tests/de/step_1/ZG9 b/tests/de/step_1/ZG9 index 557dba429b..8196705450 100644 --- a/tests/de/step_1/ZG9 +++ b/tests/de/step_1/ZG9 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 0 ) Summary = 4 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 22 ( 22 ) Summary = 223 ( 199 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 22 ( 22 ) FreeWire = 0 ( 0 ) FreeEdge = 23 ( 23 ) SharedEdge = 68 ( 68 ) -TOLERANCE : MaxTol = 2.100585841e-007 ( 2.098677141e-007 ) AvgTol = 1.073366139e-007 ( 1.07325298e-007 ) +TOLERANCE : MaxTol = 2.100585841e-007 ( 2.098677141e-007 ) AvgTol = 1.073366139e-007 ( 1.073253018e-007 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 5 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_1/ZH7 b/tests/de/step_1/ZH7 index d733ee7382..6368b0f558 100644 --- a/tests/de/step_1/ZH7 +++ b/tests/de/step_1/ZH7 @@ -2,7 +2,7 @@ puts "TODO CR23096 ALL: NBSHAPES : Faulty" puts "TODO CR23096 ALL: LABELS : Faulty" puts "TODO CR23096 ALL: LAYERS : Faulty" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader" + set filename tr8_ha1_db.stp diff --git a/tests/de/step_1/ZI4 b/tests/de/step_1/ZI4 index 859f497ba9..5205dfdb3b 100644 --- a/tests/de/step_1/ZI4 +++ b/tests/de/step_1/ZI4 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 4 ( 4 ) Shell = 4 ( 4 ) Face = 15 ( 15 ) Summary = 88 ( 88 ) STATSHAPE : Solid = 4 ( 4 ) Shell = 4 ( 4 ) Face = 15 ( 15 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 32 ( 32 ) -TOLERANCE : MaxTol = 4.883551393e-005 ( 4.883551393e-005 ) AvgTol = 7.830504529e-006 ( 7.830504584e-006 ) +TOLERANCE : MaxTol = 4.774918149e-005 ( 4.77491815e-005 ) AvgTol = 7.658070949e-006 ( 7.65807095e-006 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 6 ( 6 ) N2Labels = 0 ( 0 ) TotalLabels = 7 ( 7 ) NameLabels = 1 ( 1 ) ColorLabels = 6 ( 6 ) LayerLabels = 4 ( 4 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) diff --git a/tests/de/step_1/ZI6 b/tests/de/step_1/ZI6 index 63cab01f5d..0b71e16f28 100644 --- a/tests/de/step_1/ZI6 +++ b/tests/de/step_1/ZI6 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 1 ) Summary = 1 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 4 ( 4 ) Shell = 4 ( 4 ) Face = 15 ( 15 ) Summary = 88 ( 88 ) STATSHAPE : Solid = 4 ( 4 ) Shell = 4 ( 4 ) Face = 15 ( 15 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 32 ( 32 ) -TOLERANCE : MaxTol = 1.100000941e-007 ( 1.298618578e-007 ) AvgTol = 1.004275173e-007 ( 1.025320621e-007 ) +TOLERANCE : MaxTol = 1.259265374e-007 ( 1.298618578e-007 ) AvgTol = 1.021989133e-007 ( 1.025320621e-007 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 4 ( 4 ) N2Labels = 0 ( 0 ) TotalLabels = 5 ( 5 ) NameLabels = 1 ( 1 ) ColorLabels = 4 ( 4 ) LayerLabels = 4 ( 4 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) diff --git a/tests/de/step_1/ZI7 b/tests/de/step_1/ZI7 index 7c89b286d8..e172571ab9 100644 --- a/tests/de/step_1/ZI7 +++ b/tests/de/step_1/ZI7 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 2 ) Summary = 4 ( 2 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 12 ( 12 ) Face = 12 ( 12 ) Summary = 136 ( 136 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 12 ( 12 ) Face = 12 ( 12 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 49 ( 49 ) -TOLERANCE : MaxTol = 0.0009846163783 ( 0.0009846163783 ) AvgTol = 7.79901755e-005 ( 7.800188396e-005 ) +TOLERANCE : MaxTol = 0.0009846163783 ( 0.0009846163783 ) AvgTol = 7.79898348e-005 ( 7.798983564e-005 ) 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 ) diff --git a/tests/de/step_1/ZK6 b/tests/de/step_1/ZK6 index 4d3c769434..2131fb17c6 100644 --- a/tests/de/step_1/ZK6 +++ b/tests/de/step_1/ZK6 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 51 ( 51 ) Summary = 333 ( 333 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 51 ( 51 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 135 ( 135 ) -TOLERANCE : MaxTol = 0.007690167811 ( 0.007690167811 ) AvgTol = 0.0007365638624 ( 0.0007365638626 ) +TOLERANCE : MaxTol = 0.007690167811 ( 0.007690167811 ) AvgTol = 0.0007108302558 ( 0.0007108302555 ) 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 ) diff --git a/tests/de/step_1/ZK8 b/tests/de/step_1/ZK8 index 4b455bcd63..50625b2d86 100644 --- a/tests/de/step_1/ZK8 +++ b/tests/de/step_1/ZK8 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 51 ( 51 ) Summary = 335 ( 335 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 51 ( 51 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 136 ( 136 ) -TOLERANCE : MaxTol = 0.007690533276 ( 0.007690533276 ) AvgTol = 0.0008038641138 ( 0.000803864114 ) +TOLERANCE : MaxTol = 0.007690533276 ( 0.007690533276 ) AvgTol = 0.0007804260397 ( 0.0007804260395 ) 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 ) diff --git a/tests/de/step_1/ZM2 b/tests/de/step_1/ZM2 index 194bfca847..aa570a7af9 100644 --- a/tests/de/step_1/ZM2 +++ b/tests/de/step_1/ZM2 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 8 ( 8 ) Summary = 8 ( 8 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 4 ( 4 ) Shell = 4 ( 4 ) Face = 15 ( 15 ) Summary = 88 ( 88 ) STATSHAPE : Solid = 4 ( 4 ) Shell = 4 ( 4 ) Face = 15 ( 15 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 32 ( 32 ) -TOLERANCE : MaxTol = 4.883486641e-005 ( 4.883486644e-005 ) AvgTol = 1.143115146e-005 ( 1.194897185e-005 ) +TOLERANCE : MaxTol = 4.77502491e-005 ( 4.883486644e-005 ) AvgTol = 1.125893753e-005 ( 1.194897185e-005 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 4 ( 4 ) N2Labels = 0 ( 0 ) TotalLabels = 5 ( 5 ) NameLabels = 1 ( 1 ) ColorLabels = 4 ( 4 ) LayerLabels = 4 ( 4 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) diff --git a/tests/de/step_1/ZM8 b/tests/de/step_1/ZM8 index 63a4fca725..b25b1baf83 100644 --- a/tests/de/step_1/ZM8 +++ b/tests/de/step_1/ZM8 @@ -1,8 +1,7 @@ # !!!! This file is generated automatically, do not edit manually! See end script -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 pr_3-al.stp set ref_data { @@ -11,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 7 ( 8 ) Summary = 7 ( 8 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 4 ( 4 ) Shell = 4 ( 4 ) Face = 13 ( 13 ) Summary = 80 ( 80 ) STATSHAPE : Solid = 4 ( 4 ) Shell = 4 ( 4 ) Face = 13 ( 13 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 30 ( 30 ) -TOLERANCE : MaxTol = 1e-007 ( 0.001112535536 ) AvgTol = 1e-007 ( 9.338528171e-005 ) +TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 4 ( 4 ) N2Labels = 0 ( 0 ) TotalLabels = 5 ( 5 ) NameLabels = 1 ( 1 ) ColorLabels = 4 ( 4 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) diff --git a/tests/de/step_1/ZQ9 b/tests/de/step_1/ZQ9 index fa14d3d461..e27527dce2 100644 --- a/tests/de/step_1/ZQ9 +++ b/tests/de/step_1/ZQ9 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 29 ( 29 ) Summary = 193 ( 193 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 29 ( 29 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 70 ( 70 ) -TOLERANCE : MaxTol = 0.0007775016544 ( 0.0007775016545 ) AvgTol = 6.182586659e-005 ( 6.182586649e-005 ) +TOLERANCE : MaxTol = 0.0007775016544 ( 0.0007775016545 ) AvgTol = 6.177786288e-005 ( 6.177786287e-005 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 26 ( 26 ) N2Labels = 0 ( 0 ) TotalLabels = 27 ( 27 ) NameLabels = 1 ( 1 ) ColorLabels = 27 ( 27 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_1/ZS3 b/tests/de/step_1/ZS3 index 5c2141aa17..3f29c70321 100644 --- a/tests/de/step_1/ZS3 +++ b/tests/de/step_1/ZS3 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 8 ( 8 ) Summary = 8 ( 8 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 2 ( 2 ) Shell = 2 ( 2 ) Face = 16 ( 16 ) Summary = 95 ( 95 ) STATSHAPE : Solid = 2 ( 2 ) Shell = 2 ( 2 ) Face = 16 ( 16 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 34 ( 34 ) -TOLERANCE : MaxTol = 2.441868543e-005 ( 2.441868743e-005 ) AvgTol = 6.250925747e-006 ( 6.250926656e-006 ) +TOLERANCE : MaxTol = 2.387546294e-005 ( 2.441868743e-005 ) AvgTol = 6.169696469e-006 ( 6.250926656e-006 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 2 ) N2Labels = 0 ( 0 ) TotalLabels = 5 ( 5 ) NameLabels = 5 ( 5 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_1/ZX4 b/tests/de/step_1/ZX4 index 68552e80d4..cae4911230 100644 --- a/tests/de/step_1/ZX4 +++ b/tests/de/step_1/ZX4 @@ -7,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 = 1 ( 1 ) Shell = 1 ( 1 ) Face = 12 ( 12 ) Summary = 74 ( 74 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 12 ( 12 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 28 ( 28 ) -TOLERANCE : MaxTol = 2.442234358e-005 ( 2.442241729e-005 ) AvgTol = 7.582845941e-006 ( 7.582855671e-006 ) +TOLERANCE : MaxTol = 2.387951736e-005 ( 2.442241729e-005 ) AvgTol = 7.483015831e-006 ( 7.582855671e-006 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_1/ZX5 b/tests/de/step_1/ZX5 index 9c7eca7547..2a7bec35f1 100644 --- a/tests/de/step_1/ZX5 +++ b/tests/de/step_1/ZX5 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 2 ( 10 ) Summary = 2 ( 10 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 30 ( 30 ) Summary = 205 ( 205 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 30 ( 30 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 84 ( 84 ) -TOLERANCE : MaxTol = 0.0003868703974 ( 0.000614641247 ) AvgTol = 2.294697443e-005 ( 3.867759859e-005 ) +TOLERANCE : MaxTol = 0.0003868703974 ( 0.000614641247 ) AvgTol = 2.28956901e-005 ( 3.880765927e-005 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_1/ZZ9 b/tests/de/step_1/ZZ9 index b9762ee5d8..5578e17444 100644 --- a/tests/de/step_1/ZZ9 +++ b/tests/de/step_1/ZZ9 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 117 ( 39 ) Summary = 117 ( 39 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 3 ( 3 ) Face = 140 ( 140 ) Summary = 704 ( 704 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 3 ( 3 ) Face = 140 ( 140 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 280 ( 280 ) -TOLERANCE : MaxTol = 0.0004823436197 ( 0.0004827870033 ) AvgTol = 0.000157560816 ( 0.000165115431 ) +TOLERANCE : MaxTol = 0.0004823436197 ( 0.0004827870033 ) AvgTol = 0.0001575316088 ( 0.000165115431 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/A1 b/tests/de/step_2/A1 index 8cc7591462..8224020e0e 100644 --- a/tests/de/step_2/A1 +++ b/tests/de/step_2/A1 @@ -7,7 +7,7 @@ set filename PRO20361-2.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 3 ) Summary = 0 ( 3 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 51 ) Summary = 0 ( 51 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 48 ( 48 ) Face = 48 ( 48 ) Summary = 705 ( 705 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 48 ( 48 ) Face = 48 ( 48 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 266 ( 266 ) diff --git a/tests/de/step_2/A2 b/tests/de/step_2/A2 index a80a9458ae..595dd900b1 100644 --- a/tests/de/step_2/A2 +++ b/tests/de/step_2/A2 @@ -1,6 +1,7 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: TPSTAT : Faulty" + set filename ass-tol2.stp set ref_data { @@ -9,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 155 ( 30 ) Summary = 155 ( 30 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 17 ( 17 ) Shell = 17 ( 17 ) Face = 366 ( 366 ) Summary = 2774 ( 2752 ) STATSHAPE : Solid = 23 ( 23 ) Shell = 23 ( 23 ) Face = 402 ( 402 ) FreeWire = 0 ( 0 ) FreeEdge = 21 ( 21 ) SharedEdge = 1095 ( 1095 ) -TOLERANCE : MaxTol = 0.0009825722198 ( 0.0009825722195 ) AvgTol = 5.215035338e-005 ( 5.153582219e-005 ) +TOLERANCE : MaxTol = 0.0009825722198 ( 0.0009825722195 ) AvgTol = 5.215035253e-005 ( 5.153575432e-005 ) LABELS : N0Labels = 14 ( 14 ) N1Labels = 19 ( 19 ) N2Labels = 0 ( 0 ) TotalLabels = 33 ( 33 ) NameLabels = 33 ( 33 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_2/A3 b/tests/de/step_2/A3 index 9fb5686f6e..b08d326e28 100644 --- a/tests/de/step_2/A3 +++ b/tests/de/step_2/A3 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 5 ( 403 ) Summary = 5 ( 403 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 4 ( 0 ) Shells = 1 ( 0 ) Solids = 1 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 532 ( 532 ) Summary = 3359 ( 3359 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 532 ( 532 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1299 ( 1299 ) -TOLERANCE : MaxTol = 1.956041309e-005 ( 0.0003145873437 ) AvgTol = 8.842932047e-007 ( 7.695997601e-006 ) +TOLERANCE : MaxTol = 1.956041309e-005 ( 0.0003145873437 ) AvgTol = 8.842857337e-007 ( 7.695997601e-006 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/A4 b/tests/de/step_2/A4 index 54a82e79b4..54943465cb 100644 --- a/tests/de/step_2/A4 +++ b/tests/de/step_2/A4 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 9 ( 40 ) Summary = 9 ( 40 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 36 ( 3 ) Face = 186 ( 186 ) Summary = 1404 ( 1371 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 36 ( 3 ) Face = 186 ( 186 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 548 ( 548 ) -TOLERANCE : MaxTol = 0.001493912454 ( 0.001493912451 ) AvgTol = 2.359735112e-005 ( 2.424782868e-005 ) +TOLERANCE : MaxTol = 0.001493912454 ( 0.001493912451 ) AvgTol = 2.360117771e-005 ( 2.424782868e-005 ) LABELS : N0Labels = 5 ( 5 ) N1Labels = 37 ( 37 ) N2Labels = 0 ( 0 ) TotalLabels = 42 ( 42 ) NameLabels = 9 ( 9 ) ColorLabels = 36 ( 36 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_2/A5 b/tests/de/step_2/A5 index cf924b1761..9dc11fab9a 100644 --- a/tests/de/step_2/A5 +++ b/tests/de/step_2/A5 @@ -1,6 +1,6 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader" + set filename r86ug.stp @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 128 ) Summary = 4 ( 128 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 2 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 25 ( 25 ) Shell = 25 ( 25 ) Face = 476 ( 476 ) Summary = 2928 ( 2928 ) STATSHAPE : Solid = 25 ( 25 ) Shell = 25 ( 25 ) Face = 476 ( 476 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1129 ( 1129 ) -TOLERANCE : MaxTol = 8.47188394e-006 ( 1e-005 ) AvgTol = 5.138027485e-007 ( 2.385478664e-006 ) +TOLERANCE : MaxTol = 8.47188394e-006 ( 1e-005 ) AvgTol = 5.134746346e-007 ( 2.385478664e-006 ) LABELS : N0Labels = 16 ( 16 ) N1Labels = 15 ( 15 ) N2Labels = 0 ( 0 ) TotalLabels = 31 ( 31 ) NameLabels = 31 ( 31 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_2/A6 b/tests/de/step_2/A6 index be50680bea..a4c14afa99 100644 --- a/tests/de/step_2/A6 +++ b/tests/de/step_2/A6 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 85 ) Summary = 4 ( 85 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 34 ( 34 ) Shell = 34 ( 34 ) Face = 254 ( 254 ) Summary = 1470 ( 1508 ) STATSHAPE : Solid = 34 ( 34 ) Shell = 34 ( 34 ) Face = 254 ( 254 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 539 ( 577 ) -TOLERANCE : MaxTol = 4.686868233 ( 4.686868233 ) AvgTol = 0.06006973237 ( 0.05835526534 ) +TOLERANCE : MaxTol = 4.686868233 ( 4.686868233 ) AvgTol = 0.06006921055 ( 0.05835476027 ) LABELS : N0Labels = 42 ( 42 ) N1Labels = 41 ( 41 ) N2Labels = 0 ( 0 ) TotalLabels = 83 ( 83 ) NameLabels = 83 ( 83 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_2/A7 b/tests/de/step_2/A7 index 346c057ed9..38f1ec1dd3 100644 --- a/tests/de/step_2/A7 +++ b/tests/de/step_2/A7 @@ -6,11 +6,11 @@ set filename trj5_pm3-ac-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 20 ( 27 ) Summary = 20 ( 27 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 20 ( 31 ) Summary = 20 ( 31 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 49 ( 49 ) Shell = 49 ( 49 ) Face = 615 ( 615 ) Summary = 4330 ( 4234 ) STATSHAPE : Solid = 88 ( 88 ) Shell = 88 ( 88 ) Face = 1079 ( 1079 ) FreeWire = 0 ( 0 ) FreeEdge = 96 ( 96 ) SharedEdge = 1611 ( 1611 ) -TOLERANCE : MaxTol = 0.007650852625 ( 0.00792935897 ) AvgTol = 8.776936219e-005 ( 8.913913057e-005 ) +TOLERANCE : MaxTol = 0.007650852625 ( 0.00792935897 ) AvgTol = 8.776936133e-005 ( 8.913893466e-005 ) LABELS : N0Labels = 78 ( 78 ) N1Labels = 196 ( 202 ) N2Labels = 0 ( 0 ) TotalLabels = 274 ( 280 ) NameLabels = 178 ( 178 ) ColorLabels = 145 ( 145 ) LayerLabels = 145 ( 151 ) PROPS : Centroid = 74 ( 74 ) Volume = 74 ( 74 ) Area = 74 ( 74 ) NCOLORS : NColors = 16 ( 16 ) diff --git a/tests/de/step_2/A9 b/tests/de/step_2/A9 index 3fe30f161a..1d34f546f5 100644 --- a/tests/de/step_2/A9 +++ b/tests/de/step_2/A9 @@ -7,11 +7,11 @@ set filename PRO10107.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 85 ( 42 ) Summary = 85 ( 42 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 83 ( 34 ) Summary = 83 ( 34 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 619 ( 76 ) Face = 619 ( 619 ) Summary = 8060 ( 7347 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 619 ( 76 ) Face = 619 ( 619 ) FreeWire = 0 ( 0 ) FreeEdge = 213 ( 213 ) SharedEdge = 2941 ( 2941 ) -TOLERANCE : MaxTol = 0.08237032966 ( 0.08237032966 ) AvgTol = 0.000345677544 ( 0.0003639774598 ) +TOLERANCE : MaxTol = 0.08237032966 ( 0.08237032966 ) AvgTol = 0.0003456724841 ( 0.0003583335721 ) LABELS : N0Labels = 5 ( 5 ) N1Labels = 9 ( 9 ) N2Labels = 0 ( 0 ) TotalLabels = 14 ( 14 ) NameLabels = 14 ( 14 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_2/B2 b/tests/de/step_2/B2 index af1e133bd1..2444aa8226 100644 --- a/tests/de/step_2/B2 +++ b/tests/de/step_2/B2 @@ -1,16 +1,17 @@ # !!!! 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: TPSTAT : Faulty" +puts "TODO CR23096 ALL: TOLERANCE : Faulty" + set filename trj10_b2-ct-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 50 ( 18 ) Summary = 50 ( 18 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 52 ( 22 ) Summary = 52 ( 22 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 308 ( 308 ) Summary = 2025 ( 2024 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 308 ( 308 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 851 ( 850 ) -TOLERANCE : MaxTol = 0.007289138208 ( 0.005806659935 ) AvgTol = 0.0002351354969 ( 0.0002277450165 ) +TOLERANCE : MaxTol = 0.007289138208 ( 0.005806659935 ) AvgTol = 0.0002349111304 ( 0.0002264417103 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/B3 b/tests/de/step_2/B3 index 28b94677b3..3b0f00e534 100644 --- a/tests/de/step_2/B3 +++ b/tests/de/step_2/B3 @@ -7,11 +7,11 @@ set filename welle_surface.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 488 ( 384 ) Summary = 488 ( 384 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 392 ( 384 ) Summary = 392 ( 384 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 469 ( 0 ) Face = 469 ( 469 ) Summary = 5735 ( 5266 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 469 ( 0 ) Face = 469 ( 469 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2160 ( 2160 ) -TOLERANCE : MaxTol = 0.003303397777 ( 0.003303824773 ) AvgTol = 0.0002407323402 ( 0.0002515673781 ) +TOLERANCE : MaxTol = 0.003303397777 ( 0.003303824773 ) AvgTol = 0.0002306033612 ( 0.0002463792868 ) 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 ) diff --git a/tests/de/step_2/B4 b/tests/de/step_2/B4 index e85b1d7d52..5a45dc8fee 100644 --- a/tests/de/step_2/B4 +++ b/tests/de/step_2/B4 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 67 ) Summary = 0 ( 67 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 696 ( 696 ) Summary = 6794 ( 6252 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 696 ( 696 ) FreeWire = 0 ( 0 ) FreeEdge = 541 ( 541 ) SharedEdge = 2479 ( 2479 ) -TOLERANCE : MaxTol = 0.03072519149 ( 0.3955576531 ) AvgTol = 0.0005067325357 ( 0.001409503567 ) +TOLERANCE : MaxTol = 0.03072519149 ( 0.3955576531 ) AvgTol = 0.0005067319118 ( 0.001409502943 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 543 ( 548 ) N2Labels = 0 ( 0 ) TotalLabels = 546 ( 551 ) NameLabels = 5 ( 5 ) ColorLabels = 542 ( 394 ) LayerLabels = 542 ( 547 ) PROPS : Centroid = 2 ( 2 ) Volume = 2 ( 2 ) Area = 2 ( 2 ) NCOLORS : NColors = 9 ( 9 ) diff --git a/tests/de/step_2/B5 b/tests/de/step_2/B5 index 7084c1714c..d1f7760936 100644 --- a/tests/de/step_2/B5 +++ b/tests/de/step_2/B5 @@ -6,11 +6,11 @@ set filename trj10_b2-sy-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 16 ( 330 ) Summary = 16 ( 330 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 16 ( 364 ) Summary = 16 ( 364 ) CHECKSHAPE : Wires = 1 ( 0 ) Faces = 1 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 257 ( 257 ) Summary = 1770 ( 1770 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 257 ( 257 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 746 ( 746 ) -TOLERANCE : MaxTol = 0.477874439 ( 0.477874439 ) AvgTol = 0.005727219364 ( 0.007062876615 ) +TOLERANCE : MaxTol = 0.477874439 ( 0.477874439 ) AvgTol = 0.005726825808 ( 0.007088060753 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/B6 b/tests/de/step_2/B6 index 2ae1b583b9..8e9582e4ed 100644 --- a/tests/de/step_2/B6 +++ b/tests/de/step_2/B6 @@ -7,11 +7,11 @@ set filename PRO20364.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 119 ( 100 ) Summary = 119 ( 100 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 120 ( 100 ) Summary = 120 ( 100 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 4 ( 4 ) Face = 457 ( 457 ) Summary = 2948 ( 2947 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 4 ( 4 ) Face = 457 ( 457 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1203 ( 1203 ) -TOLERANCE : MaxTol = 0.005476437308 ( 0.005476492073 ) AvgTol = 0.0003181718251 ( 0.0003179903324 ) +TOLERANCE : MaxTol = 0.005476437308 ( 0.005476492073 ) AvgTol = 0.0003181744877 ( 0.0003186393874 ) LABELS : N0Labels = 6 ( 6 ) N1Labels = 5 ( 7 ) N2Labels = 0 ( 2 ) TotalLabels = 11 ( 15 ) NameLabels = 11 ( 11 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_2/B7 b/tests/de/step_2/B7 index aa04b66c33..49d2bb9e72 100644 --- a/tests/de/step_2/B7 +++ b/tests/de/step_2/B7 @@ -6,11 +6,11 @@ set filename trj9_b2-id-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 46 ( 48 ) Summary = 46 ( 48 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 47 ( 49 ) Summary = 47 ( 49 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 1 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 3 ( 3 ) Face = 231 ( 231 ) Summary = 1450 ( 1449 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 3 ( 3 ) Face = 231 ( 231 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 594 ( 594 ) -TOLERANCE : MaxTol = 0.0061882807 ( 0.006188280702 ) AvgTol = 0.0004159499273 ( 0.0004163256817 ) +TOLERANCE : MaxTol = 0.0061882807 ( 0.006188280702 ) AvgTol = 0.0004160092031 ( 0.0004163610707 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 1 ( 1 ) Volume = 1 ( 1 ) Area = 1 ( 1 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/B9 b/tests/de/step_2/B9 index 73cdee94b7..75d05ab44b 100644 --- a/tests/de/step_2/B9 +++ b/tests/de/step_2/B9 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 11 ( 11 ) Summary = 11 ( 11 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 9 ( 2 ) Face = 210 ( 210 ) Summary = 1631 ( 1598 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 9 ( 2 ) Face = 210 ( 210 ) FreeWire = 0 ( 0 ) FreeEdge = 26 ( 26 ) SharedEdge = 677 ( 677 ) -TOLERANCE : MaxTol = 0.03020760843 ( 0.03020760843 ) AvgTol = 0.001590958026 ( 0.001613947318 ) +TOLERANCE : MaxTol = 0.03020760843 ( 0.03020760843 ) AvgTol = 0.001590573826 ( 0.001613562745 ) LABELS : N0Labels = 4 ( 4 ) N1Labels = 32 ( 32 ) N2Labels = 0 ( 0 ) TotalLabels = 36 ( 36 ) NameLabels = 7 ( 7 ) ColorLabels = 5 ( 5 ) LayerLabels = 26 ( 26 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_2/C1 b/tests/de/step_2/C1 index cc826e6c7d..be15ce4409 100644 --- a/tests/de/step_2/C1 +++ b/tests/de/step_2/C1 @@ -7,11 +7,11 @@ set filename trj9_b2-ct-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 46 ( 31 ) Summary = 46 ( 31 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 48 ( 37 ) Summary = 48 ( 37 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 308 ( 308 ) Summary = 2025 ( 2024 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 308 ( 308 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 851 ( 850 ) -TOLERANCE : MaxTol = 0.007289138208 ( 0.006752076563 ) AvgTol = 0.0002307842426 ( 0.0002269800906 ) +TOLERANCE : MaxTol = 0.007289138208 ( 0.006752076563 ) AvgTol = 0.0002303853755 ( 0.0002259178002 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/C3 b/tests/de/step_2/C3 index aa77b9572e..e9e395b223 100644 --- a/tests/de/step_2/C3 +++ b/tests/de/step_2/C3 @@ -6,11 +6,11 @@ set filename trj3_pm1-ac2-203.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 21 ( 21 ) Summary = 21 ( 21 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 22 ( 22 ) Summary = 22 ( 22 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 20 ( 20 ) Shell = 20 ( 20 ) Face = 506 ( 506 ) Summary = 2949 ( 2949 ) STATSHAPE : Solid = 20 ( 20 ) Shell = 20 ( 20 ) Face = 506 ( 506 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1160 ( 1160 ) -TOLERANCE : MaxTol = 0.0001499500712 ( 0.000149950072 ) AvgTol = 2.50089477e-006 ( 2.500894783e-006 ) +TOLERANCE : MaxTol = 0.0001499500712 ( 0.000149950072 ) AvgTol = 2.5032118e-006 ( 2.503211837e-006 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 1 ) N2Labels = 0 ( 1 ) TotalLabels = 1 ( 3 ) NameLabels = 1 ( 2 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_2/C5 b/tests/de/step_2/C5 index d406fee99c..c496904bfa 100644 --- a/tests/de/step_2/C5 +++ b/tests/de/step_2/C5 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 31 ( 35 ) Summary = 31 ( 35 ) CHECKSHAPE : Wires = 0 ( 2 ) Faces = 0 ( 2 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 60 ( 0 ) Face = 60 ( 60 ) Summary = 768 ( 706 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 60 ( 0 ) Face = 60 ( 60 ) FreeWire = 0 ( 0 ) FreeEdge = 2 ( 2 ) SharedEdge = 288 ( 288 ) -TOLERANCE : MaxTol = 0.0003019310697 ( 0.009909450702 ) AvgTol = 9.661867617e-006 ( 0.0001746106215 ) +TOLERANCE : MaxTol = 0.0003019310697 ( 0.009909450702 ) AvgTol = 9.663091319e-006 ( 0.0001746106215 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 64 ( 64 ) N2Labels = 0 ( 0 ) TotalLabels = 67 ( 67 ) NameLabels = 5 ( 5 ) ColorLabels = 62 ( 62 ) LayerLabels = 62 ( 62 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 1 ( 1 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_2/C6 b/tests/de/step_2/C6 index ba4876b65b..999d684112 100644 --- a/tests/de/step_2/C6 +++ b/tests/de/step_2/C6 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 11 ( 11 ) Summary = 11 ( 11 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 9 ( 2 ) Face = 210 ( 210 ) Summary = 1630 ( 1598 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 9 ( 2 ) Face = 210 ( 210 ) FreeWire = 0 ( 0 ) FreeEdge = 26 ( 26 ) SharedEdge = 677 ( 677 ) -TOLERANCE : MaxTol = 0.03020760843 ( 0.03020760843 ) AvgTol = 0.001600988158 ( 0.001613947318 ) +TOLERANCE : MaxTol = 0.03020760843 ( 0.03020760843 ) AvgTol = 0.001600603957 ( 0.001613562745 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 31 ( 31 ) N2Labels = 0 ( 0 ) TotalLabels = 32 ( 32 ) NameLabels = 1 ( 1 ) ColorLabels = 5 ( 5 ) LayerLabels = 26 ( 26 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_2/C9 b/tests/de/step_2/C9 index 450dd6eb57..834f9b13c0 100644 --- a/tests/de/step_2/C9 +++ b/tests/de/step_2/C9 @@ -3,7 +3,9 @@ puts "TODO CR23096 ALL: TPSTAT : 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: Error : 3 differences with reference data found :" + set LinuxDiff 3 set filename r_77-sy.stp diff --git a/tests/de/step_2/D1 b/tests/de/step_2/D1 index 15f47487ed..417602f4fa 100644 --- a/tests/de/step_2/D1 +++ b/tests/de/step_2/D1 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 41 ( 39 ) Summary = 41 ( 39 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 5 ( 5 ) Shell = 5 ( 5 ) Face = 283 ( 283 ) Summary = 1860 ( 1860 ) STATSHAPE : Solid = 10 ( 10 ) Shell = 10 ( 10 ) Face = 613 ( 613 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 752 ( 752 ) -TOLERANCE : MaxTol = 2.475302665e-007 ( 2.29229366e-007 ) AvgTol = 1.007990614e-007 ( 1.00341823e-007 ) +TOLERANCE : MaxTol = 2.475302665e-007 ( 2.475300807e-007 ) AvgTol = 1.007990614e-007 ( 1.00594269e-007 ) LABELS : N0Labels = 8 ( 8 ) N1Labels = 12 ( 12 ) N2Labels = 0 ( 0 ) TotalLabels = 20 ( 20 ) NameLabels = 20 ( 20 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_2/D2 b/tests/de/step_2/D2 index e7c562ecba..0d24e151c2 100644 --- a/tests/de/step_2/D2 +++ b/tests/de/step_2/D2 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 14 ( 83 ) Summary = 14 ( 83 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 7 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 18 ( 18 ) Shell = 18 ( 18 ) Face = 369 ( 369 ) Summary = 2501 ( 2501 ) STATSHAPE : Solid = 18 ( 18 ) Shell = 18 ( 18 ) Face = 369 ( 369 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 976 ( 976 ) -TOLERANCE : MaxTol = 0.005929066011 ( 0.005929066208 ) AvgTol = 9.595552078e-005 ( 9.743599736e-005 ) +TOLERANCE : MaxTol = 0.005929066011 ( 0.005929066208 ) AvgTol = 9.59552537e-005 ( 9.743599735e-005 ) LABELS : N0Labels = 20 ( 20 ) N1Labels = 19 ( 19 ) N2Labels = 0 ( 0 ) TotalLabels = 39 ( 39 ) NameLabels = 39 ( 39 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 20 ( 20 ) Volume = 20 ( 20 ) Area = 20 ( 20 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_2/D3 b/tests/de/step_2/D3 index eaf9240983..bae1fb272d 100644 --- a/tests/de/step_2/D3 +++ b/tests/de/step_2/D3 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 4 ) Summary = 0 ( 4 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 14 ( 0 ) Face = 14 ( 14 ) Summary = 157 ( 143 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 14 ( 0 ) Face = 14 ( 14 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 56 ( 56 ) -TOLERANCE : MaxTol = 0.0003158426652 ( 11.27429191 ) AvgTol = 3.552299744e-005 ( 0.3097687386 ) +TOLERANCE : MaxTol = 0.0003158426652 ( 0.0003158424638 ) AvgTol = 3.552299744e-005 ( 3.552231384e-005 ) 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 ) diff --git a/tests/de/step_2/D4 b/tests/de/step_2/D4 index ac5b5d1a0e..4f5b0bf3ad 100644 --- a/tests/de/step_2/D4 +++ b/tests/de/step_2/D4 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 11 ( 11 ) Summary = 11 ( 11 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 9 ( 2 ) Face = 210 ( 210 ) Summary = 1630 ( 1598 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 9 ( 2 ) Face = 210 ( 210 ) FreeWire = 0 ( 0 ) FreeEdge = 26 ( 26 ) SharedEdge = 677 ( 677 ) -TOLERANCE : MaxTol = 0.03020760843 ( 0.03020760843 ) AvgTol = 0.001600988158 ( 0.001613947318 ) +TOLERANCE : MaxTol = 0.03020760843 ( 0.03020760843 ) AvgTol = 0.001600603957 ( 0.001613562745 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 31 ( 31 ) N2Labels = 0 ( 0 ) TotalLabels = 32 ( 32 ) NameLabels = 1 ( 1 ) ColorLabels = 5 ( 5 ) LayerLabels = 26 ( 26 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_2/D6 b/tests/de/step_2/D6 index 6d6e7fcbc8..028c31818c 100644 --- a/tests/de/step_2/D6 +++ b/tests/de/step_2/D6 @@ -12,7 +12,7 @@ TPSTAT : Faulties = 5 ( 0 ) Warnings = 0 ( 0 ) Summary = 5 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 59 ( 64 ) Face = 59 ( 64 ) Summary = 686 ( 759 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 59 ( 64 ) Face = 59 ( 64 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 254 ( 283 ) -TOLERANCE : MaxTol = 0.01572432916 ( 0.03822476581 ) AvgTol = 0.001130934878 ( 0.002376112615 ) +TOLERANCE : MaxTol = 0.01572432916 ( 0.03822476581 ) AvgTol = 0.001130934878 ( 0.002347097209 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 118 ( 128 ) N2Labels = 0 ( 0 ) TotalLabels = 119 ( 129 ) NameLabels = 1 ( 1 ) ColorLabels = 59 ( 64 ) LayerLabels = 59 ( 64 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/D7 b/tests/de/step_2/D7 index be84db4872..14be11d44b 100644 --- a/tests/de/step_2/D7 +++ b/tests/de/step_2/D7 @@ -6,11 +6,11 @@ set filename bm4_id_punch_c.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 14 ( 80 ) Summary = 14 ( 80 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 36 ( 77 ) Summary = 36 ( 77 ) CHECKSHAPE : Wires = 4 ( 4 ) Faces = 4 ( 4 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) -NBSHAPES : Solid = 3 ( 3 ) Shell = 40 ( 3 ) Face = 182 ( 182 ) Summary = 1489 ( 1445 ) -STATSHAPE : Solid = 3 ( 3 ) Shell = 40 ( 3 ) Face = 182 ( 182 ) FreeWire = 0 ( 0 ) FreeEdge = 6 ( 6 ) SharedEdge = 586 ( 586 ) -TOLERANCE : MaxTol = 0.007713500664 ( 68.19450273 ) AvgTol = 0.0006851176006 ( 0.1538597037 ) +NBSHAPES : Solid = 3 ( 3 ) Shell = 40 ( 3 ) Face = 182 ( 182 ) Summary = 1490 ( 1445 ) +STATSHAPE : Solid = 3 ( 3 ) Shell = 40 ( 3 ) Face = 182 ( 182 ) FreeWire = 0 ( 0 ) FreeEdge = 6 ( 6 ) SharedEdge = 587 ( 586 ) +TOLERANCE : MaxTol = 0.007713500664 ( 0.007713500658 ) AvgTol = 0.0006864600464 ( 0.0006853348978 ) LABELS : N0Labels = 5 ( 5 ) N1Labels = 4 ( 4 ) N2Labels = 0 ( 0 ) TotalLabels = 9 ( 9 ) NameLabels = 9 ( 9 ) ColorLabels = 3 ( 3 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_2/D8 b/tests/de/step_2/D8 index dadd7a9dbc..a6fc7aebb3 100644 --- a/tests/de/step_2/D8 +++ b/tests/de/step_2/D8 @@ -1,20 +1,20 @@ # !!!! 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: STATSHAPE : Faulty " +puts "TODO CR23096 ALL: STATSHAPE : Faulty" +puts "TODO CR23096 ALL: LABELS : Faulty" + + +puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :" set LinuxDiff 4 -set linuxFaulties {STATSHAPE} set filename bm4_id_punch_d.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 6 ( 69 ) Summary = 6 ( 69 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 28 ( 69 ) Summary = 28 ( 69 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) -NBSHAPES : Solid = 5 ( 5 ) Shell = 42 ( 5 ) Face = 186 ( 186 ) Summary = 1539 ( 1483 ) -STATSHAPE : Solid = 5 ( 5 ) Shell = 42 ( 5 ) Face = 186 ( 186 ) FreeWire = 0 ( 0 ) FreeEdge = 6 ( 6 ) SharedEdge = 602 ( 602 ) -TOLERANCE : MaxTol = 0.007713500664 ( 10.64591504 ) AvgTol = 0.0006682987452 ( 0.01717655988 ) +NBSHAPES : Solid = 5 ( 5 ) Shell = 42 ( 5 ) Face = 186 ( 186 ) Summary = 1540 ( 1483 ) +STATSHAPE : Solid = 5 ( 5 ) Shell = 42 ( 5 ) Face = 186 ( 186 ) FreeWire = 0 ( 0 ) FreeEdge = 6 ( 6 ) SharedEdge = 603 ( 602 ) +TOLERANCE : MaxTol = 0.007713500664 ( 0.007713500658 ) AvgTol = 0.0006669808353 ( 0.0006683092632 ) LABELS : N0Labels = 5 ( 5 ) N1Labels = 8 ( 4 ) N2Labels = 0 ( 0 ) TotalLabels = 13 ( 9 ) NameLabels = 9 ( 9 ) ColorLabels = 5 ( 3 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_2/D9 b/tests/de/step_2/D9 index a504904ea4..6c2abc421b 100644 --- a/tests/de/step_2/D9 +++ b/tests/de/step_2/D9 @@ -2,7 +2,7 @@ puts "TODO CR23096 ALL: TPSTAT : Faulty" puts "TODO CR23096 ALL: LABELS : Faulty" puts "TODO CR23096 ALL: LAYERS : Faulty" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader" + set filename bm4_db_punch_a.stp @@ -12,7 +12,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 13 ( 2 ) Summary = 13 ( 2 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 16 ( 16 ) Face = 192 ( 192 ) Summary = 1314 ( 1270 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 16 ( 16 ) Face = 192 ( 192 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 519 ( 503 ) -TOLERANCE : MaxTol = 0.152467407 ( 0.344407918 ) AvgTol = 0.0008343814537 ( 0.005614165412 ) +TOLERANCE : MaxTol = 0.152467407 ( 0.344407918 ) AvgTol = 0.0008333756498 ( 0.00561353742 ) LABELS : N0Labels = 4 ( 4 ) N1Labels = 31 ( 31 ) N2Labels = 0 ( 0 ) TotalLabels = 35 ( 35 ) NameLabels = 7 ( 7 ) ColorLabels = 16 ( 16 ) LayerLabels = 16 ( 19 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_2/E1 b/tests/de/step_2/E1 index 57e4f0df07..618622f224 100644 --- a/tests/de/step_2/E1 +++ b/tests/de/step_2/E1 @@ -2,7 +2,7 @@ puts "TODO CR23096 ALL: TPSTAT : Faulty" puts "TODO CR23096 ALL: STATSHAPE : Faulty" puts "TODO CR23096 ALL: LABELS : Faulty" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: StepToTopoDS_TranslateCompositeCurve" + set filename tr9_r0901-al.stp @@ -12,7 +12,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 7 ( 2 ) Summary = 7 ( 2 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 19 ( 1 ) Face = 26 ( 26 ) Summary = 1044 ( 852 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 19 ( 1 ) Face = 26 ( 26 ) FreeWire = 0 ( 0 ) FreeEdge = 177 ( 177 ) SharedEdge = 319 ( 319 ) -TOLERANCE : MaxTol = 0.03657395096 ( 0.9781270945 ) AvgTol = 0.001041638515 ( 0.01504765061 ) +TOLERANCE : MaxTol = 0.03657395096 ( 0.9781270945 ) AvgTol = 0.001041638515 ( 0.01501517834 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 196 ( 197 ) N2Labels = 0 ( 0 ) TotalLabels = 197 ( 198 ) NameLabels = 1 ( 1 ) ColorLabels = 19 ( 19 ) LayerLabels = 177 ( 178 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_2/E3 b/tests/de/step_2/E3 index 417a308edd..05de9203c0 100644 --- a/tests/de/step_2/E3 +++ b/tests/de/step_2/E3 @@ -7,11 +7,11 @@ set filename PRO9234.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 77 ( 180 ) Summary = 77 ( 180 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 77 ( 181 ) Summary = 77 ( 181 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 2 ( 2 ) Shell = 15 ( 15 ) Face = 280 ( 280 ) Summary = 2349 ( 2212 ) STATSHAPE : Solid = 2 ( 2 ) Shell = 15 ( 15 ) Face = 280 ( 280 ) FreeWire = 0 ( 1 ) FreeEdge = 137 ( 137 ) SharedEdge = 889 ( 889 ) -TOLERANCE : MaxTol = 0.02408475069 ( 0.02408475069 ) AvgTol = 0.001635343461 ( 0.001615102748 ) +TOLERANCE : MaxTol = 0.02408475069 ( 0.02408475069 ) AvgTol = 0.001635342641 ( 0.001615101952 ) LABELS : N0Labels = 4 ( 4 ) N1Labels = 136 ( 215 ) N2Labels = 0 ( 0 ) TotalLabels = 140 ( 219 ) NameLabels = 7 ( 7 ) ColorLabels = 133 ( 133 ) LayerLabels = 133 ( 212 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) diff --git a/tests/de/step_2/E5 b/tests/de/step_2/E5 index f7b55a83bd..5b577a779e 100644 --- a/tests/de/step_2/E5 +++ b/tests/de/step_2/E5 @@ -7,11 +7,11 @@ set filename trj3_pm1-ct2-203.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 37 ( 25 ) Summary = 37 ( 25 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 36 ( 27 ) Summary = 36 ( 27 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 7 ( 1 ) Face = 200 ( 200 ) Summary = 1529 ( 1523 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 7 ( 1 ) Face = 200 ( 200 ) FreeWire = 0 ( 44 ) FreeEdge = 44 ( 44 ) SharedEdge = 613 ( 613 ) -TOLERANCE : MaxTol = 0.02902527695 ( 0.02902527731 ) AvgTol = 0.0006111299775 ( 0.000610259678 ) +TOLERANCE : MaxTol = 0.02902527695 ( 0.02902527731 ) AvgTol = 0.0006105265613 ( 0.0006099213322 ) LABELS : N0Labels = 4 ( 4 ) N1Labels = 3 ( 3 ) N2Labels = 0 ( 0 ) TotalLabels = 7 ( 7 ) NameLabels = 7 ( 7 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_2/E6 b/tests/de/step_2/E6 index 00b7d1bd92..2674da75fc 100644 --- a/tests/de/step_2/E6 +++ b/tests/de/step_2/E6 @@ -1,19 +1,21 @@ # !!!! This file is generated automatically, do not edit manually! See end script -puts "TODO ?CR23096 ALL: TPSTAT : Faulty" +puts "TODO CR23096 ALL: TPSTAT : Faulty" puts "TODO CR23096 ALL: STATSHAPE : 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 trj3_s1-al-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 102 ( 101 ) Summary = 102 ( 101 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 102 ( 95 ) Summary = 102 ( 95 ) CHECKSHAPE : Wires = 12 ( 12 ) Faces = 12 ( 12 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 5 ( 5 ) Shell = 18 ( 14 ) Face = 94 ( 94 ) Summary = 630 ( 627 ) STATSHAPE : Solid = 5 ( 5 ) Shell = 18 ( 14 ) Face = 94 ( 94 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 255 ( 255 ) -TOLERANCE : MaxTol = 5.454654424 ( 20.45495409 ) AvgTol = 0.1582231883 ( 0.5084163389 ) +TOLERANCE : MaxTol = 5.454654424 ( 20.45495409 ) AvgTol = 0.1582231883 ( 0.5075249428 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 18 ( 17 ) N2Labels = 0 ( 0 ) TotalLabels = 19 ( 18 ) NameLabels = 1 ( 1 ) ColorLabels = 18 ( 17 ) LayerLabels = 7 ( 8 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_2/E7 b/tests/de/step_2/E7 index 39981196b2..4497815c8d 100644 --- a/tests/de/step_2/E7 +++ b/tests/de/step_2/E7 @@ -2,19 +2,20 @@ puts "TODO CR23096 ALL: 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 DEBUG_OCC24121 Debian60-64 Windows: Warning: StepToGeom_MakeSurface" + + +puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :" set LinuxDiff 3 set filename r76sy.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 1 ( 4 ) Warnings = 68 ( 104 ) Summary = 69 ( 108 ) -CHECKSHAPE : Wires = 2 ( 0 ) Faces = 2 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) +TPSTAT : Faulties = 1 ( 4 ) Warnings = 68 ( 103 ) Summary = 69 ( 107 ) +CHECKSHAPE : Wires = 1 ( 0 ) Faces = 1 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 23 ( 23 ) Shell = 46 ( 47 ) Face = 193 ( 194 ) Summary = 1329 ( 1357 ) STATSHAPE : Solid = 23 ( 23 ) Shell = 46 ( 47 ) Face = 193 ( 194 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 494 ( 504 ) -TOLERANCE : MaxTol = 0.0205434719 ( 0.0293421419 ) AvgTol = 0.0005051457413 ( 0.00101833544 ) +TOLERANCE : MaxTol = 0.0205434719 ( 0.0293421419 ) AvgTol = 0.0005051439412 ( 0.001018331812 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 67 ( 67 ) N2Labels = 0 ( 0 ) TotalLabels = 70 ( 70 ) NameLabels = 5 ( 5 ) ColorLabels = 46 ( 45 ) LayerLabels = 42 ( 45 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_2/E9 b/tests/de/step_2/E9 index f3a95e3982..a217555ee3 100644 --- a/tests/de/step_2/E9 +++ b/tests/de/step_2/E9 @@ -2,17 +2,17 @@ puts "TODO CR23096 ALL: TPSTAT : Faulty" puts "TODO CR23096 ALL: LABELS : Faulty" puts "TODO CR23096 ALL: LAYERS : Faulty" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader" + set filename bm4_db_punch_c.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 22 ( 14 ) Summary = 22 ( 14 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 26 ( 14 ) Summary = 26 ( 14 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 16 ( 16 ) Face = 192 ( 192 ) Summary = 1314 ( 1270 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 16 ( 16 ) Face = 192 ( 192 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 519 ( 503 ) -TOLERANCE : MaxTol = 0.152467407 ( 0.344407918 ) AvgTol = 0.0007954557279 ( 0.005616743583 ) +TOLERANCE : MaxTol = 0.152467407 ( 0.344407918 ) AvgTol = 0.0008368678776 ( 0.005616743583 ) LABELS : N0Labels = 4 ( 4 ) N1Labels = 31 ( 31 ) N2Labels = 0 ( 0 ) TotalLabels = 35 ( 35 ) NameLabels = 7 ( 7 ) ColorLabels = 16 ( 16 ) LayerLabels = 16 ( 19 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_2/F1 b/tests/de/step_2/F1 index 988d0c939f..7425f01f6a 100644 --- a/tests/de/step_2/F1 +++ b/tests/de/step_2/F1 @@ -1,20 +1,23 @@ # !!!! 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: NBSHAPES : Faulty" puts "TODO CR23096 ALL: STATSHAPE : 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 bm4_sd_punch_c.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 41 ( 1 ) Summary = 41 ( 1 ) -CHECKSHAPE : Wires = 2 ( 4 ) Faces = 4 ( 5 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) -NBSHAPES : Solid = 3 ( 3 ) Shell = 4 ( 4 ) Face = 205 ( 204 ) Summary = 1363 ( 1364 ) -STATSHAPE : Solid = 3 ( 3 ) Shell = 4 ( 4 ) Face = 205 ( 204 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 551 ( 552 ) -TOLERANCE : MaxTol = 1.533009737 ( 1.627860152 ) AvgTol = 0.06966649993 ( 0.08213967963 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 43 ( 3 ) Summary = 43 ( 3 ) +CHECKSHAPE : Wires = 2 ( 2 ) Faces = 5 ( 4 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) +NBSHAPES : Solid = 3 ( 3 ) Shell = 4 ( 4 ) Face = 205 ( 204 ) Summary = 1360 ( 1361 ) +STATSHAPE : Solid = 3 ( 3 ) Shell = 4 ( 4 ) Face = 205 ( 204 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 550 ( 551 ) +TOLERANCE : MaxTol = 1.533009737 ( 1.627860152 ) AvgTol = 0.07406624263 ( 0.08379380903 ) LABELS : N0Labels = 5 ( 5 ) N1Labels = 42 ( 41 ) N2Labels = 0 ( 0 ) TotalLabels = 47 ( 46 ) NameLabels = 9 ( 9 ) ColorLabels = 42 ( 41 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_2/F2 b/tests/de/step_2/F2 index d30b077236..1b8300166a 100644 --- a/tests/de/step_2/F2 +++ b/tests/de/step_2/F2 @@ -1,7 +1,7 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: LABELS : Faulty" puts "TODO CR23096 ALL: LAYERS : Faulty" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader" + set filename bm4_db_conn_a.stp diff --git a/tests/de/step_2/F3 b/tests/de/step_2/F3 index 80d26fe3c0..001512e276 100644 --- a/tests/de/step_2/F3 +++ b/tests/de/step_2/F3 @@ -2,7 +2,7 @@ puts "TODO CR23096 ALL: TPSTAT : Faulty" puts "TODO CR23096 ALL: LABELS : Faulty" puts "TODO CR23096 ALL: LAYERS : Faulty" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader" + set filename bm4_db_conn_d.stp diff --git a/tests/de/step_2/F4 b/tests/de/step_2/F4 index d22572ab47..9e772cb16e 100644 --- a/tests/de/step_2/F4 +++ b/tests/de/step_2/F4 @@ -4,7 +4,9 @@ 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 pe_turbine-A.stp diff --git a/tests/de/step_2/F5 b/tests/de/step_2/F5 index f778786bf1..1ad9b8915a 100644 --- a/tests/de/step_2/F5 +++ b/tests/de/step_2/F5 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 113 ( 32 ) Summary = 113 ( 32 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 117 ( 117 ) Face = 117 ( 117 ) Summary = 3604 ( 3191 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 117 ( 117 ) Face = 117 ( 117 ) FreeWire = 0 ( 89 ) FreeEdge = 502 ( 502 ) SharedEdge = 1120 ( 1120 ) -TOLERANCE : MaxTol = 0.1067914979 ( 0.1067914979 ) AvgTol = 0.003835135167 ( 0.004035585959 ) +TOLERANCE : MaxTol = 0.1067914979 ( 0.1067914979 ) AvgTol = 0.003835344441 ( 0.004035398796 ) LABELS : N0Labels = 4 ( 4 ) N1Labels = 3 ( 3 ) N2Labels = 0 ( 0 ) TotalLabels = 7 ( 7 ) NameLabels = 7 ( 7 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_2/F6 b/tests/de/step_2/F6 index 0dff30582c..6e07146691 100644 --- a/tests/de/step_2/F6 +++ b/tests/de/step_2/F6 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 472 ( 472 ) Summary = 2616 ( 2616 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 472 ( 472 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1074 ( 1074 ) -TOLERANCE : MaxTol = 0.0008695832754 ( 0.0008695832758 ) AvgTol = 0.0001317974137 ( 0.0001333767302 ) +TOLERANCE : MaxTol = 0.0008695832754 ( 0.0008695832758 ) AvgTol = 0.0001317960969 ( 0.0001333745726 ) 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 ) diff --git a/tests/de/step_2/F7 b/tests/de/step_2/F7 index 1de00aa14e..e5744ad47f 100644 --- a/tests/de/step_2/F7 +++ b/tests/de/step_2/F7 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 30 ( 42 ) Summary = 30 ( 42 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 2 ( 2 ) Shell = 2 ( 2 ) Face = 26 ( 26 ) Summary = 199 ( 199 ) STATSHAPE : Solid = 2 ( 2 ) Shell = 2 ( 2 ) Face = 26 ( 26 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 80 ( 80 ) -TOLERANCE : MaxTol = 0.03890832401 ( 0.03890832401 ) AvgTol = 0.005590596864 ( 0.005591229747 ) +TOLERANCE : MaxTol = 0.03890832401 ( 0.03890832401 ) AvgTol = 0.00559059449 ( 0.005591227372 ) 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 ) diff --git a/tests/de/step_2/F8 b/tests/de/step_2/F8 index b1697b2ff6..657bbe1f11 100644 --- a/tests/de/step_2/F8 +++ b/tests/de/step_2/F8 @@ -3,11 +3,11 @@ set filename CC670-12.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 24 ( 26 ) Summary = 24 ( 26 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 24 ( 27 ) Summary = 24 ( 27 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 135 ( 135 ) Summary = 1358 ( 1260 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 135 ( 135 ) FreeWire = 0 ( 4 ) FreeEdge = 100 ( 100 ) SharedEdge = 464 ( 464 ) -TOLERANCE : MaxTol = 0.04505895972 ( 0.04505895972 ) AvgTol = 0.001383726042 ( 0.001386190633 ) +TOLERANCE : MaxTol = 0.04505895972 ( 0.04505895972 ) AvgTol = 0.001379696439 ( 0.001381897647 ) LABELS : N0Labels = 5 ( 5 ) N1Labels = 3 ( 3 ) N2Labels = 0 ( 0 ) TotalLabels = 8 ( 8 ) NameLabels = 8 ( 8 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_2/G1 b/tests/de/step_2/G1 index a35ecc0ed1..870ae0e573 100644 --- a/tests/de/step_2/G1 +++ b/tests/de/step_2/G1 @@ -1,16 +1,13 @@ # !!!! This file is generated automatically, do not edit manually! See end script -puts "TODO CR23096 ALL: TPSTAT : Faulty" - - set filename CC670-12613.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 16 ( 12 ) Summary = 16 ( 12 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 16 ( 16 ) Summary = 16 ( 16 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 102 ( 102 ) Summary = 1024 ( 967 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 102 ( 102 ) FreeWire = 0 ( 8 ) FreeEdge = 64 ( 64 ) SharedEdge = 356 ( 356 ) -TOLERANCE : MaxTol = 0.01157947103 ( 0.01157947103 ) AvgTol = 0.0004789936454 ( 0.0004688608287 ) +TOLERANCE : MaxTol = 0.01157947103 ( 0.01157947103 ) AvgTol = 0.0004786577909 ( 0.0004686105209 ) LABELS : N0Labels = 5 ( 5 ) N1Labels = 3 ( 3 ) N2Labels = 0 ( 0 ) TotalLabels = 8 ( 8 ) NameLabels = 8 ( 8 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_2/G3 b/tests/de/step_2/G3 index 71d1a917bc..4f18081772 100644 --- a/tests/de/step_2/G3 +++ b/tests/de/step_2/G3 @@ -3,7 +3,7 @@ set filename Inventor_AdjustableBracket.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 33 ( 33 ) Summary = 33 ( 33 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 33 ( 35 ) Summary = 33 ( 35 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 9 ( 9 ) Shell = 9 ( 9 ) Face = 256 ( 256 ) Summary = 1594 ( 1594 ) STATSHAPE : Solid = 9 ( 9 ) Shell = 9 ( 9 ) Face = 256 ( 256 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 631 ( 631 ) diff --git a/tests/de/step_2/G6 b/tests/de/step_2/G6 index fb4b4d12f8..4747911e17 100644 --- a/tests/de/step_2/G6 +++ b/tests/de/step_2/G6 @@ -3,11 +3,11 @@ set filename PRO10360.stp set ref_data { DATA : Faulties = 0 ( 6 ) Warnings = 0 ( 0 ) Summary = 0 ( 6 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 8 ( 45 ) Summary = 8 ( 45 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 9 ( 45 ) Summary = 9 ( 45 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 5 ( 5 ) Shell = 6 ( 6 ) Face = 78 ( 78 ) Summary = 468 ( 468 ) STATSHAPE : Solid = 5 ( 5 ) Shell = 6 ( 6 ) Face = 78 ( 78 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 179 ( 179 ) -TOLERANCE : MaxTol = 0.000379629257 ( 0.0009876912169 ) AvgTol = 6.952539202e-006 ( 1.509787414e-005 ) +TOLERANCE : MaxTol = 1.742202567e-005 ( 0.0003632648967 ) AvgTol = 9.910714408e-007 ( 6.746245548e-006 ) 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 ) diff --git a/tests/de/step_2/H1 b/tests/de/step_2/H1 index 1d12d9a6c4..5311ea9194 100644 --- a/tests/de/step_2/H1 +++ b/tests/de/step_2/H1 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 18 ( 18 ) Summary = 18 ( 18 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 66 ( 66 ) Summary = 955 ( 833 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 66 ( 66 ) FreeWire = 0 ( 0 ) FreeEdge = 122 ( 122 ) SharedEdge = 325 ( 325 ) -TOLERANCE : MaxTol = 0.05706634351 ( 0.05706634351 ) AvgTol = 0.01188150788 ( 0.01188858328 ) +TOLERANCE : MaxTol = 0.05706634351 ( 0.05706634351 ) AvgTol = 0.01188180151 ( 0.01188858328 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 124 ( 124 ) N2Labels = 0 ( 0 ) TotalLabels = 127 ( 127 ) NameLabels = 5 ( 5 ) ColorLabels = 123 ( 123 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 7 ( 7 ) diff --git a/tests/de/step_2/H3 b/tests/de/step_2/H3 index 2a8e7d55aa..23ac0a90d1 100644 --- a/tests/de/step_2/H3 +++ b/tests/de/step_2/H3 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 13 ( 14 ) Summary = 13 ( 14 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 251 ( 251 ) Summary = 1661 ( 1661 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 251 ( 251 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 701 ( 701 ) -TOLERANCE : MaxTol = 0.01076675661 ( 0.01076675661 ) AvgTol = 8.350462389e-005 ( 8.350572465e-005 ) +TOLERANCE : MaxTol = 0.01076675661 ( 0.01076675661 ) AvgTol = 8.350462389e-005 ( 8.350567025e-005 ) 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 ) diff --git a/tests/de/step_2/H6 b/tests/de/step_2/H6 index 4c77fed7c5..17d08205b7 100644 --- a/tests/de/step_2/H6 +++ b/tests/de/step_2/H6 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 6 ( 16 ) Summary = 6 ( 16 ) CHECKSHAPE : Wires = 1 ( 1 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 600 ( 600 ) Summary = 4036 ( 4036 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 600 ( 600 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1713 ( 1713 ) -TOLERANCE : MaxTol = 0.2070257209 ( 0.2070257209 ) AvgTol = 0.001880246498 ( 0.00188025332 ) +TOLERANCE : MaxTol = 0.2070257209 ( 0.2070257209 ) AvgTol = 0.001880246498 ( 0.001880252808 ) 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 ) diff --git a/tests/de/step_2/H8 b/tests/de/step_2/H8 index 5e789e955f..206bd1f91a 100644 --- a/tests/de/step_2/H8 +++ b/tests/de/step_2/H8 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 55 ( 59 ) Summary = 55 ( 59 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 219 ( 219 ) Summary = 1685 ( 1626 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 219 ( 219 ) FreeWire = 0 ( 0 ) FreeEdge = 58 ( 58 ) SharedEdge = 643 ( 643 ) -TOLERANCE : MaxTol = 0.004786272898 ( 0.004786272898 ) AvgTol = 0.0003423815747 ( 0.0003426224939 ) +TOLERANCE : MaxTol = 0.004786272898 ( 0.004786272898 ) AvgTol = 0.0003424021369 ( 0.000342596968 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 192 ( 192 ) N2Labels = 0 ( 0 ) TotalLabels = 195 ( 195 ) NameLabels = 5 ( 5 ) ColorLabels = 191 ( 191 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 5 ) diff --git a/tests/de/step_2/I5 b/tests/de/step_2/I5 index e9bc8e6235..072d9c9897 100644 --- a/tests/de/step_2/I5 +++ b/tests/de/step_2/I5 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 8 ( 8 ) Shell = 8 ( 8 ) Face = 112 ( 112 ) Summary = 805 ( 805 ) STATSHAPE : Solid = 8 ( 8 ) Shell = 8 ( 8 ) Face = 112 ( 112 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 324 ( 324 ) -TOLERANCE : MaxTol = 0.0001034147973 ( 0.0001551206622 ) AvgTol = 5.552273924e-006 ( 8.275049336e-006 ) +TOLERANCE : MaxTol = 4.317703646e-007 ( 4.317703709e-007 ) AvgTol = 1.120134652e-007 ( 1.120162122e-007 ) 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 ) diff --git a/tests/de/step_2/I6 b/tests/de/step_2/I6 index 223ce43ae8..7a21439e5c 100644 --- a/tests/de/step_2/I6 +++ b/tests/de/step_2/I6 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 23 ( 21 ) Summary = 23 ( 21 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 161 ( 161 ) Summary = 867 ( 864 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 161 ( 161 ) FreeWire = 0 ( 0 ) FreeEdge = 2 ( 2 ) SharedEdge = 339 ( 339 ) -TOLERANCE : MaxTol = 0.006107914079 ( 0.006107914082 ) AvgTol = 0.001067538724 ( 0.001065888068 ) +TOLERANCE : MaxTol = 0.006107914079 ( 0.006107914082 ) AvgTol = 0.001067484627 ( 0.001064547307 ) 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 ) diff --git a/tests/de/step_2/I7 b/tests/de/step_2/I7 index d1f0427c3a..9a43d3c862 100644 --- a/tests/de/step_2/I7 +++ b/tests/de/step_2/I7 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 2 ) Warnings = 22 ( 23 ) Summary = 22 ( 25 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 2 ( 2 ) Face = 159 ( 159 ) Summary = 862 ( 859 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 2 ( 2 ) Face = 159 ( 159 ) FreeWire = 0 ( 0 ) FreeEdge = 2 ( 2 ) SharedEdge = 337 ( 337 ) -TOLERANCE : MaxTol = 0.006107853001 ( 0.006107914082 ) AvgTol = 0.001083833338 ( 0.001082178837 ) +TOLERANCE : MaxTol = 0.006107853001 ( 0.006107914082 ) AvgTol = 0.001083554481 ( 0.001080597937 ) 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 ) diff --git a/tests/de/step_2/I9 b/tests/de/step_2/I9 index bc24fb4164..4e014a8a60 100644 --- a/tests/de/step_2/I9 +++ b/tests/de/step_2/I9 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 8 ( 8 ) Shell = 8 ( 8 ) Face = 112 ( 112 ) Summary = 805 ( 805 ) STATSHAPE : Solid = 8 ( 8 ) Shell = 8 ( 8 ) Face = 112 ( 112 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 324 ( 324 ) -TOLERANCE : MaxTol = 0.0001034148615 ( 0.0001551206729 ) AvgTol = 5.552218587e-006 ( 8.27498499e-006 ) +TOLERANCE : MaxTol = 4.298829269e-007 ( 4.29759467e-007 ) AvgTol = 1.119570039e-007 ( 1.119511278e-007 ) LABELS : N0Labels = 8 ( 8 ) N1Labels = 41 ( 41 ) N2Labels = 0 ( 0 ) TotalLabels = 49 ( 49 ) NameLabels = 8 ( 8 ) ColorLabels = 41 ( 41 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/J1 b/tests/de/step_2/J1 index 990dc6c58e..407631ff78 100644 --- a/tests/de/step_2/J1 +++ b/tests/de/step_2/J1 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 8 ( 8 ) Shell = 8 ( 8 ) Face = 112 ( 112 ) Summary = 805 ( 805 ) STATSHAPE : Solid = 8 ( 8 ) Shell = 8 ( 8 ) Face = 112 ( 112 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 324 ( 324 ) -TOLERANCE : MaxTol = 4.482563092e-007 ( 4.480845215e-007 ) AvgTol = 1.126909032e-007 ( 1.126828552e-007 ) +TOLERANCE : MaxTol = 4.482563499e-007 ( 4.480845215e-007 ) AvgTol = 1.126909033e-007 ( 1.126828552e-007 ) LABELS : N0Labels = 8 ( 8 ) N1Labels = 41 ( 41 ) N2Labels = 0 ( 0 ) TotalLabels = 49 ( 49 ) NameLabels = 8 ( 8 ) ColorLabels = 41 ( 41 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/J5 b/tests/de/step_2/J5 index b75e507bea..b31f7bde59 100644 --- a/tests/de/step_2/J5 +++ b/tests/de/step_2/J5 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 5 ) Summary = 0 ( 5 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 3 ( 3 ) Face = 84 ( 84 ) Summary = 514 ( 512 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 3 ( 3 ) Face = 84 ( 84 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 214 ( 214 ) -TOLERANCE : MaxTol = 0.01165262121 ( 0.01165262121 ) AvgTol = 0.001853534879 ( 0.002062256913 ) +TOLERANCE : MaxTol = 0.01165262121 ( 0.01165262121 ) AvgTol = 0.001853534837 ( 0.002062256871 ) 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 ) diff --git a/tests/de/step_2/J7 b/tests/de/step_2/J7 index f1799a8f3a..c358538b17 100644 --- a/tests/de/step_2/J7 +++ b/tests/de/step_2/J7 @@ -6,11 +6,11 @@ set filename bm4_ct_punch.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 61 ( 4 ) Summary = 61 ( 4 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 63 ( 7 ) Summary = 63 ( 7 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 21 ( 21 ) Face = 197 ( 197 ) Summary = 1444 ( 1444 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 21 ( 21 ) Face = 197 ( 197 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 574 ( 574 ) -TOLERANCE : MaxTol = 0.004833959886 ( 0.004833959886 ) AvgTol = 0.000127486967 ( 0.0001275575424 ) +TOLERANCE : MaxTol = 0.004833959886 ( 0.004833959886 ) AvgTol = 0.0001264204893 ( 0.0001264072525 ) LABELS : N0Labels = 6 ( 6 ) N1Labels = 45 ( 45 ) N2Labels = 0 ( 0 ) TotalLabels = 51 ( 51 ) NameLabels = 11 ( 11 ) ColorLabels = 41 ( 41 ) LayerLabels = 21 ( 21 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) diff --git a/tests/de/step_2/K1 b/tests/de/step_2/K1 index 386de3f749..1632c96b63 100644 --- a/tests/de/step_2/K1 +++ b/tests/de/step_2/K1 @@ -1,13 +1,16 @@ # !!!! This file is generated automatically, do not edit manually! See end script +puts "TODO CR23096 ALL: TPSTAT : Faulty" + + set filename bm4_id_punch_a.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 22 ( 23 ) Summary = 22 ( 23 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 24 ( 20 ) Summary = 24 ( 20 ) CHECKSHAPE : Wires = 4 ( 4 ) Faces = 4 ( 4 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 4 ( 4 ) Face = 182 ( 182 ) Summary = 1260 ( 1253 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 4 ( 4 ) Face = 182 ( 182 ) FreeWire = 0 ( 0 ) FreeEdge = 6 ( 6 ) SharedEdge = 508 ( 508 ) -TOLERANCE : MaxTol = 0.007713500664 ( 0.007713500658 ) AvgTol = 0.0007455227436 ( 0.0007455874375 ) +TOLERANCE : MaxTol = 0.007713500664 ( 0.007713500658 ) AvgTol = 0.0007455576952 ( 0.0007455867855 ) LABELS : N0Labels = 7 ( 7 ) N1Labels = 6 ( 6 ) N2Labels = 0 ( 0 ) TotalLabels = 13 ( 13 ) NameLabels = 13 ( 13 ) ColorLabels = 4 ( 4 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_2/K7 b/tests/de/step_2/K7 index 01d3181d2a..ed65561e8e 100644 --- a/tests/de/step_2/K7 +++ b/tests/de/step_2/K7 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 2 ( 5 ) Summary = 2 ( 5 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 72 ( 72 ) Summary = 415 ( 414 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 72 ( 72 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 170 ( 169 ) -TOLERANCE : MaxTol = 3.740766812e-005 ( 3.74076681e-005 ) AvgTol = 5.825606394e-006 ( 5.841023103e-006 ) +TOLERANCE : MaxTol = 3.740766812e-005 ( 3.74076681e-005 ) AvgTol = 5.825606395e-006 ( 5.841023103e-006 ) 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 ) diff --git a/tests/de/step_2/L3 b/tests/de/step_2/L3 index 88f8e5075b..00695c5f4a 100644 --- a/tests/de/step_2/L3 +++ b/tests/de/step_2/L3 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 82 ( 82 ) Summary = 476 ( 476 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 82 ( 82 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 199 ( 199 ) -TOLERANCE : MaxTol = 7.174253459e-007 ( 7.174254475e-007 ) AvgTol = 2.469495396e-007 ( 2.469495327e-007 ) +TOLERANCE : MaxTol = 7.174253459e-007 ( 7.174254492e-007 ) AvgTol = 2.469495396e-007 ( 2.469495327e-007 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/L4 b/tests/de/step_2/L4 index 05929039be..d35d49270c 100644 --- a/tests/de/step_2/L4 +++ b/tests/de/step_2/L4 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 82 ( 82 ) Summary = 476 ( 476 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 82 ( 82 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 199 ( 199 ) -TOLERANCE : MaxTol = 7.174253459e-007 ( 7.174254475e-007 ) AvgTol = 2.54544656e-007 ( 2.545445715e-007 ) +TOLERANCE : MaxTol = 7.174253459e-007 ( 7.174254492e-007 ) AvgTol = 2.54544656e-007 ( 2.545445715e-007 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/L6 b/tests/de/step_2/L6 index 80b50ea764..7edd02e6bc 100644 --- a/tests/de/step_2/L6 +++ b/tests/de/step_2/L6 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 10 ( 0 ) Summary = 10 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 4 ( 4 ) Face = 204 ( 204 ) Summary = 1367 ( 1367 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 4 ( 4 ) Face = 204 ( 204 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 554 ( 554 ) -TOLERANCE : MaxTol = 6.188728228e-007 ( 6.18873692e-007 ) AvgTol = 1.426129355e-007 ( 1.426128759e-007 ) +TOLERANCE : MaxTol = 6.188728122e-007 ( 6.18873692e-007 ) AvgTol = 1.426129355e-007 ( 1.426128757e-007 ) LABELS : N0Labels = 5 ( 5 ) N1Labels = 41 ( 41 ) N2Labels = 0 ( 0 ) TotalLabels = 46 ( 46 ) NameLabels = 9 ( 9 ) ColorLabels = 41 ( 41 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_2/M1 b/tests/de/step_2/M1 index 6b710d0c32..1dfb6b8007 100644 --- a/tests/de/step_2/M1 +++ b/tests/de/step_2/M1 @@ -1,5 +1,4 @@ # !!!! This file is generated automatically, do not edit manually! See end script - set filename boutchauf.stp set ref_data { diff --git a/tests/de/step_2/M2 b/tests/de/step_2/M2 index a46b5c8aed..0c767ebc52 100644 --- a/tests/de/step_2/M2 +++ b/tests/de/step_2/M2 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 3 ( 9 ) Summary = 3 ( 9 ) CHECKSHAPE : Wires = 1 ( 1 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 252 ( 252 ) Summary = 1622 ( 1622 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 252 ( 252 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 673 ( 673 ) -TOLERANCE : MaxTol = 0.003900264539 ( 0.003900261295 ) AvgTol = 9.441139805e-005 ( 9.44322443e-005 ) +TOLERANCE : MaxTol = 0.003900261304 ( 0.003900261304 ) AvgTol = 9.441138291e-005 ( 9.443224434e-005 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 1 ( 1 ) Volume = 1 ( 1 ) Area = 1 ( 1 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/M3 b/tests/de/step_2/M3 index 4303c268e4..29c6981115 100644 --- a/tests/de/step_2/M3 +++ b/tests/de/step_2/M3 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 10 ( 12 ) Summary = 10 ( 12 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 32 ( 32 ) Summary = 194 ( 194 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 32 ( 32 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 74 ( 74 ) -TOLERANCE : MaxTol = 0.009164270171 ( 0.009164270166 ) AvgTol = 0.001147382029 ( 0.001147387308 ) +TOLERANCE : MaxTol = 0.009164270171 ( 0.009164270166 ) AvgTol = 0.00113814971 ( 0.001138150558 ) 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 ) diff --git a/tests/de/step_2/M4 b/tests/de/step_2/M4 index fd0cfca245..77dc81442a 100644 --- a/tests/de/step_2/M4 +++ b/tests/de/step_2/M4 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 8 ) Summary = 4 ( 8 ) CHECKSHAPE : Wires = 2 ( 2 ) Faces = 2 ( 2 ) Shells = 1 ( 1 ) Solids = 1 ( 1 ) NBSHAPES : Solid = 4 ( 4 ) Shell = 4 ( 4 ) Face = 40 ( 40 ) Summary = 263 ( 263 ) STATSHAPE : Solid = 4 ( 4 ) Shell = 4 ( 4 ) Face = 40 ( 40 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 98 ( 98 ) -TOLERANCE : MaxTol = 0.7571968813 ( 0.757178949 ) AvgTol = 0.03928493208 ( 0.03928588596 ) +TOLERANCE : MaxTol = 0.7571968817 ( 0.757178949 ) AvgTol = 0.03928493209 ( 0.03928588596 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 4 ( 4 ) N2Labels = 0 ( 0 ) TotalLabels = 5 ( 5 ) NameLabels = 1 ( 1 ) ColorLabels = 4 ( 4 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_2/M5 b/tests/de/step_2/M5 index 539c78c440..1d4baa1f6b 100644 --- a/tests/de/step_2/M5 +++ b/tests/de/step_2/M5 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 4 ) Summary = 4 ( 4 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 93 ( 93 ) Summary = 733 ( 733 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 93 ( 93 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 316 ( 316 ) -TOLERANCE : MaxTol = 0.08340213295 ( 0.1424166326 ) AvgTol = 0.02513530026 ( 0.0357252307 ) +TOLERANCE : MaxTol = 0.08340213295 ( 0.1424166326 ) AvgTol = 0.02513534544 ( 0.03572527521 ) 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 ) diff --git a/tests/de/step_2/M6 b/tests/de/step_2/M6 index 71bdcf04d7..7b8c65e23d 100644 --- a/tests/de/step_2/M6 +++ b/tests/de/step_2/M6 @@ -1,14 +1,13 @@ # !!!! This file is generated automatically, do not edit manually! See end script - set filename ct_soapbox-A.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 25 ( 31 ) Summary = 25 ( 31 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 25 ( 32 ) Summary = 25 ( 32 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 108 ( 108 ) Summary = 674 ( 669 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 108 ( 108 ) FreeWire = 0 ( 0 ) FreeEdge = 5 ( 5 ) SharedEdge = 275 ( 275 ) -TOLERANCE : MaxTol = 0.1162538812 ( 0.1162538812 ) AvgTol = 0.007348457437 ( 0.007348982496 ) +TOLERANCE : MaxTol = 0.1162538812 ( 0.1162538812 ) AvgTol = 0.007348335495 ( 0.007347627973 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 7 ( 7 ) N2Labels = 0 ( 0 ) TotalLabels = 10 ( 10 ) NameLabels = 5 ( 5 ) ColorLabels = 6 ( 6 ) LayerLabels = 6 ( 6 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_2/M8 b/tests/de/step_2/M8 index 3a984e23ed..346b61dc4b 100644 --- a/tests/de/step_2/M8 +++ b/tests/de/step_2/M8 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 12 ( 7 ) Summary = 12 ( 7 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 40 ( 40 ) Summary = 231 ( 231 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 40 ( 40 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 99 ( 99 ) -TOLERANCE : MaxTol = 0.02294322294 ( 0.02294322294 ) AvgTol = 0.003566579176 ( 0.003568540358 ) +TOLERANCE : MaxTol = 0.02294322294 ( 0.02294322294 ) AvgTol = 0.003566378077 ( 0.003568339259 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 0 ( 0 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_2/N1 b/tests/de/step_2/N1 index 46096443b2..793ca9397b 100644 --- a/tests/de/step_2/N1 +++ b/tests/de/step_2/N1 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 3 ( 0 ) Summary = 3 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 435 ( 435 ) Summary = 4899 ( 4899 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 435 ( 435 ) FreeWire = 0 ( 548 ) FreeEdge = 548 ( 548 ) SharedEdge = 1677 ( 1677 ) -TOLERANCE : MaxTol = 0.0005349158543 ( 0.0005349158543 ) AvgTol = 1.745045568e-005 ( 1.745045561e-005 ) +TOLERANCE : MaxTol = 0.0005349158543 ( 0.0005349158543 ) AvgTol = 1.728668173e-005 ( 1.728668164e-005 ) 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 ) diff --git a/tests/de/step_2/N3 b/tests/de/step_2/N3 index 972b31af1d..8e1258914e 100644 --- a/tests/de/step_2/N3 +++ b/tests/de/step_2/N3 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 3 ( 1 ) Summary = 3 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 53 ( 53 ) Summary = 315 ( 314 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 53 ( 53 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 131 ( 130 ) -TOLERANCE : MaxTol = 3.83146359e-005 ( 4.239045465e-005 ) AvgTol = 6.963326098e-006 ( 7.809437752e-006 ) +TOLERANCE : MaxTol = 3.83146359e-005 ( 4.239045465e-005 ) AvgTol = 6.991592063e-006 ( 7.802264042e-006 ) 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 ) diff --git a/tests/de/step_2/N7 b/tests/de/step_2/N7 index 2813427341..e336e23c48 100644 --- a/tests/de/step_2/N7 +++ b/tests/de/step_2/N7 @@ -6,11 +6,11 @@ set filename id_exhaust-A.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 6 ( 3 ) Summary = 6 ( 3 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 8 ( 3 ) Summary = 8 ( 3 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 273 ( 273 ) Summary = 1611 ( 1585 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 273 ( 273 ) FreeWire = 0 ( 0 ) FreeEdge = 25 ( 25 ) SharedEdge = 634 ( 634 ) -TOLERANCE : MaxTol = 0.009439063586 ( 0.009438969195 ) AvgTol = 0.001449281345 ( 0.001449281965 ) +TOLERANCE : MaxTol = 0.009439063586 ( 0.009438969195 ) AvgTol = 0.001453400325 ( 0.001448654117 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 400 ( 400 ) N2Labels = 0 ( 0 ) TotalLabels = 403 ( 403 ) NameLabels = 5 ( 5 ) ColorLabels = 399 ( 399 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_2/N8 b/tests/de/step_2/N8 index 51033ba927..9583353e78 100644 --- a/tests/de/step_2/N8 +++ b/tests/de/step_2/N8 @@ -6,11 +6,11 @@ set filename id_exhaust-B.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 3 ( 0 ) Summary = 3 ( 0 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 5 ( 1 ) Summary = 5 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 273 ( 273 ) Summary = 1611 ( 1585 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 273 ( 273 ) FreeWire = 0 ( 0 ) FreeEdge = 25 ( 25 ) SharedEdge = 634 ( 634 ) -TOLERANCE : MaxTol = 0.009439063586 ( 0.009438969195 ) AvgTol = 0.00145020325 ( 0.001450203871 ) +TOLERANCE : MaxTol = 0.009439063586 ( 0.009438969195 ) AvgTol = 0.001453682176 ( 0.001448938515 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 400 ( 400 ) N2Labels = 0 ( 0 ) TotalLabels = 403 ( 403 ) NameLabels = 5 ( 5 ) ColorLabels = 399 ( 399 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_2/N9 b/tests/de/step_2/N9 index d88373dabf..b809dc42f9 100644 --- a/tests/de/step_2/N9 +++ b/tests/de/step_2/N9 @@ -6,11 +6,11 @@ set filename id_soapbox-A.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 18 ( 6 ) Summary = 18 ( 6 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 19 ( 6 ) Summary = 19 ( 6 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 104 ( 104 ) Summary = 752 ( 748 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 104 ( 104 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 266 ( 262 ) -TOLERANCE : MaxTol = 0.006923751402 ( 0.006923751402 ) AvgTol = 0.001306051457 ( 0.001307254154 ) +TOLERANCE : MaxTol = 0.006923751402 ( 0.006923751402 ) AvgTol = 0.001305732349 ( 0.001307010043 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 2 ) N2Labels = 0 ( 0 ) TotalLabels = 5 ( 5 ) NameLabels = 5 ( 5 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/O1 b/tests/de/step_2/O1 index ca39287a5f..cb665b1754 100644 --- a/tests/de/step_2/O1 +++ b/tests/de/step_2/O1 @@ -6,11 +6,11 @@ set filename id_soapbox-B.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 19 ( 6 ) Summary = 19 ( 6 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 20 ( 6 ) Summary = 20 ( 6 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 104 ( 104 ) Summary = 752 ( 748 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 104 ( 104 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 266 ( 262 ) -TOLERANCE : MaxTol = 0.006923751402 ( 0.006923751402 ) AvgTol = 0.001385246445 ( 0.001385552802 ) +TOLERANCE : MaxTol = 0.006923751402 ( 0.006923751402 ) AvgTol = 0.00138492725 ( 0.001385308686 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 2 ) N2Labels = 0 ( 0 ) TotalLabels = 5 ( 5 ) NameLabels = 5 ( 5 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/O2 b/tests/de/step_2/O2 index 7e0ad22dac..e11543520c 100644 --- a/tests/de/step_2/O2 +++ b/tests/de/step_2/O2 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 18 ( 16 ) Summary = 18 ( 16 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 64 ( 64 ) Summary = 378 ( 378 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 64 ( 64 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 150 ( 150 ) -TOLERANCE : MaxTol = 0.01528794944 ( 0.01528794943 ) AvgTol = 0.003198573946 ( 0.003198574192 ) +TOLERANCE : MaxTol = 0.01528794944 ( 0.01528794943 ) AvgTol = 0.003155850634 ( 0.003155850879 ) 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 ) diff --git a/tests/de/step_2/O3 b/tests/de/step_2/O3 index 0960d83866..ad7b7a0964 100644 --- a/tests/de/step_2/O3 +++ b/tests/de/step_2/O3 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 28 ( 20 ) Summary = 28 ( 20 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 2 ( 2 ) Shell = 2 ( 2 ) Face = 112 ( 112 ) Summary = 691 ( 687 ) STATSHAPE : Solid = 2 ( 2 ) Shell = 2 ( 2 ) Face = 112 ( 112 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 292 ( 288 ) -TOLERANCE : MaxTol = 0.009966026823 ( 0.009966026821 ) AvgTol = 0.001104576766 ( 0.001087996133 ) +TOLERANCE : MaxTol = 0.009966026823 ( 0.009966026821 ) AvgTol = 0.001107205459 ( 0.001088049274 ) 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 ) diff --git a/tests/de/step_2/O4 b/tests/de/step_2/O4 index 55a9cef092..33796bf7f9 100644 --- a/tests/de/step_2/O4 +++ b/tests/de/step_2/O4 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 28 ( 14 ) Summary = 28 ( 14 ) CHECKSHAPE : Wires = 2 ( 2 ) Faces = 2 ( 2 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 2 ( 2 ) Shell = 2 ( 2 ) Face = 108 ( 108 ) Summary = 681 ( 677 ) STATSHAPE : Solid = 2 ( 2 ) Shell = 2 ( 2 ) Face = 108 ( 108 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 290 ( 286 ) -TOLERANCE : MaxTol = 0.009966026823 ( 0.009966026821 ) AvgTol = 0.001121797311 ( 0.001105555446 ) +TOLERANCE : MaxTol = 0.009966026823 ( 0.009966026821 ) AvgTol = 0.00112455379 ( 0.001105565209 ) 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 ) diff --git a/tests/de/step_2/O7 b/tests/de/step_2/O7 index 9cba8cd691..c6467e0132 100644 --- a/tests/de/step_2/O7 +++ b/tests/de/step_2/O7 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 114 ( 114 ) Summary = 632 ( 632 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 114 ( 114 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 252 ( 252 ) -TOLERANCE : MaxTol = 0.002986218584 ( 0.002986218585 ) AvgTol = 0.001242984654 ( 0.001242989019 ) +TOLERANCE : MaxTol = 0.002986218584 ( 0.002986218585 ) AvgTol = 0.001242487239 ( 0.001242491604 ) 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 ) diff --git a/tests/de/step_2/O8 b/tests/de/step_2/O8 index e8400dc563..3460544396 100644 --- a/tests/de/step_2/O8 +++ b/tests/de/step_2/O8 @@ -1,4 +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" @@ -6,11 +7,11 @@ set filename pe_soapbox-A.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 5 ( 10 ) Summary = 5 ( 10 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 5 ( 4 ) Summary = 5 ( 4 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 135 ( 135 ) Summary = 829 ( 830 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 135 ( 135 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 344 ( 345 ) -TOLERANCE : MaxTol = 0.008167886115 ( 0.008167921107 ) AvgTol = 0.0005335079748 ( 0.0004779167353 ) +TOLERANCE : MaxTol = 0.008167886115 ( 0.008167921107 ) AvgTol = 0.000533491195 ( 0.000477816366 ) 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 ) diff --git a/tests/de/step_2/O9 b/tests/de/step_2/O9 index 7db8e295aa..e2e227a939 100644 --- a/tests/de/step_2/O9 +++ b/tests/de/step_2/O9 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 10 ( 2 ) Summary = 10 ( 2 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 136 ( 136 ) Summary = 840 ( 838 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 136 ( 136 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 351 ( 349 ) -TOLERANCE : MaxTol = 0.0155651078 ( 0.01556490515 ) AvgTol = 0.0006835044041 ( 0.0005926024111 ) +TOLERANCE : MaxTol = 0.0155651078 ( 0.01556490515 ) AvgTol = 0.0006835042128 ( 0.000592602248 ) 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 ) diff --git a/tests/de/step_2/P3 b/tests/de/step_2/P3 index 25c14409d2..0374f7c4a1 100644 --- a/tests/de/step_2/P3 +++ b/tests/de/step_2/P3 @@ -6,11 +6,11 @@ set filename r31ct.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 14 ( 4 ) Summary = 14 ( 4 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 14 ( 5 ) Summary = 14 ( 5 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 127 ( 127 ) Summary = 695 ( 694 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 127 ( 127 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 269 ( 268 ) -TOLERANCE : MaxTol = 0.0357587389 ( 0.0357587389 ) AvgTol = 0.000777057905 ( 0.0007804686376 ) +TOLERANCE : MaxTol = 0.0357587389 ( 0.0357587389 ) AvgTol = 0.0007767128816 ( 0.0007801230155 ) 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 ) diff --git a/tests/de/step_2/P4 b/tests/de/step_2/P4 index 5905a7b41f..04fc453a20 100644 --- a/tests/de/step_2/P4 +++ b/tests/de/step_2/P4 @@ -6,11 +6,11 @@ set filename r31db.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 94 ( 85 ) Summary = 94 ( 85 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 94 ( 83 ) Summary = 94 ( 83 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 127 ( 127 ) Summary = 695 ( 695 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 127 ( 127 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 269 ( 269 ) -TOLERANCE : MaxTol = 0.03575654023 ( 0.03575654023 ) AvgTol = 0.0006545391515 ( 0.001601121323 ) +TOLERANCE : MaxTol = 0.03575654023 ( 0.03575654023 ) AvgTol = 0.0006545391586 ( 0.00160112027 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 3 ( 3 ) N2Labels = 0 ( 0 ) TotalLabels = 4 ( 4 ) NameLabels = 1 ( 1 ) ColorLabels = 3 ( 3 ) LayerLabels = 3 ( 3 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_2/P6 b/tests/de/step_2/P6 index 12b17fde39..80308771f1 100644 --- a/tests/de/step_2/P6 +++ b/tests/de/step_2/P6 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 64 ( 56 ) Summary = 64 ( 56 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 6 ( 6 ) Shell = 6 ( 6 ) Face = 461 ( 461 ) Summary = 2954 ( 2954 ) STATSHAPE : Solid = 9 ( 9 ) Shell = 9 ( 9 ) Face = 593 ( 593 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1214 ( 1214 ) -TOLERANCE : MaxTol = 0.003189265597 ( 0.003189265597 ) AvgTol = 8.560887926e-005 ( 8.560887929e-005 ) +TOLERANCE : MaxTol = 0.003189265597 ( 0.003189265597 ) AvgTol = 8.528366771e-005 ( 8.528366772e-005 ) LABELS : N0Labels = 7 ( 7 ) N1Labels = 9 ( 9 ) N2Labels = 0 ( 0 ) TotalLabels = 16 ( 16 ) NameLabels = 16 ( 16 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_2/Q4 b/tests/de/step_2/Q4 index bfd32173f3..e811e64fcd 100644 --- a/tests/de/step_2/Q4 +++ b/tests/de/step_2/Q4 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 14 ( 3 ) Summary = 14 ( 3 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 69 ( 69 ) Summary = 413 ( 413 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 69 ( 69 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 172 ( 172 ) -TOLERANCE : MaxTol = 5.770870575e-007 ( 5.770924319e-007 ) AvgTol = 2.2913618e-007 ( 2.264728613e-007 ) +TOLERANCE : MaxTol = 5.770870575e-007 ( 5.770924319e-007 ) AvgTol = 2.2913618e-007 ( 2.274444606e-007 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 64 ( 64 ) N2Labels = 0 ( 0 ) TotalLabels = 65 ( 65 ) NameLabels = 1 ( 1 ) ColorLabels = 65 ( 65 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 5 ) diff --git a/tests/de/step_2/Q8 b/tests/de/step_2/Q8 index 4b65125c16..4847f82c20 100644 --- a/tests/de/step_2/Q8 +++ b/tests/de/step_2/Q8 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 5 ( 5 ) Summary = 5 ( 5 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 2 ( 2 ) Face = 12 ( 12 ) Summary = 152 ( 144 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 2 ( 2 ) Face = 12 ( 12 ) FreeWire = 0 ( 0 ) FreeEdge = 7 ( 7 ) SharedEdge = 45 ( 45 ) -TOLERANCE : MaxTol = 0.008408732001 ( 0.008408732296 ) AvgTol = 0.001787372517 ( 0.001790277622 ) +TOLERANCE : MaxTol = 0.008406290248 ( 0.008406290264 ) AvgTol = 0.001787192472 ( 0.001787192471 ) 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 ) diff --git a/tests/de/step_2/Q9 b/tests/de/step_2/Q9 index d7915c4e57..1bdef16c71 100644 --- a/tests/de/step_2/Q9 +++ b/tests/de/step_2/Q9 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 6 ) Summary = 0 ( 6 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 339 ( 339 ) Summary = 1943 ( 1943 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 339 ( 339 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 813 ( 813 ) -TOLERANCE : MaxTol = 0.03785483405 ( 0.03928050465 ) AvgTol = 0.0007696624433 ( 0.0007865013752 ) +TOLERANCE : MaxTol = 0.03785483405 ( 0.03928050465 ) AvgTol = 0.0007696572383 ( 0.0007865166845 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/R2 b/tests/de/step_2/R2 index a657cff444..95f46dc87b 100644 --- a/tests/de/step_2/R2 +++ b/tests/de/step_2/R2 @@ -6,11 +6,11 @@ set filename trj7_b1-id-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 31 ( 27 ) Summary = 31 ( 27 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 31 ( 28 ) Summary = 31 ( 28 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 357 ( 357 ) Summary = 2005 ( 2003 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 357 ( 357 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 841 ( 839 ) -TOLERANCE : MaxTol = 0.007356791914 ( 0.007356791913 ) AvgTol = 0.0002971930696 ( 0.000297727145 ) +TOLERANCE : MaxTol = 0.007356791914 ( 0.007356791913 ) AvgTol = 0.0002971946842 ( 0.000297748927 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/R3 b/tests/de/step_2/R3 index a3066ba43d..468e917a67 100644 --- a/tests/de/step_2/R3 +++ b/tests/de/step_2/R3 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 14 ) Summary = 1 ( 14 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 327 ( 327 ) Summary = 1895 ( 1895 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 327 ( 327 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 787 ( 787 ) -TOLERANCE : MaxTol = 0.008986927787 ( 0.008986927786 ) AvgTol = 0.0007276188729 ( 0.0007330050859 ) +TOLERANCE : MaxTol = 0.008986927787 ( 0.008986927786 ) AvgTol = 0.000727618811 ( 0.0007330050859 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/R5 b/tests/de/step_2/R5 index bbce3e089f..a8c5997310 100644 --- a/tests/de/step_2/R5 +++ b/tests/de/step_2/R5 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 5 ( 2 ) Summary = 5 ( 2 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 138 ( 138 ) Summary = 842 ( 842 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 138 ( 138 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 351 ( 351 ) -TOLERANCE : MaxTol = 0.1179467922 ( 0.1462670652 ) AvgTol = 0.02636175801 ( 0.03478480279 ) +TOLERANCE : MaxTol = 0.1179467933 ( 0.1462670652 ) AvgTol = 0.02636175802 ( 0.03478480279 ) 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 ) diff --git a/tests/de/step_2/R7 b/tests/de/step_2/R7 index da04e69ea9..44b73807d7 100644 --- a/tests/de/step_2/R7 +++ b/tests/de/step_2/R7 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 15 ( 5 ) Summary = 15 ( 5 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 251 ( 251 ) Summary = 1623 ( 1623 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 251 ( 251 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 674 ( 674 ) -TOLERANCE : MaxTol = 0.002562040373 ( 0.002562040373 ) AvgTol = 2.130990263e-005 ( 2.135677059e-005 ) +TOLERANCE : MaxTol = 0.002562040373 ( 0.002562040373 ) AvgTol = 2.130990263e-005 ( 2.135716386e-005 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 1 ( 1 ) Volume = 1 ( 1 ) Area = 1 ( 1 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_2/R8 b/tests/de/step_2/R8 index 01c141069e..c77799440f 100644 --- a/tests/de/step_2/R8 +++ b/tests/de/step_2/R8 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 51 ( 65 ) Summary = 51 ( 65 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 474 ( 474 ) Summary = 2872 ( 2872 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 474 ( 474 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1180 ( 1180 ) -TOLERANCE : MaxTol = 0.0607818994 ( 0.06078250721 ) AvgTol = 0.00290702214 ( 0.002948262693 ) +TOLERANCE : MaxTol = 0.0607818994 ( 0.06078250721 ) AvgTol = 0.00290702214 ( 0.002948262692 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/R9 b/tests/de/step_2/R9 index 51f9e51d85..bd2896d204 100644 --- a/tests/de/step_2/R9 +++ b/tests/de/step_2/R9 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 202 ( 209 ) Summary = 202 ( 20 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 13 ( 13 ) Shell = 13 ( 13 ) Face = 627 ( 627 ) Summary = 4255 ( 4255 ) STATSHAPE : Solid = 14 ( 14 ) Shell = 14 ( 14 ) Face = 634 ( 634 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1716 ( 1716 ) -TOLERANCE : MaxTol = 0.004860951184 ( 0.004860999793 ) AvgTol = 0.0002373540398 ( 0.0002374678333 ) +TOLERANCE : MaxTol = 0.004860951184 ( 0.004860999793 ) AvgTol = 0.0002373535886 ( 0.0002374673823 ) LABELS : N0Labels = 16 ( 16 ) N1Labels = 16 ( 16 ) N2Labels = 0 ( 0 ) TotalLabels = 32 ( 32 ) NameLabels = 32 ( 32 ) ColorLabels = 13 ( 13 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 8 ( 8 ) diff --git a/tests/de/step_2/S2 b/tests/de/step_2/S2 index 9e749e5202..0854491c8c 100644 --- a/tests/de/step_2/S2 +++ b/tests/de/step_2/S2 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 3 ( 9 ) Summary = 3 ( 9 ) CHECKSHAPE : Wires = 1 ( 1 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 252 ( 252 ) Summary = 1622 ( 1622 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 252 ( 252 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 673 ( 673 ) -TOLERANCE : MaxTol = 0.005365460363 ( 0.005365460363 ) AvgTol = 9.973314003e-005 ( 9.977340431e-005 ) +TOLERANCE : MaxTol = 0.005365460363 ( 0.005365460363 ) AvgTol = 9.973312668e-005 ( 9.977340424e-005 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 1 ( 1 ) Volume = 1 ( 1 ) Area = 1 ( 1 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/S3 b/tests/de/step_2/S3 index 5df592f627..32397e24b4 100644 --- a/tests/de/step_2/S3 +++ b/tests/de/step_2/S3 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 61 ( 61 ) Summary = 830 ( 830 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 61 ( 61 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 384 ( 384 ) -TOLERANCE : MaxTol = 0.05329654166 ( 0.05427178221 ) AvgTol = 0.004974532764 ( 0.005076702373 ) +TOLERANCE : MaxTol = 0.05329654166 ( 0.05427178221 ) AvgTol = 0.004974532764 ( 0.005076702098 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/S6 b/tests/de/step_2/S6 index e62d3b8a98..c8c4cfd7e5 100644 --- a/tests/de/step_2/S6 +++ b/tests/de/step_2/S6 @@ -6,11 +6,11 @@ set filename trj4_pm2-ct-203.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 137 ( 44 ) Summary = 137 ( 44 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 139 ( 48 ) Summary = 139 ( 48 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 762 ( 762 ) Summary = 5219 ( 5151 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 762 ( 762 ) FreeWire = 0 ( 0 ) FreeEdge = 68 ( 68 ) SharedEdge = 2111 ( 2111 ) -TOLERANCE : MaxTol = 0.06547014744 ( 0.06547014744 ) AvgTol = 0.0009821382874 ( 0.0009804662929 ) +TOLERANCE : MaxTol = 0.06547014744 ( 0.06547014744 ) AvgTol = 0.0009764552867 ( 0.0009747825774 ) 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 ) diff --git a/tests/de/step_2/S7 b/tests/de/step_2/S7 index 484f40a3a9..739e26ac76 100644 --- a/tests/de/step_2/S7 +++ b/tests/de/step_2/S7 @@ -6,11 +6,11 @@ set filename trj4_pm2-ct2-203.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 76 ( 43 ) Summary = 76 ( 43 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 76 ( 58 ) Summary = 76 ( 58 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 572 ( 572 ) Summary = 3459 ( 3435 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 572 ( 572 ) FreeWire = 0 ( 0 ) FreeEdge = 24 ( 24 ) SharedEdge = 1412 ( 1412 ) -TOLERANCE : MaxTol = 0.0680750549 ( 0.08160144149 ) AvgTol = 0.001445962682 ( 0.001061647874 ) +TOLERANCE : MaxTol = 0.0680750549 ( 0.08160144149 ) AvgTol = 0.001440241217 ( 0.00105598837 ) 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 ) diff --git a/tests/de/step_2/S8 b/tests/de/step_2/S8 index 8df597dca3..844487700e 100644 --- a/tests/de/step_2/S8 +++ b/tests/de/step_2/S8 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 2 ( 12 ) Summary = 2 ( 12 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 403 ( 403 ) Summary = 2339 ( 2339 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 403 ( 403 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 985 ( 985 ) -TOLERANCE : MaxTol = 0.006948456659 ( 0.006948526143 ) AvgTol = 0.001375118417 ( 0.001375117417 ) +TOLERANCE : MaxTol = 0.006948456659 ( 0.006948526143 ) AvgTol = 0.001375104635 ( 0.001375103635 ) 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 ) diff --git a/tests/de/step_2/S9 b/tests/de/step_2/S9 index 063a35bd71..8534dd10ef 100644 --- a/tests/de/step_2/S9 +++ b/tests/de/step_2/S9 @@ -1,17 +1,19 @@ # !!!! This file is generated automatically, do not edit manually! See end script -puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty" -puts "TODO ?CR23096 Mandriva2010: TOLERANCE : Faulty" +puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" + + +puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty " set LinuxFaulties {TOLERANCE} set filename trj6_b1-ec-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 5 ( 9 ) Summary = 5 ( 9 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 5 ( 11 ) Summary = 5 ( 11 ) CHECKSHAPE : Wires = 4 ( 2 ) Faces = 4 ( 2 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 292 ( 292 ) Summary = 1707 ( 1707 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 292 ( 292 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 718 ( 718 ) -TOLERANCE : MaxTol = 0.0920060456 ( 0.09527501758 ) AvgTol = 0.0008900560691 ( 0.0009327436335 ) +TOLERANCE : MaxTol = 0.0920060456 ( 0.09527501816 ) AvgTol = 0.0008900555475 ( 0.0009327432451 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 19 ( 19 ) N2Labels = 0 ( 0 ) TotalLabels = 20 ( 20 ) NameLabels = 1 ( 1 ) ColorLabels = 20 ( 20 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 1 ( 1 ) Volume = 1 ( 1 ) Area = 1 ( 1 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_2/T1 b/tests/de/step_2/T1 index 2a7a07496b..645b916767 100644 --- a/tests/de/step_2/T1 +++ b/tests/de/step_2/T1 @@ -1,6 +1,8 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: TPSTAT : 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 trj6_b1-id-203.stp @@ -11,7 +13,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 31 ( 28 ) Summary = 31 ( 28 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 357 ( 357 ) Summary = 2006 ( 2004 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 357 ( 357 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 841 ( 839 ) -TOLERANCE : MaxTol = 0.007356791914 ( 0.007356791913 ) AvgTol = 0.0002971885083 ( 0.0002976022274 ) +TOLERANCE : MaxTol = 0.007356791914 ( 0.007356791913 ) AvgTol = 0.0002971897085 ( 0.0002976051887 ) 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 ) diff --git a/tests/de/step_2/T4 b/tests/de/step_2/T4 index 3f1a91802e..c2a44d1ca9 100644 --- a/tests/de/step_2/T4 +++ b/tests/de/step_2/T4 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 23 ( 23 ) Summary = 23 ( 23 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 39 ( 39 ) Summary = 325 ( 325 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 39 ( 39 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 141 ( 141 ) -TOLERANCE : MaxTol = 0.000908804869 ( 0.0009088048691 ) AvgTol = 0.00015383891 ( 0.0001538391647 ) +TOLERANCE : MaxTol = 0.000908804869 ( 0.0009088048691 ) AvgTol = 0.00015383891 ( 0.0001538386704 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/T6 b/tests/de/step_2/T6 index 57b5e11904..d8e9edfb26 100644 --- a/tests/de/step_2/T6 +++ b/tests/de/step_2/T6 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 2 ( 1 ) Summary = 2 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 59 ( 59 ) Face = 59 ( 59 ) Summary = 787 ( 787 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 59 ( 59 ) Face = 59 ( 59 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 304 ( 304 ) -TOLERANCE : MaxTol = 3.463377008e-005 ( 3.463377008e-005 ) AvgTol = 7.683257197e-007 ( 7.686910782e-007 ) +TOLERANCE : MaxTol = 3.463377008e-005 ( 3.463377008e-005 ) AvgTol = 7.683204691e-007 ( 7.683204703e-007 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 59 ( 59 ) N2Labels = 0 ( 0 ) TotalLabels = 60 ( 60 ) NameLabels = 1 ( 1 ) ColorLabels = 59 ( 59 ) LayerLabels = 59 ( 59 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_2/T9 b/tests/de/step_2/T9 index 03ceb51ec5..03e1577be3 100644 --- a/tests/de/step_2/T9 +++ b/tests/de/step_2/T9 @@ -3,11 +3,11 @@ set filename trj7_b1-ec-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 2 ) Warnings = 3 ( 33 ) Summary = 3 ( 35 ) +TPSTAT : Faulties = 0 ( 2 ) Warnings = 2 ( 28 ) Summary = 2 ( 30 ) CHECKSHAPE : Wires = 2 ( 2 ) Faces = 2 ( 2 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 414 ( 414 ) Summary = 2776 ( 2776 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 414 ( 414 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1197 ( 1197 ) -TOLERANCE : MaxTol = 0.1776286449 ( 0.1776286449 ) AvgTol = 0.002128401911 ( 0.002129708287 ) +TOLERANCE : MaxTol = 0.01929292821 ( 0.01929292821 ) AvgTol = 0.001937877906 ( 0.001939205772 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 28 ( 28 ) N2Labels = 0 ( 0 ) TotalLabels = 29 ( 29 ) NameLabels = 1 ( 1 ) ColorLabels = 29 ( 29 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 1 ( 1 ) Volume = 1 ( 1 ) Area = 1 ( 1 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_2/U3 b/tests/de/step_2/U3 index 25c9063a4d..c297261374 100644 --- a/tests/de/step_2/U3 +++ b/tests/de/step_2/U3 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 6 ) Summary = 4 ( 6 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 335 ( 335 ) Summary = 1923 ( 1923 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 335 ( 335 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 805 ( 805 ) -TOLERANCE : MaxTol = 0.03785483405 ( 0.03928050465 ) AvgTol = 0.001083763448 ( 0.001100774701 ) +TOLERANCE : MaxTol = 0.03785483405 ( 0.03928050465 ) AvgTol = 0.00108375819 ( 0.001100782547 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 1 ( 1 ) Volume = 1 ( 1 ) Area = 1 ( 1 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_2/U7 b/tests/de/step_2/U7 index 02061af0e0..f17f59adaf 100644 --- a/tests/de/step_2/U7 +++ b/tests/de/step_2/U7 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 11 ( 28 ) Summary = 11 ( 28 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 403 ( 403 ) Summary = 2339 ( 2339 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 403 ( 403 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 985 ( 985 ) -TOLERANCE : MaxTol = 0.001828077728 ( 0.001828077728 ) AvgTol = 0.0001812621847 ( 0.0001821511749 ) +TOLERANCE : MaxTol = 0.001828077728 ( 0.001828077728 ) AvgTol = 0.0001812621846 ( 0.0001821511745 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 403 ( 403 ) N2Labels = 0 ( 0 ) TotalLabels = 404 ( 404 ) NameLabels = 1 ( 1 ) ColorLabels = 404 ( 404 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_2/U8 b/tests/de/step_2/U8 index 133d6a5a4c..e96819f3a7 100644 --- a/tests/de/step_2/U8 +++ b/tests/de/step_2/U8 @@ -3,11 +3,11 @@ set filename trj8_b1-ec-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 3 ( 29 ) Summary = 3 ( 29 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 2 ( 24 ) Summary = 2 ( 24 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 414 ( 414 ) Summary = 2770 ( 2770 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 414 ( 414 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1194 ( 1194 ) -TOLERANCE : MaxTol = 0.1776286449 ( 0.1776286449 ) AvgTol = 0.002097091066 ( 0.002097522075 ) +TOLERANCE : MaxTol = 0.01929292821 ( 0.01929292821 ) AvgTol = 0.001906129445 ( 0.001906560518 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 28 ( 28 ) N2Labels = 0 ( 0 ) TotalLabels = 29 ( 29 ) NameLabels = 1 ( 1 ) ColorLabels = 29 ( 29 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 1 ( 1 ) Volume = 1 ( 1 ) Area = 1 ( 1 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_2/U9 b/tests/de/step_2/U9 index b59f1cee0b..eadad1c7fe 100644 --- a/tests/de/step_2/U9 +++ b/tests/de/step_2/U9 @@ -3,11 +3,11 @@ set filename trj8_b1-in-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 32 ( 49 ) Summary = 32 ( 49 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 32 ( 55 ) Summary = 32 ( 55 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 346 ( 346 ) Summary = 2106 ( 2106 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 346 ( 346 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 880 ( 880 ) -TOLERANCE : MaxTol = 0.008701080699 ( 0.008701080695 ) AvgTol = 0.0004033161467 ( 0.0004033442881 ) +TOLERANCE : MaxTol = 0.008701080699 ( 0.008701080695 ) AvgTol = 0.0004033161467 ( 0.0004033855141 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/V1 b/tests/de/step_2/V1 index ea2c86656b..ff16a3565c 100644 --- a/tests/de/step_2/V1 +++ b/tests/de/step_2/V1 @@ -6,11 +6,11 @@ set filename trj8_b1-tc-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 4 ) Summary = 0 ( 4 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 339 ( 339 ) Summary = 1945 ( 1945 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 339 ( 339 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 814 ( 814 ) -TOLERANCE : MaxTol = 0.03785483405 ( 0.03755929793 ) AvgTol = 0.0007738092928 ( 0.0007589096998 ) +TOLERANCE : MaxTol = 0.03785483405 ( 0.03755929942 ) AvgTol = 0.0007738260708 ( 0.0007369445935 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 22 ( 22 ) N2Labels = 0 ( 0 ) TotalLabels = 23 ( 23 ) NameLabels = 1 ( 1 ) ColorLabels = 23 ( 23 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 1 ( 1 ) Volume = 1 ( 1 ) Area = 1 ( 1 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_2/V2 b/tests/de/step_2/V2 index 5c9a8d83e3..f945fb0131 100644 --- a/tests/de/step_2/V2 +++ b/tests/de/step_2/V2 @@ -3,11 +3,11 @@ set filename trj8_k1-db-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 13 ( 14 ) Summary = 13 ( 14 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 14 ( 14 ) Summary = 14 ( 14 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 58 ( 58 ) Summary = 367 ( 367 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 1 ( 1 ) Face = 58 ( 58 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 149 ( 149 ) -TOLERANCE : MaxTol = 0.006251011624 ( 0.006251011625 ) AvgTol = 0.00118963019 ( 0.001208891819 ) +TOLERANCE : MaxTol = 0.006251011624 ( 0.006251011625 ) AvgTol = 0.001208891819 ( 0.001208891819 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 58 ( 58 ) N2Labels = 0 ( 0 ) TotalLabels = 59 ( 59 ) NameLabels = 1 ( 1 ) ColorLabels = 59 ( 59 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_2/V3 b/tests/de/step_2/V3 index 8eefb158e4..667c0346b3 100644 --- a/tests/de/step_2/V3 +++ b/tests/de/step_2/V3 @@ -3,7 +3,7 @@ set filename trj8_pm6-ac-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 14 ( 33 ) Summary = 14 ( 33 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 14 ( 35 ) Summary = 14 ( 35 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 445 ( 445 ) Summary = 2937 ( 2879 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 445 ( 445 ) FreeWire = 0 ( 0 ) FreeEdge = 56 ( 56 ) SharedEdge = 1140 ( 1138 ) diff --git a/tests/de/step_2/V4 b/tests/de/step_2/V4 index 37cb5dba2d..bca75a366a 100644 --- a/tests/de/step_2/V4 +++ b/tests/de/step_2/V4 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 51 ( 65 ) Summary = 51 ( 65 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 474 ( 474 ) Summary = 2872 ( 2872 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 474 ( 474 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1180 ( 1180 ) -TOLERANCE : MaxTol = 0.0607818994 ( 0.06078250721 ) AvgTol = 0.00290702214 ( 0.002948262693 ) +TOLERANCE : MaxTol = 0.0607818994 ( 0.06078250721 ) AvgTol = 0.00290702214 ( 0.002948262692 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/V6 b/tests/de/step_2/V6 index 214c3677dd..6b551e6ceb 100644 --- a/tests/de/step_2/V6 +++ b/tests/de/step_2/V6 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 10 ( 5 ) Summary = 10 ( 5 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 250 ( 250 ) Summary = 1618 ( 1618 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 250 ( 250 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 672 ( 672 ) -TOLERANCE : MaxTol = 0.002562040373 ( 0.002562040373 ) AvgTol = 1.863382837e-005 ( 1.86808392e-005 ) +TOLERANCE : MaxTol = 0.002562040373 ( 0.002562040373 ) AvgTol = 1.863382837e-005 ( 1.868123367e-005 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 1 ( 1 ) Volume = 1 ( 1 ) Area = 1 ( 1 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_2/V9 b/tests/de/step_2/V9 index 7aacad351f..432e47abc8 100644 --- a/tests/de/step_2/V9 +++ b/tests/de/step_2/V9 @@ -3,11 +3,11 @@ set filename trj7_b1-in-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 32 ( 49 ) Summary = 32 ( 49 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 32 ( 55 ) Summary = 32 ( 55 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 346 ( 346 ) Summary = 2106 ( 2106 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 346 ( 346 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 880 ( 880 ) -TOLERANCE : MaxTol = 0.008701080699 ( 0.008701080695 ) AvgTol = 0.0004033161467 ( 0.0004033442881 ) +TOLERANCE : MaxTol = 0.008701080699 ( 0.008701080695 ) AvgTol = 0.0004033161467 ( 0.0004033855141 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/W1 b/tests/de/step_2/W1 index 596ded44ef..82e8492709 100644 --- a/tests/de/step_2/W1 +++ b/tests/de/step_2/W1 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 82 ( 82 ) Summary = 476 ( 476 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 82 ( 82 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 199 ( 199 ) -TOLERANCE : MaxTol = 7.174253459e-007 ( 7.174254475e-007 ) AvgTol = 2.469633936e-007 ( 2.46963419e-007 ) +TOLERANCE : MaxTol = 7.174253459e-007 ( 7.174254492e-007 ) AvgTol = 2.469633936e-007 ( 2.46963419e-007 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/W2 b/tests/de/step_2/W2 index 1e213b45da..a312c14818 100644 --- a/tests/de/step_2/W2 +++ b/tests/de/step_2/W2 @@ -8,10 +8,10 @@ set filename bm4_sd_eye_c.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) TPSTAT : Faulties = 0 ( 0 ) Warnings = 7 ( 1 ) Summary = 7 ( 1 ) -CHECKSHAPE : Wires = 0 ( 3 ) Faces = 0 ( 3 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) +CHECKSHAPE : Wires = 0 ( 1 ) Faces = 0 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 82 ( 82 ) Summary = 472 ( 476 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 82 ( 82 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 197 ( 199 ) -TOLERANCE : MaxTol = 2.828596832 ( 2.828738262 ) AvgTol = 0.2801192577 ( 0.3313547178 ) +TOLERANCE : MaxTol = 2.828738262 ( 2.828738262 ) AvgTol = 0.2828527659 ( 0.3313547178 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/W3 b/tests/de/step_2/W3 index 34671f6feb..b99b27557e 100644 --- a/tests/de/step_2/W3 +++ b/tests/de/step_2/W3 @@ -6,11 +6,11 @@ set filename bm4_sd_seal_a.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 150 ( 7 ) Summary = 150 ( 7 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 150 ( 13 ) Summary = 150 ( 13 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 3 ( 3 ) Face = 540 ( 540 ) Summary = 2968 ( 2968 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 3 ( 3 ) Face = 540 ( 540 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1202 ( 1202 ) -TOLERANCE : MaxTol = 6.818588609e-006 ( 6.818587037e-006 ) AvgTol = 8.112548803e-007 ( 8.033958879e-007 ) +TOLERANCE : MaxTol = 6.818588609e-006 ( 6.818587037e-006 ) AvgTol = 8.112277988e-007 ( 8.079385019e-007 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/W4 b/tests/de/step_2/W4 index 0d78d31e81..b6c84f6f85 100644 --- a/tests/de/step_2/W4 +++ b/tests/de/step_2/W4 @@ -6,11 +6,11 @@ set filename bm4_sd_seal_c.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 150 ( 7 ) Summary = 150 ( 7 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 150 ( 13 ) Summary = 150 ( 13 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 3 ( 3 ) Face = 540 ( 540 ) Summary = 2968 ( 2968 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 3 ( 3 ) Face = 540 ( 540 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1202 ( 1202 ) -TOLERANCE : MaxTol = 6.818588609e-006 ( 6.818587037e-006 ) AvgTol = 8.112548803e-007 ( 8.033958879e-007 ) +TOLERANCE : MaxTol = 6.818588609e-006 ( 6.818587037e-006 ) AvgTol = 8.112277988e-007 ( 8.079385019e-007 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/W6 b/tests/de/step_2/W6 index d7609d6e2c..9af0f20e1e 100644 --- a/tests/de/step_2/W6 +++ b/tests/de/step_2/W6 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 3 ( 9 ) Summary = 3 ( 9 ) CHECKSHAPE : Wires = 1 ( 1 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 252 ( 252 ) Summary = 1622 ( 1622 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 252 ( 252 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 673 ( 673 ) -TOLERANCE : MaxTol = 0.003900264539 ( 0.003900261295 ) AvgTol = 9.441139804e-005 ( 9.44322443e-005 ) +TOLERANCE : MaxTol = 0.003900261304 ( 0.003900261304 ) AvgTol = 9.441138291e-005 ( 9.443224434e-005 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 1 ( 1 ) Volume = 1 ( 1 ) Area = 1 ( 1 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/W7 b/tests/de/step_2/W7 index 2ddf4cb059..b9220fb455 100644 --- a/tests/de/step_2/W7 +++ b/tests/de/step_2/W7 @@ -1,5 +1,4 @@ # !!!! This file is generated automatically, do not edit manually! See end script - set filename db_soapbox-A.stp set ref_data { @@ -8,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 29 ( 30 ) Summary = 29 ( 30 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 108 ( 108 ) Summary = 652 ( 652 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 108 ( 108 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 270 ( 270 ) -TOLERANCE : MaxTol = 0.1350899105 ( 0.135089907 ) AvgTol = 0.009933877549 ( 0.01302870701 ) +TOLERANCE : MaxTol = 0.1350899105 ( 0.135089907 ) AvgTol = 0.00993387755 ( 0.01302870701 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/W9 b/tests/de/step_2/W9 index dddc5fb5ec..325904c63e 100644 --- a/tests/de/step_2/W9 +++ b/tests/de/step_2/W9 @@ -3,11 +3,11 @@ set filename trj8_b1-md-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 21 ( 48 ) Summary = 21 ( 48 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 21 ( 49 ) Summary = 21 ( 49 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 113 ( 113 ) Summary = 726 ( 726 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 113 ( 113 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 304 ( 304 ) -TOLERANCE : MaxTol = 0.000924662559 ( 0.0009246625273 ) AvgTol = 4.002648571e-005 ( 4.075374054e-005 ) +TOLERANCE : MaxTol = 0.000924662559 ( 0.0009246625273 ) AvgTol = 4.001921218e-005 ( 4.077466401e-005 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/X2 b/tests/de/step_2/X2 index eb5c834835..0a126b46cd 100644 --- a/tests/de/step_2/X2 +++ b/tests/de/step_2/X2 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 3 ( 9 ) Summary = 3 ( 9 ) CHECKSHAPE : Wires = 1 ( 1 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 252 ( 252 ) Summary = 1622 ( 1622 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 252 ( 252 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 673 ( 673 ) -TOLERANCE : MaxTol = 0.005365460363 ( 0.005365460363 ) AvgTol = 9.973314003e-005 ( 9.977340431e-005 ) +TOLERANCE : MaxTol = 0.005365460363 ( 0.005365460363 ) AvgTol = 9.973312668e-005 ( 9.977340424e-005 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 1 ( 1 ) Volume = 1 ( 1 ) Area = 1 ( 1 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/X4 b/tests/de/step_2/X4 index b8492b3c73..92b36988bb 100644 --- a/tests/de/step_2/X4 +++ b/tests/de/step_2/X4 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 51 ( 65 ) Summary = 51 ( 65 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 474 ( 474 ) Summary = 2872 ( 2872 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 474 ( 474 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1180 ( 1180 ) -TOLERANCE : MaxTol = 0.0607818994 ( 0.06078250721 ) AvgTol = 0.00290702214 ( 0.002948262693 ) +TOLERANCE : MaxTol = 0.0607818994 ( 0.06078250721 ) AvgTol = 0.00290702214 ( 0.002948262692 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/X6 b/tests/de/step_2/X6 index 8eaa3bbdff..d4ffd1613b 100644 --- a/tests/de/step_2/X6 +++ b/tests/de/step_2/X6 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 6 ( 0 ) Summary = 6 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 111 ( 111 ) Summary = 689 ( 689 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 111 ( 111 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 286 ( 286 ) -TOLERANCE : MaxTol = 4.910247562e-006 ( 4.910249739e-006 ) AvgTol = 2.586983192e-007 ( 2.62219569e-007 ) +TOLERANCE : MaxTol = 6.842023688e-007 ( 6.84202055e-007 ) AvgTol = 1.98769779e-007 ( 1.987697803e-007 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/X7 b/tests/de/step_2/X7 index 841907594b..815a862c4d 100644 --- a/tests/de/step_2/X7 +++ b/tests/de/step_2/X7 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 6 ( 0 ) Summary = 6 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 111 ( 111 ) Summary = 689 ( 689 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 111 ( 111 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 286 ( 286 ) -TOLERANCE : MaxTol = 4.910247562e-006 ( 4.910249739e-006 ) AvgTol = 2.472515148e-007 ( 2.507727396e-007 ) +TOLERANCE : MaxTol = 6.842023688e-007 ( 6.84202055e-007 ) AvgTol = 1.98769779e-007 ( 1.987697802e-007 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/X8 b/tests/de/step_2/X8 index 358fbae671..4d0aeaf3ce 100644 --- a/tests/de/step_2/X8 +++ b/tests/de/step_2/X8 @@ -3,11 +3,11 @@ set filename trj6_b1-md-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 21 ( 48 ) Summary = 21 ( 48 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 21 ( 49 ) Summary = 21 ( 49 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 113 ( 113 ) Summary = 726 ( 726 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 113 ( 113 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 304 ( 304 ) -TOLERANCE : MaxTol = 0.000924662559 ( 0.0009246625273 ) AvgTol = 4.002648571e-005 ( 4.075374054e-005 ) +TOLERANCE : MaxTol = 0.000924662559 ( 0.0009246625273 ) AvgTol = 4.001921218e-005 ( 4.077466401e-005 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/X9 b/tests/de/step_2/X9 index 0aaee4ca99..de96b3c6c2 100644 --- a/tests/de/step_2/X9 +++ b/tests/de/step_2/X9 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 14 ) Summary = 1 ( 14 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 327 ( 327 ) Summary = 1895 ( 1895 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 327 ( 327 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 787 ( 787 ) -TOLERANCE : MaxTol = 0.01146233865 ( 0.01146233865 ) AvgTol = 0.001088482507 ( 0.001084763791 ) +TOLERANCE : MaxTol = 0.01146233865 ( 0.01146233865 ) AvgTol = 0.001088482445 ( 0.001084763791 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/Y1 b/tests/de/step_2/Y1 index 03916ce79a..1c55ef92cc 100644 --- a/tests/de/step_2/Y1 +++ b/tests/de/step_2/Y1 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 4 ) Summary = 4 ( 4 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 83 ( 83 ) Summary = 490 ( 490 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 83 ( 83 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 204 ( 204 ) -TOLERANCE : MaxTol = 0.003929037241 ( 0.03181394455 ) AvgTol = 0.0004492135896 ( 0.003117094171 ) +TOLERANCE : MaxTol = 0.003929037241 ( 0.03181394455 ) AvgTol = 0.0004573465217 ( 0.003125225824 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/Y2 b/tests/de/step_2/Y2 index 71239d62d9..df9f9d8d82 100644 --- a/tests/de/step_2/Y2 +++ b/tests/de/step_2/Y2 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 4 ) Summary = 4 ( 4 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 83 ( 83 ) Summary = 490 ( 490 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 83 ( 83 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 204 ( 204 ) -TOLERANCE : MaxTol = 0.003929037241 ( 0.03181394455 ) AvgTol = 0.0004492050373 ( 0.003201243182 ) +TOLERANCE : MaxTol = 0.003929037241 ( 0.03181394455 ) AvgTol = 0.0004568669898 ( 0.003208903855 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/Y3 b/tests/de/step_2/Y3 index 14e42ebe22..8622908376 100644 --- a/tests/de/step_2/Y3 +++ b/tests/de/step_2/Y3 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 4 ) Summary = 4 ( 4 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 83 ( 83 ) Summary = 490 ( 490 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 83 ( 83 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 204 ( 204 ) -TOLERANCE : MaxTol = 0.007552761385 ( 0.03357940673 ) AvgTol = 0.000981251635 ( 0.004980903069 ) +TOLERANCE : MaxTol = 0.007552761385 ( 0.03357940673 ) AvgTol = 0.0009865539933 ( 0.004986205427 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_2/Y5 b/tests/de/step_2/Y5 index 94f7b4c6cd..10942534b6 100644 --- a/tests/de/step_2/Y5 +++ b/tests/de/step_2/Y5 @@ -1,5 +1,6 @@ # !!!! 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" @@ -7,11 +8,11 @@ set filename BUC60810.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 56 ( 42 ) Summary = 56 ( 42 ) -CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) -NBSHAPES : Solid = 10 ( 10 ) Shell = 12 ( 12 ) Face = 269 ( 269 ) Summary = 1654 ( 1642 ) -STATSHAPE : Solid = 10 ( 10 ) Shell = 12 ( 12 ) Face = 269 ( 269 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 648 ( 640 ) -TOLERANCE : MaxTol = 0.01008857123 ( 0.01008857108 ) AvgTol = 0.000308869925 ( 0.0003243299963 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 77 ( 39 ) Summary = 77 ( 39 ) +CHECKSHAPE : Wires = 0 ( 0 ) Faces = 1 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) +NBSHAPES : Solid = 11 ( 11 ) Shell = 13 ( 13 ) Face = 270 ( 270 ) Summary = 1673 ( 1667 ) +STATSHAPE : Solid = 11 ( 11 ) Shell = 13 ( 13 ) Face = 270 ( 270 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 654 ( 654 ) +TOLERANCE : MaxTol = 0.01008857123 ( 0.01008857108 ) AvgTol = 0.0003104589496 ( 0.0003616303196 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 5 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_3/A2 b/tests/de/step_3/A2 index a624e3513c..cf9265c2a1 100644 --- a/tests/de/step_3/A2 +++ b/tests/de/step_3/A2 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 1047 ) Summary = 0 ( 1047 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 211 ( 211 ) Shell = 212 ( 212 ) Face = 1585 ( 1585 ) Summary = 8951 ( 8951 ) STATSHAPE : Solid = 211 ( 211 ) Shell = 212 ( 212 ) Face = 1585 ( 1585 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3084 ( 3084 ) -TOLERANCE : MaxTol = 0.003688364238 ( 0.003688364252 ) AvgTol = 2.561848941e-005 ( 2.887753385e-005 ) +TOLERANCE : MaxTol = 0.003688364238 ( 0.003688364252 ) AvgTol = 2.561768589e-005 ( 2.887753385e-005 ) LABELS : N0Labels = 206 ( 206 ) N1Labels = 205 ( 205 ) N2Labels = 0 ( 0 ) TotalLabels = 411 ( 411 ) NameLabels = 411 ( 411 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_3/A3 b/tests/de/step_3/A3 index 9819b6640d..61d79936d5 100644 --- a/tests/de/step_3/A3 +++ b/tests/de/step_3/A3 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 169 ( 3 ) Summary = 169 ( 3 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 4252 ( 61 ) Face = 4252 ( 4252 ) Summary = 46792 ( 42470 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 4252 ( 61 ) Face = 4252 ( 4252 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 17172 ( 17172 ) -TOLERANCE : MaxTol = 0.01863822469 ( 0.02412563427 ) AvgTol = 2.361799701e-005 ( 0.0001288539302 ) +TOLERANCE : MaxTol = 0.01863822385 ( 0.02412563427 ) AvgTol = 2.362731616e-005 ( 0.0001293919275 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 4313 ( 4313 ) N2Labels = 0 ( 0 ) TotalLabels = 4314 ( 4314 ) NameLabels = 1 ( 1 ) ColorLabels = 4242 ( 4242 ) LayerLabels = 4252 ( 4252 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_3/A5 b/tests/de/step_3/A5 index bf26cb9d3f..cbc0ec2420 100644 --- a/tests/de/step_3/A5 +++ b/tests/de/step_3/A5 @@ -6,11 +6,11 @@ set filename trj8_pm6-hc-214.stp set ref_data { DATA : Faulties = 0 ( 20 ) Warnings = 0 ( 0 ) Summary = 0 ( 20 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 11 ( 545 ) Summary = 11 ( 545 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 11 ( 544 ) Summary = 11 ( 544 ) CHECKSHAPE : Wires = 10 ( 0 ) Faces = 10 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 98 ( 98 ) Shell = 98 ( 98 ) Face = 1504 ( 1504 ) Summary = 9238 ( 9234 ) STATSHAPE : Solid = 272 ( 272 ) Shell = 272 ( 272 ) Face = 3214 ( 3214 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3303 ( 3299 ) -TOLERANCE : MaxTol = 0.9320948364 ( 3.305876348 ) AvgTol = 0.0006681005779 ( 0.003690707514 ) +TOLERANCE : MaxTol = 0.9562231856 ( 3.3196868 ) AvgTol = 0.0007142495485 ( 0.003702081287 ) LABELS : N0Labels = 230 ( 230 ) N1Labels = 1907 ( 1907 ) N2Labels = 0 ( 0 ) TotalLabels = 2137 ( 2137 ) NameLabels = 633 ( 633 ) ColorLabels = 1602 ( 1602 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 161 ( 161 ) Volume = 161 ( 161 ) Area = 161 ( 161 ) NCOLORS : NColors = 6 ( 6 ) diff --git a/tests/de/step_3/A6 b/tests/de/step_3/A6 index 363146951f..1d3e5f29d9 100644 --- a/tests/de/step_3/A6 +++ b/tests/de/step_3/A6 @@ -7,11 +7,11 @@ set filename bm4_ug_seal_a.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 11 ) Summary = 4 ( 11 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 12 ) Summary = 4 ( 12 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 5 ( 5 ) Face = 33 ( 33 ) Summary = 179 ( 180 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 5 ( 5 ) Face = 33 ( 33 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 66 ( 66 ) -TOLERANCE : MaxTol = 0.006927894742 ( 0.00692789498 ) AvgTol = 0.0002919501977 ( 0.0002926166774 ) +TOLERANCE : MaxTol = 0.006927894742 ( 0.00692789498 ) AvgTol = 0.0002918389799 ( 0.000292341891 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 3 ( 2 ) N2Labels = 0 ( 0 ) TotalLabels = 4 ( 3 ) NameLabels = 1 ( 1 ) ColorLabels = 3 ( 2 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_3/A7 b/tests/de/step_3/A7 index 61050414a8..2f350b159a 100644 --- a/tests/de/step_3/A7 +++ b/tests/de/step_3/A7 @@ -6,11 +6,11 @@ set filename bm4_ug_seal_b.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 11 ) Summary = 4 ( 11 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 12 ) Summary = 4 ( 12 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 5 ( 5 ) Face = 33 ( 33 ) Summary = 180 ( 180 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 5 ( 5 ) Face = 33 ( 33 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 67 ( 66 ) -TOLERANCE : MaxTol = 0.0005609682904 ( 0.0005609682907 ) AvgTol = 1.672480313e-005 ( 1.751505632e-005 ) +TOLERANCE : MaxTol = 0.0005609682904 ( 0.0005609682907 ) AvgTol = 1.661428836e-005 ( 1.72402699e-005 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 3 ( 2 ) N2Labels = 0 ( 0 ) TotalLabels = 4 ( 3 ) NameLabels = 1 ( 1 ) ColorLabels = 3 ( 2 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_3/A8 b/tests/de/step_3/A8 index af2802f5aa..a92c1485c4 100644 --- a/tests/de/step_3/A8 +++ b/tests/de/step_3/A8 @@ -1,9 +1,13 @@ # !!!! 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 Mandriva2010: Error : 4 differences with reference data found :" -puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty" -puts "TODO CR23096 Mandriva2010: CHECKSHAPE : Faulty" + + +puts "TODO CR23096 Mandriva2010: CHECKSHAPE : Faulty " + +puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty " + +puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :" set LinuxDiff 4 set LinuxFaulties {CHECKSHAPE TOLERANCE} @@ -15,7 +19,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 47 ( 41 ) Summary = 47 ( 41 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 209 ( 129 ) Face = 209 ( 209 ) Summary = 3033 ( 2883 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 209 ( 129 ) Face = 209 ( 209 ) FreeWire = 0 ( 1 ) FreeEdge = 67 ( 67 ) SharedEdge = 1153 ( 1150 ) -TOLERANCE : MaxTol = 0.3035246255 ( 0.3035246024 ) AvgTol = 0.001284529245 ( 0.001353857367 ) +TOLERANCE : MaxTol = 0.3035246255 ( 0.3035246024 ) AvgTol = 0.001284623633 ( 0.001353410806 ) 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 ) diff --git a/tests/de/step_3/A9 b/tests/de/step_3/A9 index 21dc4cce1b..4c7f882310 100644 --- a/tests/de/step_3/A9 +++ b/tests/de/step_3/A9 @@ -6,11 +6,11 @@ set filename trj7_pm5-hc-214.stp set ref_data { DATA : Faulties = 0 ( 20 ) Warnings = 0 ( 0 ) Summary = 0 ( 20 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 19 ( 558 ) Summary = 19 ( 558 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 19 ( 555 ) Summary = 19 ( 555 ) CHECKSHAPE : Wires = 10 ( 0 ) Faces = 10 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 98 ( 98 ) Shell = 98 ( 98 ) Face = 1504 ( 1504 ) Summary = 9238 ( 9234 ) STATSHAPE : Solid = 272 ( 272 ) Shell = 272 ( 272 ) Face = 3214 ( 3214 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3303 ( 3299 ) -TOLERANCE : MaxTol = 0.9320948364 ( 3.305876348 ) AvgTol = 0.0006675087967 ( 0.003690115363 ) +TOLERANCE : MaxTol = 0.9562231856 ( 3.3196868 ) AvgTol = 0.0007136577673 ( 0.003701488928 ) LABELS : N0Labels = 230 ( 230 ) N1Labels = 403 ( 403 ) N2Labels = 0 ( 0 ) TotalLabels = 633 ( 633 ) NameLabels = 633 ( 633 ) ColorLabels = 98 ( 98 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 99 ( 99 ) Volume = 99 ( 99 ) Area = 99 ( 99 ) NCOLORS : NColors = 6 ( 6 ) diff --git a/tests/de/step_3/B2 b/tests/de/step_3/B2 index b3908de4ec..e095807f32 100644 --- a/tests/de/step_3/B2 +++ b/tests/de/step_3/B2 @@ -7,7 +7,7 @@ set filename trj7_pm5-pe-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 7 ( 4 ) Summary = 7 ( 4 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 7 ( 2 ) Summary = 7 ( 2 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 4 ( 4 ) Shell = 4 ( 4 ) Face = 1067 ( 1067 ) Summary = 7192 ( 7192 ) STATSHAPE : Solid = 6 ( 6 ) Shell = 6 ( 6 ) Face = 1083 ( 1083 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3028 ( 3028 ) diff --git a/tests/de/step_3/B3 b/tests/de/step_3/B3 index d70ba96e42..fb225291c6 100644 --- a/tests/de/step_3/B3 +++ b/tests/de/step_3/B3 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 451 ( 435 ) Summary = 451 ( 43 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 691 ( 691 ) Summary = 4597 ( 4593 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 691 ( 691 ) FreeWire = 0 ( 0 ) FreeEdge = 4 ( 4 ) SharedEdge = 1921 ( 1921 ) -TOLERANCE : MaxTol = 0.009713246079 ( 0.009713246096 ) AvgTol = 0.0007364223692 ( 0.0007406575624 ) +TOLERANCE : MaxTol = 0.009713246079 ( 0.009713246096 ) AvgTol = 0.0007364223692 ( 0.000740657563 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 765 ( 761 ) N2Labels = 0 ( 0 ) TotalLabels = 768 ( 764 ) NameLabels = 5 ( 5 ) ColorLabels = 73 ( 70 ) LayerLabels = 691 ( 691 ) PROPS : Centroid = 1 ( 1 ) Volume = 1 ( 1 ) Area = 1 ( 1 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_3/B4 b/tests/de/step_3/B4 index 3d049cd7d8..a0a52bdda4 100644 --- a/tests/de/step_3/B4 +++ b/tests/de/step_3/B4 @@ -7,11 +7,11 @@ set filename trj12_ttmouse-ct-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 498 ( 251 ) Summary = 498 ( 251 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 506 ( 256 ) Summary = 506 ( 256 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 31 ( 31 ) Shell = 349 ( 349 ) Face = 1547 ( 1547 ) Summary = 13547 ( 13348 ) STATSHAPE : Solid = 40 ( 40 ) Shell = 359 ( 359 ) Face = 1923 ( 1923 ) FreeWire = 0 ( 3 ) FreeEdge = 208 ( 208 ) SharedEdge = 5415 ( 5418 ) -TOLERANCE : MaxTol = 0.01535715949 ( 0.01627658476 ) AvgTol = 0.0003692197797 ( 0.0003569154603 ) +TOLERANCE : MaxTol = 0.01535715949 ( 0.01627658476 ) AvgTol = 0.0003743548816 ( 0.0003565698464 ) LABELS : N0Labels = 13 ( 13 ) N1Labels = 2197 ( 2323 ) N2Labels = 0 ( 0 ) TotalLabels = 2210 ( 2336 ) NameLabels = 31 ( 31 ) ColorLabels = 2183 ( 2183 ) LayerLabels = 483 ( 609 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 7 ( 7 ) diff --git a/tests/de/step_3/B5 b/tests/de/step_3/B5 index c0bbc5f530..729f9932dc 100644 --- a/tests/de/step_3/B5 +++ b/tests/de/step_3/B5 @@ -1,17 +1,16 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" -cpulimit 2000 set filename 612319029MB-HEAD-CYLINDER.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 1860 ( 2189 ) Summary = 1860 ( 2189 ) -CHECKSHAPE : Wires = 38 ( 28 ) Faces = 38 ( 28 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 1869 ( 2152 ) Summary = 1869 ( 2152 ) +CHECKSHAPE : Wires = 36 ( 32 ) Faces = 36 ( 32 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 17 ( 17 ) Face = 6173 ( 6173 ) Summary = 41190 ( 41175 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 17 ( 17 ) Face = 6173 ( 6173 ) FreeWire = 0 ( 0 ) FreeEdge = 4 ( 4 ) SharedEdge = 17493 ( 17486 ) -TOLERANCE : MaxTol = 0.07753055119 ( 0.07753055119 ) AvgTol = 0.0008197574906 ( 0.0007583013203 ) +TOLERANCE : MaxTol = 0.07753055119 ( 0.07753055119 ) AvgTol = 0.0008306430334 ( 0.0007527924205 ) 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 ) diff --git a/tests/de/step_3/B6 b/tests/de/step_3/B6 index e876f531b0..3a7dd8b8dd 100644 --- a/tests/de/step_3/B6 +++ b/tests/de/step_3/B6 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 228 ( 1 ) Summary = 228 ( 1 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 4242 ( 61 ) Face = 4242 ( 4242 ) Summary = 46642 ( 42462 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 4242 ( 61 ) Face = 4242 ( 4242 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 17100 ( 17100 ) -TOLERANCE : MaxTol = 0.0002439254042 ( 0.0002439254042 ) AvgTol = 2.817872008e-007 ( 2.288798605e-007 ) +TOLERANCE : MaxTol = 0.0002439254042 ( 0.0002439254042 ) AvgTol = 2.817800594e-007 ( 2.287381323e-007 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 4242 ( 4242 ) N2Labels = 0 ( 0 ) TotalLabels = 4243 ( 4243 ) NameLabels = 1 ( 1 ) ColorLabels = 4242 ( 4242 ) LayerLabels = 4242 ( 4242 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_3/B7 b/tests/de/step_3/B7 index 749f62695d..f4eff205b2 100644 --- a/tests/de/step_3/B7 +++ b/tests/de/step_3/B7 @@ -6,11 +6,11 @@ set filename PRO7072.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 163 ( 219 ) Summary = 163 ( 219 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 163 ( 223 ) Summary = 163 ( 223 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 779 ( 770 ) Face = 800 ( 800 ) Summary = 9160 ( 9152 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 779 ( 770 ) Face = 800 ( 800 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3403 ( 3404 ) -TOLERANCE : MaxTol = 0.1585551198 ( 0.1585551198 ) AvgTol = 0.0004822373214 ( 0.0004842497118 ) +TOLERANCE : MaxTol = 0.1585551198 ( 0.1585551198 ) AvgTol = 0.0004822446021 ( 0.0004842914724 ) 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 ) diff --git a/tests/de/step_3/B8 b/tests/de/step_3/B8 index 550ead6de3..dcbd8a5153 100644 --- a/tests/de/step_3/B8 +++ b/tests/de/step_3/B8 @@ -1,15 +1,16 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: TPSTAT : Faulty" + set filename gehaeuse_solid.stp set ref_data { DATA : Faulties = 0 ( 2 ) Warnings = 0 ( 0 ) Summary = 0 ( 2 ) TPSTAT : Faulties = 0 ( 0 ) Warnings = 120 ( 77 ) Summary = 120 ( 77 ) -CHECKSHAPE : Wires = 0 ( 0 ) Faces = 4 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) +CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 12 ( 12 ) Shell = 28 ( 28 ) Face = 3042 ( 3042 ) Summary = 17828 ( 17827 ) STATSHAPE : Solid = 42 ( 42 ) Shell = 58 ( 58 ) Face = 3464 ( 3464 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 7282 ( 7281 ) -TOLERANCE : MaxTol = 0.08182857582 ( 0.08182857582 ) AvgTol = 0.0001757020743 ( 0.0001756621855 ) +TOLERANCE : MaxTol = 0.08182857582 ( 0.08182857582 ) AvgTol = 0.0001757020743 ( 0.000175662186 ) LABELS : N0Labels = 18 ( 18 ) N1Labels = 47 ( 47 ) N2Labels = 0 ( 0 ) TotalLabels = 65 ( 65 ) NameLabels = 65 ( 65 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_3/B9 b/tests/de/step_3/B9 index cf1a8668d0..01dbf5a076 100644 --- a/tests/de/step_3/B9 +++ b/tests/de/step_3/B9 @@ -1,6 +1,8 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: STATSHAPE : 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 wgehaeuse_surface.stp @@ -11,7 +13,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 167 ( 910 ) Summary = 167 ( 91 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 2823 ( 0 ) Face = 2823 ( 2823 ) Summary = 35044 ( 32219 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 3347 ( 0 ) Face = 3347 ( 3347 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 13235 ( 13233 ) -TOLERANCE : MaxTol = 0.07507769847 ( 0.07507769847 ) AvgTol = 9.972036078e-005 ( 0.0001063011758 ) +TOLERANCE : MaxTol = 0.07507769847 ( 0.07507769847 ) AvgTol = 9.526144643e-005 ( 0.000106301461 ) LABELS : N0Labels = 37 ( 37 ) N1Labels = 76 ( 76 ) N2Labels = 0 ( 0 ) TotalLabels = 113 ( 113 ) NameLabels = 113 ( 113 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_3/C1 b/tests/de/step_3/C1 index 1c19f32598..11b10b0a8b 100644 --- a/tests/de/step_3/C1 +++ b/tests/de/step_3/C1 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 158 ( 150 ) Summary = 158 ( 15 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 17 ( 17 ) Shell = 17 ( 17 ) Face = 1556 ( 1556 ) Summary = 10319 ( 10319 ) STATSHAPE : Solid = 35 ( 35 ) Shell = 35 ( 35 ) Face = 1828 ( 1828 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 4290 ( 4290 ) -TOLERANCE : MaxTol = 0.1193605745 ( 0.1225157466 ) AvgTol = 0.001496716052 ( 0.001550453363 ) +TOLERANCE : MaxTol = 0.1193605745 ( 0.1225157466 ) AvgTol = 0.001496894526 ( 0.001550453364 ) LABELS : N0Labels = 22 ( 22 ) N1Labels = 39 ( 39 ) N2Labels = 0 ( 0 ) TotalLabels = 61 ( 61 ) NameLabels = 61 ( 61 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_3/C3 b/tests/de/step_3/C3 index e290841c3d..67b2143195 100644 --- a/tests/de/step_3/C3 +++ b/tests/de/step_3/C3 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 170 ( 3 ) Summary = 170 ( 3 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 4252 ( 61 ) Face = 4252 ( 4252 ) Summary = 46793 ( 42467 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 4252 ( 61 ) Face = 4252 ( 4252 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 17171 ( 17171 ) -TOLERANCE : MaxTol = 0.01863822469 ( 0.02412563428 ) AvgTol = 2.361805361e-005 ( 0.0001288540588 ) +TOLERANCE : MaxTol = 0.01863822385 ( 0.02412563428 ) AvgTol = 2.362737276e-005 ( 0.0001293920562 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 4313 ( 4313 ) N2Labels = 0 ( 0 ) TotalLabels = 4314 ( 4314 ) NameLabels = 1 ( 1 ) ColorLabels = 4242 ( 4242 ) LayerLabels = 4252 ( 4252 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_3/C4 b/tests/de/step_3/C4 index 458fe34c67..16a84c173c 100644 --- a/tests/de/step_3/C4 +++ b/tests/de/step_3/C4 @@ -7,10 +7,10 @@ set filename UKI60591.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) TPSTAT : Faulties = 0 ( 6 ) Warnings = 16 ( 35 ) Summary = 16 ( 41 ) -CHECKSHAPE : Wires = 0 ( 1 ) Faces = 0 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) +CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 4 ( 4 ) Shell = 27 ( 27 ) Face = 183 ( 183 ) Summary = 1491 ( 1486 ) STATSHAPE : Solid = 4 ( 4 ) Shell = 27 ( 27 ) Face = 183 ( 183 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 623 ( 622 ) -TOLERANCE : MaxTol = 0.2224706003 ( 0.2224706003 ) AvgTol = 0.003958134226 ( 0.003995860865 ) +TOLERANCE : MaxTol = 0.2224706003 ( 0.2224706003 ) AvgTol = 0.003966127058 ( 0.003995856355 ) LABELS : N0Labels = 28 ( 28 ) N1Labels = 32 ( 23 ) N2Labels = 0 ( 0 ) TotalLabels = 60 ( 51 ) NameLabels = 51 ( 51 ) ColorLabels = 27 ( 22 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_3/C5 b/tests/de/step_3/C5 index 3c43f1f69a..ce263d635d 100644 --- a/tests/de/step_3/C5 +++ b/tests/de/step_3/C5 @@ -1,6 +1,6 @@ # !!!! 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: CHECKSHAPE : Faulty" puts "TODO CR23096 ALL: STATSHAPE : Faulty" @@ -8,11 +8,11 @@ set filename trj3_pm1-ct-203.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 126 ( 81 ) Summary = 126 ( 81 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 127 ( 100 ) Summary = 127 ( 100 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 1 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 45 ( 44 ) Face = 803 ( 803 ) Summary = 5321 ( 5318 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 45 ( 44 ) Face = 803 ( 803 ) FreeWire = 0 ( 6 ) FreeEdge = 6 ( 6 ) SharedEdge = 2214 ( 2211 ) -TOLERANCE : MaxTol = 0.03600909588 ( 0.03600909508 ) AvgTol = 0.0006563566874 ( 0.0006544230247 ) +TOLERANCE : MaxTol = 0.03600909588 ( 0.03600909508 ) AvgTol = 0.00065440753 ( 0.0006525648269 ) LABELS : N0Labels = 5 ( 5 ) N1Labels = 4 ( 4 ) N2Labels = 0 ( 0 ) TotalLabels = 9 ( 9 ) NameLabels = 9 ( 9 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_3/C6 b/tests/de/step_3/C6 index 83fd885db6..84921f7e76 100644 --- a/tests/de/step_3/C6 +++ b/tests/de/step_3/C6 @@ -6,11 +6,11 @@ set filename trj3_pm1-ug-203.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 51 ( 499 ) Summary = 51 ( 499 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 23 ( 499 ) Summary = 23 ( 499 ) CHECKSHAPE : Wires = 1 ( 0 ) Faces = 2 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 98 ( 98 ) Shell = 98 ( 98 ) Face = 3829 ( 3829 ) Summary = 22282 ( 22282 ) STATSHAPE : Solid = 116 ( 116 ) Shell = 116 ( 116 ) Face = 4144 ( 4144 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 8833 ( 8833 ) -TOLERANCE : MaxTol = 0.0002435409967 ( 0.0004303985328 ) AvgTol = 6.880316188e-07 ( 2.455976875e-06 ) +TOLERANCE : MaxTol = 0.0002435409967 ( 0.06761346589 ) AvgTol = 7.737752126e-007 ( 3.401316374e-005 ) LABELS : N0Labels = 14 ( 14 ) N1Labels = 25 ( 25 ) N2Labels = 0 ( 0 ) TotalLabels = 39 ( 39 ) NameLabels = 39 ( 39 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_3/C9 b/tests/de/step_3/C9 index 26cece699e..45206c69db 100644 --- a/tests/de/step_3/C9 +++ b/tests/de/step_3/C9 @@ -1,15 +1,16 @@ # !!!! This file is generated automatically, do not edit manually! See end script -puts "TODO ?CR23096 ALL: TOLERANCE : Faulty" +puts "TODO CR23096 ALL: TOLERANCE : Faulty" + set filename r0501_pe.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 48 ( 183 ) Summary = 48 ( 183 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 48 ( 180 ) Summary = 48 ( 180 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 7 ( 7 ) Shell = 7 ( 7 ) Face = 2117 ( 2117 ) Summary = 12742 ( 12742 ) STATSHAPE : Solid = 7 ( 7 ) Shell = 7 ( 7 ) Face = 2117 ( 2117 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 5273 ( 5273 ) -TOLERANCE : MaxTol = 0.2515134963 ( 0.2065786276 ) AvgTol = 0.0008034861326 ( 0.000852215239 ) +TOLERANCE : MaxTol = 0.2515134963 ( 0.2065786276 ) AvgTol = 0.0008034861324 ( 0.0008522149265 ) LABELS : N0Labels = 9 ( 9 ) N1Labels = 8 ( 8 ) N2Labels = 0 ( 0 ) TotalLabels = 17 ( 17 ) NameLabels = 17 ( 17 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_3/D1 b/tests/de/step_3/D1 index af59438de0..2a3442e12d 100644 --- a/tests/de/step_3/D1 +++ b/tests/de/step_3/D1 @@ -12,7 +12,7 @@ TPSTAT : Faulties = 15 ( 0 ) Warnings = 73 ( 24 ) Summary = 88 ( 24 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 91 ( 106 ) Face = 91 ( 106 ) Summary = 1381 ( 1665 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 91 ( 106 ) Face = 91 ( 106 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 551 ( 670 ) -TOLERANCE : MaxTol = 0.02881427566 ( 0.03703290736 ) AvgTol = 0.002754968668 ( 0.003655741726 ) +TOLERANCE : MaxTol = 0.02881427566 ( 0.03703290736 ) AvgTol = 0.002754968673 ( 0.003655741726 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 182 ( 212 ) N2Labels = 0 ( 0 ) TotalLabels = 183 ( 213 ) NameLabels = 1 ( 1 ) ColorLabels = 91 ( 106 ) LayerLabels = 91 ( 106 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 5 ) diff --git a/tests/de/step_3/D3 b/tests/de/step_3/D3 index 6eee261871..b8b1d61d25 100644 --- a/tests/de/step_3/D3 +++ b/tests/de/step_3/D3 @@ -1,6 +1,8 @@ # !!!! This file is generated automatically, do not edit manually! See end script -puts "TODO ?CR23096 ALL: Error : 1 differences with reference data found :" -puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty" +puts "TODO CR23096 Mandriva2010: CHECKSHAPE : Faulty " + +puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" +puts "TODO CR23096 Debian60-64: Error : 1 differences with reference data found :" set LinuxDiff 1 set LinuxFaulties {CHECKSHAPE} @@ -10,9 +12,9 @@ set ref_data { DATA : Faulties = 0 ( 395 ) Warnings = 0 ( 0 ) Summary = 0 ( 395 ) TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 2 ) Summary = 0 ( 2 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) -NBSHAPES : Solid = 0 ( 0 ) Shell = 149 ( 149 ) Face = 149 ( 149 ) Summary = 2144 ( 2144 ) +NBSHAPES : Solid = 0 ( 0 ) Shell = 149 ( 149 ) Face = 149 ( 149 ) Summary = 2146 ( 2144 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 149 ( 149 ) Face = 149 ( 149 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 846 ( 846 ) -TOLERANCE : MaxTol = 0.0009108451735 ( 0.0009108451735 ) AvgTol = 3.593107363e-005 ( 3.593162425e-005 ) +TOLERANCE : MaxTol = 0.0009108451735 ( 0.0009108451735 ) AvgTol = 3.593153987e-005 ( 3.593209779e-005 ) 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 ) diff --git a/tests/de/step_3/D7 b/tests/de/step_3/D7 index e83449d983..5922d86318 100644 --- a/tests/de/step_3/D7 +++ b/tests/de/step_3/D7 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 20 ) Summary = 4 ( 20 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 13 ( 13 ) Shell = 13 ( 13 ) Face = 801 ( 801 ) Summary = 4582 ( 4580 ) STATSHAPE : Solid = 32 ( 32 ) Shell = 32 ( 32 ) Face = 840 ( 840 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1835 ( 1833 ) -TOLERANCE : MaxTol = 0.000994818338 ( 0.0009948282861 ) AvgTol = 7.811253795e-006 ( 7.821332716e-006 ) +TOLERANCE : MaxTol = 0.000994818338 ( 0.0009948282861 ) AvgTol = 7.810876157e-006 ( 7.816444503e-006 ) LABELS : N0Labels = 21 ( 21 ) N1Labels = 39 ( 39 ) N2Labels = 0 ( 0 ) TotalLabels = 60 ( 60 ) NameLabels = 60 ( 60 ) ColorLabels = 13 ( 13 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 21 ( 60 ) Volume = 21 ( 21 ) Area = 21 ( 21 ) NCOLORS : NColors = 7 ( 7 ) diff --git a/tests/de/step_3/D8 b/tests/de/step_3/D8 index f0ac63aead..cd105b8fa5 100644 --- a/tests/de/step_3/D8 +++ b/tests/de/step_3/D8 @@ -1,16 +1,16 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" -puts "TODO OCC24156 MacOS: Error : 1 differences with reference data found" + set filename trj6_pm4-hc-214.stp set ref_data { DATA : Faulties = 0 ( 20 ) Warnings = 0 ( 0 ) Summary = 0 ( 20 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 19 ( 558 ) Summary = 19 ( 558 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 19 ( 555 ) Summary = 19 ( 555 ) CHECKSHAPE : Wires = 10 ( 0 ) Faces = 11 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 98 ( 98 ) Shell = 98 ( 98 ) Face = 1504 ( 1504 ) Summary = 9272 ( 9267 ) STATSHAPE : Solid = 272 ( 272 ) Shell = 272 ( 272 ) Face = 3214 ( 3214 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3321 ( 3317 ) -TOLERANCE : MaxTol = 0.9320948364 ( 3.305876348 ) AvgTol = 0.0006659281193 ( 0.003681253656 ) +TOLERANCE : MaxTol = 0.9562231856 ( 3.3196868 ) AvgTol = 0.0007119659867 ( 0.003692599832 ) LABELS : N0Labels = 230 ( 230 ) N1Labels = 1907 ( 1907 ) N2Labels = 0 ( 0 ) TotalLabels = 2137 ( 2137 ) NameLabels = 633 ( 633 ) ColorLabels = 1504 ( 1504 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 98 ( 98 ) Volume = 98 ( 98 ) Area = 98 ( 98 ) NCOLORS : NColors = 6 ( 6 ) diff --git a/tests/de/step_3/D9 b/tests/de/step_3/D9 index 97ed16b8d8..63479c70cd 100644 --- a/tests/de/step_3/D9 +++ b/tests/de/step_3/D9 @@ -1,8 +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: STATSHAPE : Faulty" -puts "TODO CR23096 ALL: TOLERANCE : Faulty" puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :" @@ -12,11 +9,11 @@ set filename 53921163S0.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 45 ( 34 ) Summary = 45 ( 34 ) -CHECKSHAPE : Wires = 0 ( 14 ) Faces = 9 ( 14 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) -NBSHAPES : Solid = 1 ( 1 ) Shell = 3 ( 3 ) Face = 566 ( 564 ) Summary = 3692 ( 3701 ) -STATSHAPE : Solid = 1 ( 1 ) Shell = 3 ( 3 ) Face = 566 ( 564 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1535 ( 1542 ) -TOLERANCE : MaxTol = 61.30318124 ( 60.87483475 ) AvgTol = 1.466585036 ( 1.651570456 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 17 ( 27 ) Summary = 17 ( 27 ) +CHECKSHAPE : Wires = 6 ( 7 ) Faces = 6 ( 9 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) +NBSHAPES : Solid = 1 ( 1 ) Shell = 3 ( 3 ) Face = 558 ( 556 ) Summary = 3668 ( 3661 ) +STATSHAPE : Solid = 1 ( 1 ) Shell = 3 ( 3 ) Face = 558 ( 556 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1527 ( 1526 ) +TOLERANCE : MaxTol = 60.79282309 ( 60.87483475 ) AvgTol = 1.272227708 ( 1.266017009 ) 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 ) diff --git a/tests/de/step_3/E2 b/tests/de/step_3/E2 index 2f89a2afc8..6a793735fc 100644 --- a/tests/de/step_3/E2 +++ b/tests/de/step_3/E2 @@ -1,8 +1,11 @@ # !!!! 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 Mandriva2010: Error : 3 differences with reference data found :" -puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty" + + +puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty " + +puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :" set LinuxDiff 3 set LinuxFaulties {TOLERANCE} @@ -14,7 +17,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 24 ( 0 ) Summary = 24 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 5 ( 3 ) Face = 43 ( 43 ) Summary = 640 ( 631 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 5 ( 3 ) Face = 43 ( 43 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 289 ( 282 ) -TOLERANCE : MaxTol = 0.0003171897371 ( 0.0003171897371 ) AvgTol = 3.783050085e-005 ( 3.82262146e-005 ) +TOLERANCE : MaxTol = 0.0003171897371 ( 0.0003171897371 ) AvgTol = 3.783030998e-005 ( 3.807836632e-005 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 7 ( 7 ) N2Labels = 0 ( 0 ) TotalLabels = 10 ( 10 ) NameLabels = 5 ( 5 ) ColorLabels = 3 ( 3 ) LayerLabels = 5 ( 5 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_3/E3 b/tests/de/step_3/E3 index 17ee2e9d69..b8e4714d88 100644 --- a/tests/de/step_3/E3 +++ b/tests/de/step_3/E3 @@ -8,11 +8,11 @@ set filename trj12_ttscale-ct-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 430 ( 203 ) Summary = 430 ( 203 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 438 ( 219 ) Summary = 438 ( 219 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 312 ( 303 ) Face = 1000 ( 1000 ) Summary = 9963 ( 9706 ) STATSHAPE : Solid = 4 ( 4 ) Shell = 313 ( 304 ) Face = 1231 ( 1231 ) FreeWire = 0 ( 3 ) FreeEdge = 251 ( 251 ) SharedEdge = 3919 ( 3922 ) -TOLERANCE : MaxTol = 0.01535715949 ( 0.01627658476 ) AvgTol = 0.0005417472989 ( 0.0005229287893 ) +TOLERANCE : MaxTol = 0.01535715949 ( 0.01627658476 ) AvgTol = 0.0005496909126 ( 0.000522628664 ) LABELS : N0Labels = 5 ( 5 ) N1Labels = 2126 ( 2252 ) N2Labels = 0 ( 0 ) TotalLabels = 2131 ( 2257 ) NameLabels = 10 ( 10 ) ColorLabels = 2113 ( 2113 ) LayerLabels = 498 ( 624 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 6 ) diff --git a/tests/de/step_3/E4 b/tests/de/step_3/E4 index 200d8f84b4..3119be3adf 100644 --- a/tests/de/step_3/E4 +++ b/tests/de/step_3/E4 @@ -1,15 +1,16 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: STATSHAPE : Faulty" + set filename gehaeuse_surface.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 218 ( 1131 ) Summary = 218 ( 1131 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 222 ( 1131 ) Summary = 222 ( 1131 ) CHECKSHAPE : Wires = 8 ( 8 ) Faces = 8 ( 8 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 3067 ( 0 ) Face = 3070 ( 3067 ) Summary = 38193 ( 35102 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 3550 ( 0 ) Face = 3553 ( 3550 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 14468 ( 14457 ) -TOLERANCE : MaxTol = 0.08182775785 ( 0.08182775785 ) AvgTol = 9.392984542e-005 ( 8.050559104e-005 ) +TOLERANCE : MaxTol = 0.08182775785 ( 0.08182775785 ) AvgTol = 9.399148298e-005 ( 8.050559104e-005 ) LABELS : N0Labels = 17 ( 17 ) N1Labels = 46 ( 46 ) N2Labels = 0 ( 0 ) TotalLabels = 63 ( 63 ) NameLabels = 63 ( 63 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_3/E6 b/tests/de/step_3/E6 index ec0c32c189..d8e45bd6e5 100644 --- a/tests/de/step_3/E6 +++ b/tests/de/step_3/E6 @@ -1,24 +1,21 @@ # !!!! 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: STATSHAPE : Faulty" puts "TODO CR23096 ALL: TOLERANCE : Faulty" puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :" -puts "TODO DEBUG_CR24543 ALL: Error: ShapeFix_ComposeShell::MakeFacesOnPatch: can't dispatch wires" - set LinuxDiff 3 set filename Z8M6SAT.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 3 ( 0 ) Warnings = 961 ( 3138 ) Summary = 964 ( 3138 ) -CHECKSHAPE : Wires = 51 ( 48 ) Faces = 45 ( 47 ) Shells = 0 ( 5 ) Solids = 0 ( 0 ) -NBSHAPES : Solid = 28 ( 28 ) Shell = 773 ( 38 ) Face = 3248 ( 3247 ) Summary = 29514 ( 28710 ) -STATSHAPE : Solid = 28 ( 28 ) Shell = 773 ( 38 ) Face = 3248 ( 3247 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 12670 ( 12611 ) -TOLERANCE : MaxTol = 40.73070494 ( 20.46526799 ) AvgTol = 0.0357431243 ( 0.03196816114 ) +TPSTAT : Faulties = 3 ( 0 ) Warnings = 965 ( 3166 ) Summary = 968 ( 3166 ) +CHECKSHAPE : Wires = 49 ( 50 ) Faces = 47 ( 49 ) Shells = 0 ( 7 ) Solids = 0 ( 0 ) +NBSHAPES : Solid = 28 ( 28 ) Shell = 775 ( 40 ) Face = 3250 ( 3249 ) Summary = 29514 ( 28718 ) +STATSHAPE : Solid = 28 ( 28 ) Shell = 775 ( 40 ) Face = 3250 ( 3249 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 12663 ( 12613 ) +TOLERANCE : MaxTol = 40.73070494 ( 20.46526799 ) AvgTol = 0.03482256518 ( 0.03252524959 ) 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 ) diff --git a/tests/de/step_3/E7 b/tests/de/step_3/E7 index 226c4ef43d..d544982821 100644 --- a/tests/de/step_3/E7 +++ b/tests/de/step_3/E7 @@ -8,11 +8,11 @@ set filename r0301_db.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 1186 ( 892 ) Summary = 1186 ( 892 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 1188 ( 892 ) Summary = 1188 ( 892 ) CHECKSHAPE : Wires = 2 ( 2 ) Faces = 2 ( 2 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 94 ( 94 ) Shell = 288 ( 270 ) Face = 3469 ( 3469 ) Summary = 30724 ( 27788 ) STATSHAPE : Solid = 94 ( 94 ) Shell = 288 ( 270 ) Face = 3469 ( 3469 ) FreeWire = 0 ( 102 ) FreeEdge = 2219 ( 2219 ) SharedEdge = 11315 ( 11109 ) -TOLERANCE : MaxTol = 0.6657106829 ( 0.6657106829 ) AvgTol = 0.001183470686 ( 0.004721299906 ) +TOLERANCE : MaxTol = 0.6657106829 ( 0.6657106829 ) AvgTol = 0.00118387315 ( 0.004767889079 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 1838 ( 1839 ) N2Labels = 0 ( 0 ) TotalLabels = 1839 ( 1840 ) NameLabels = 1 ( 1 ) ColorLabels = 164 ( 164 ) LayerLabels = 1761 ( 1762 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 9 ( 9 ) diff --git a/tests/de/step_3/E8 b/tests/de/step_3/E8 index 68fe4b69d3..b97bf57122 100644 --- a/tests/de/step_3/E8 +++ b/tests/de/step_3/E8 @@ -8,11 +8,11 @@ set filename r0301soe_db.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 1204 ( 923 ) Summary = 1204 ( 923 ) -CHECKSHAPE : Wires = 2 ( 3 ) Faces = 2 ( 3 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 1207 ( 1000 ) Summary = 1207 ( 1000 ) +CHECKSHAPE : Wires = 2 ( 2 ) Faces = 2 ( 2 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 95 ( 95 ) Shell = 289 ( 271 ) Face = 3569 ( 3569 ) Summary = 31396 ( 28458 ) STATSHAPE : Solid = 95 ( 95 ) Shell = 289 ( 271 ) Face = 3569 ( 3569 ) FreeWire = 0 ( 102 ) FreeEdge = 2219 ( 2219 ) SharedEdge = 11602 ( 11394 ) -TOLERANCE : MaxTol = 0.6657106806 ( 0.6657106806 ) AvgTol = 0.000903894111 ( 0.003000826275 ) +TOLERANCE : MaxTol = 0.6657106806 ( 0.6657106806 ) AvgTol = 0.0009047246906 ( 0.003046115432 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 1839 ( 1840 ) N2Labels = 0 ( 0 ) TotalLabels = 1840 ( 1841 ) NameLabels = 1 ( 1 ) ColorLabels = 165 ( 165 ) LayerLabels = 1762 ( 1763 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 9 ( 9 ) diff --git a/tests/de/step_3/E9 b/tests/de/step_3/E9 index a2a22d1454..90992761d1 100644 --- a/tests/de/step_3/E9 +++ b/tests/de/step_3/E9 @@ -1,8 +1,11 @@ # !!!! 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 Mandriva2010: Error : 3 differences with reference data found :" -puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty" + + +puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty " + +puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :" set LinuxDiff 3 set LinuxFaulties {TOLERANCE} @@ -14,7 +17,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 24 ( 0 ) Summary = 24 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 5 ( 3 ) Face = 43 ( 43 ) Summary = 640 ( 631 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 5 ( 3 ) Face = 43 ( 43 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 289 ( 282 ) -TOLERANCE : MaxTol = 0.0003171897371 ( 0.0003171897371 ) AvgTol = 3.783050085e-005 ( 3.82262146e-005 ) +TOLERANCE : MaxTol = 0.0003171897371 ( 0.0003171897371 ) AvgTol = 3.783030998e-005 ( 3.807836632e-005 ) 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 ) diff --git a/tests/de/step_3/F1 b/tests/de/step_3/F1 index 9a953c0511..e41f3d45e7 100644 --- a/tests/de/step_3/F1 +++ b/tests/de/step_3/F1 @@ -13,7 +13,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 125 ( 22 ) Summary = 125 ( 22 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 4252 ( 61 ) Face = 4252 ( 4252 ) Summary = 58212 ( 51172 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 4252 ( 61 ) Face = 4252 ( 4252 ) FreeWire = 0 ( 1 ) FreeEdge = 2854 ( 2854 ) SharedEdge = 20022 ( 20024 ) -TOLERANCE : MaxTol = 0.8498047902 ( 0.01572488678 ) AvgTol = 5.272855489e-005 ( 2.121024106e-005 ) +TOLERANCE : MaxTol = 0.8498047902 ( 0.01572488678 ) AvgTol = 5.25293974e-005 ( 2.100507096e-005 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 7107 ( 7169 ) N2Labels = 0 ( 0 ) TotalLabels = 7110 ( 7172 ) NameLabels = 5 ( 5 ) ColorLabels = 7105 ( 7105 ) LayerLabels = 7105 ( 7167 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_3/F2 b/tests/de/step_3/F2 index 4a66cc8215..041d75be0a 100644 --- a/tests/de/step_3/F2 +++ b/tests/de/step_3/F2 @@ -1,6 +1,6 @@ # !!!! 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: CHECKSHAPE : Faulty" puts "TODO CR23096 ALL: TOLERANCE : Faulty" @@ -8,11 +8,11 @@ set filename PRO10368.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 202 ( 159 ) Summary = 202 ( 159 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 204 ( 165 ) Summary = 204 ( 165 ) CHECKSHAPE : Wires = 1 ( 0 ) Faces = 1 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 3 ( 3 ) Face = 773 ( 773 ) Summary = 4599 ( 4557 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 3 ( 3 ) Face = 773 ( 773 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1948 ( 1943 ) -TOLERANCE : MaxTol = 0.06507711685 ( 0.0607003883 ) AvgTol = 0.002006306053 ( 0.003274744486 ) +TOLERANCE : MaxTol = 0.06507711685 ( 0.0607003883 ) AvgTol = 0.002006298401 ( 0.003310782808 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 3 ( 3 ) N2Labels = 0 ( 0 ) TotalLabels = 4 ( 4 ) NameLabels = 1 ( 1 ) ColorLabels = 0 ( 0 ) LayerLabels = 3 ( 3 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_3/F3 b/tests/de/step_3/F3 index 399728a2ac..298872570f 100644 --- a/tests/de/step_3/F3 +++ b/tests/de/step_3/F3 @@ -1,20 +1,23 @@ # !!!! 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: STATSHAPE : Faulty" -puts "TODO ?CR23096 ALL: TOLERANCE : Faulty" -puts "TODO ?CR23096 ALL: Error : 2 differences with reference data found :" +puts "TODO CR23096 ALL: TPSTAT : Faulty" +puts "TODO CR23096 ALL: NBSHAPES : Faulty" +puts "TODO CR23096 ALL: STATSHAPE : Faulty" +puts "TODO CR23096 ALL: TOLERANCE : Faulty" + + +puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :" +puts "TODO CR23096 Debian60-64: Error : 2 differences with reference data found :" set LinuxDiff 2 set filename trj12_b3-sy-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 272 ( 185 ) Summary = 272 ( 185 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 283 ( 203 ) Summary = 283 ( 203 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 863 ( 862 ) Summary = 5609 ( 5611 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 863 ( 862 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2370 ( 2375 ) -TOLERANCE : MaxTol = 0.2981250817 ( 0.1424276318 ) AvgTol = 0.001247861404 ( 0.0006497669842 ) +TOLERANCE : MaxTol = 0.2981250817 ( 0.1424276318 ) AvgTol = 0.001247316194 ( 0.000646415041 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_3/F4 b/tests/de/step_3/F4 index 86d7983cd0..3e366d2e2a 100644 --- a/tests/de/step_3/F4 +++ b/tests/de/step_3/F4 @@ -8,11 +8,11 @@ set filename trj3_pm1-id-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 1164 ( 890 ) Summary = 1164 ( 890 ) -CHECKSHAPE : Wires = 0 ( 1 ) Faces = 0 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 1168 ( 895 ) Summary = 1168 ( 895 ) +CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 3831 ( 3826 ) Summary = 23899 ( 23857 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 3831 ( 3826 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 9990 ( 9965 ) -TOLERANCE : MaxTol = 0.02038455644 ( 0.00902340394 ) AvgTol = 0.0003241895913 ( 0.000301059797 ) +TOLERANCE : MaxTol = 0.02038455644 ( 0.00902340394 ) AvgTol = 0.0003242263552 ( 0.0003010775309 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 3047 ( 3047 ) N2Labels = 0 ( 0 ) TotalLabels = 3048 ( 3048 ) NameLabels = 1 ( 1 ) ColorLabels = 3048 ( 3048 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_4/A1 b/tests/de/step_4/A1 index c0535a8af0..360b41bf7f 100644 --- a/tests/de/step_4/A1 +++ b/tests/de/step_4/A1 @@ -8,11 +8,11 @@ set filename trj4_pm2-id-203.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 53 ( 42 ) Summary = 53 ( 42 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 54 ( 43 ) Summary = 54 ( 43 ) CHECKSHAPE : Wires = 0 ( 2 ) Faces = 0 ( 2 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 8 ( 8 ) Shell = 230 ( 230 ) Face = 734 ( 730 ) Summary = 5894 ( 5886 ) STATSHAPE : Solid = 8 ( 8 ) Shell = 230 ( 230 ) Face = 734 ( 730 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2325 ( 2325 ) -TOLERANCE : MaxTol = 0.007776555629 ( 0.007776555631 ) AvgTol = 0.0001609881831 ( 0.0001612196595 ) +TOLERANCE : MaxTol = 0.007776555629 ( 0.007776555631 ) AvgTol = 0.0001612407656 ( 0.0001614685167 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 5 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 1 ( 1 ) Volume = 1 ( 1 ) Area = 1 ( 1 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_4/A2 b/tests/de/step_4/A2 index eb60d507b5..b05ac51455 100644 --- a/tests/de/step_4/A2 +++ b/tests/de/step_4/A2 @@ -3,11 +3,11 @@ set filename 1084837_solide.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 5 ( 10 ) Summary = 5 ( 10 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 7 ( 10 ) Summary = 7 ( 10 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 96 ( 96 ) Shell = 96 ( 96 ) Face = 1550 ( 1550 ) Summary = 9569 ( 9569 ) STATSHAPE : Solid = 157 ( 157 ) Shell = 157 ( 157 ) Face = 2165 ( 2165 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3746 ( 3746 ) -TOLERANCE : MaxTol = 0.064063078 ( 0.064063078 ) AvgTol = 0.0001589348744 ( 0.0001589296429 ) +TOLERANCE : MaxTol = 0.064063078 ( 0.064063078 ) AvgTol = 0.0001743918382 ( 0.0001589314923 ) LABELS : N0Labels = 112 ( 112 ) N1Labels = 170 ( 170 ) N2Labels = 0 ( 0 ) TotalLabels = 282 ( 282 ) NameLabels = 282 ( 282 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_4/A3 b/tests/de/step_4/A3 index 1c26f882bd..11d6066f71 100644 --- a/tests/de/step_4/A3 +++ b/tests/de/step_4/A3 @@ -3,11 +3,11 @@ set filename 16.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 9 ) Summary = 4 ( 9 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 7 ) Summary = 4 ( 7 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 9 ( 9 ) Shell = 9 ( 9 ) Face = 103 ( 103 ) Summary = 654 ( 654 ) STATSHAPE : Solid = 9 ( 9 ) Shell = 9 ( 9 ) Face = 103 ( 103 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 244 ( 244 ) -TOLERANCE : MaxTol = 0.0008797425518 ( 0.0008797425526 ) AvgTol = 0.0001332476521 ( 0.0001332731309 ) +TOLERANCE : MaxTol = 0.0008797425518 ( 0.0008797425526 ) AvgTol = 0.0001325839995 ( 0.0001325704996 ) LABELS : N0Labels = 14 ( 14 ) N1Labels = 13 ( 13 ) N2Labels = 0 ( 0 ) TotalLabels = 27 ( 27 ) NameLabels = 27 ( 27 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_4/A4 b/tests/de/step_4/A4 index 99106f0fa9..dcdf35d410 100644 --- a/tests/de/step_4/A4 +++ b/tests/de/step_4/A4 @@ -1,6 +1,7 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: TPSTAT : Faulty" + set filename BUC50070.stp set ref_data { @@ -9,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 71 ( 65 ) Summary = 71 ( 65 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 445 ( 445 ) Face = 445 ( 445 ) Summary = 5378 ( 3758 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 445 ( 445 ) Face = 445 ( 445 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2023 ( 1600 ) -TOLERANCE : MaxTol = 0.08129076078 ( 0.1779929979 ) AvgTol = 0.002444008871 ( 0.01499344315 ) +TOLERANCE : MaxTol = 0.08129076078 ( 0.1779929979 ) AvgTol = 0.002440613368 ( 0.01498805694 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 893 ( 893 ) N2Labels = 0 ( 0 ) TotalLabels = 894 ( 894 ) NameLabels = 1 ( 1 ) ColorLabels = 448 ( 448 ) LayerLabels = 448 ( 448 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 6 ) diff --git a/tests/de/step_4/A6 b/tests/de/step_4/A6 index d141331c24..6d6736f707 100644 --- a/tests/de/step_4/A6 +++ b/tests/de/step_4/A6 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 22 ( 22 ) Summary = 22 ( 22 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 2 ( 2 ) Shell = 2 ( 2 ) Face = 350 ( 350 ) Summary = 2203 ( 2203 ) STATSHAPE : Solid = 2 ( 2 ) Shell = 2 ( 2 ) Face = 350 ( 350 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 866 ( 866 ) -TOLERANCE : MaxTol = 0.04160902668 ( 0.04160944277 ) AvgTol = 0.0008790180322 ( 0.0008790209723 ) +TOLERANCE : MaxTol = 0.04160902668 ( 0.04160944277 ) AvgTol = 0.0008790179633 ( 0.0008790209723 ) 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 ) diff --git a/tests/de/step_4/A7 b/tests/de/step_4/A7 index ceeef7eacb..e212b71ed6 100644 --- a/tests/de/step_4/A7 +++ b/tests/de/step_4/A7 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 247 ( 293 ) Summary = 247 ( 29 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 477 ( 477 ) Face = 477 ( 477 ) Summary = 7321 ( 7321 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 477 ( 477 ) Face = 477 ( 477 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2944 ( 2944 ) -TOLERANCE : MaxTol = 0.07455430074 ( 0.07455430075 ) AvgTol = 0.003304929526 ( 0.003326930504 ) +TOLERANCE : MaxTol = 0.07455430074 ( 0.07455430075 ) AvgTol = 0.00330432696 ( 0.003326327937 ) 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 ) diff --git a/tests/de/step_4/A8 b/tests/de/step_4/A8 index 2416b7227c..80cb34c689 100644 --- a/tests/de/step_4/A8 +++ b/tests/de/step_4/A8 @@ -7,11 +7,11 @@ set filename CTS21866.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 126 ( 68 ) Summary = 126 ( 68 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 126 ( 67 ) Summary = 126 ( 67 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 4 ( 4 ) Shell = 4 ( 4 ) Face = 1393 ( 1393 ) Summary = 9157 ( 9157 ) STATSHAPE : Solid = 6 ( 6 ) Shell = 6 ( 6 ) Face = 1459 ( 1459 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3853 ( 3853 ) -TOLERANCE : MaxTol = 0.1532053661 ( 0.1473148116 ) AvgTol = 0.0009144149806 ( 0.0009108474231 ) +TOLERANCE : MaxTol = 0.1532053661 ( 0.1473148116 ) AvgTol = 0.0009144144844 ( 0.0009108471996 ) LABELS : N0Labels = 5 ( 5 ) N1Labels = 1261 ( 1261 ) N2Labels = 0 ( 0 ) TotalLabels = 1266 ( 1266 ) NameLabels = 11 ( 11 ) ColorLabels = 0 ( 0 ) LayerLabels = 1255 ( 1255 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_4/A9 b/tests/de/step_4/A9 index 6a8d8200cc..3046458a00 100644 --- a/tests/de/step_4/A9 +++ b/tests/de/step_4/A9 @@ -3,11 +3,11 @@ set filename Inventor_TireRim.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 91 ( 154 ) Summary = 91 ( 154 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 91 ( 169 ) Summary = 91 ( 169 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 466 ( 466 ) Summary = 2894 ( 2894 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 466 ( 466 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1225 ( 1225 ) -TOLERANCE : MaxTol = 0.04984111402 ( 0.04984111401 ) AvgTol = 0.00250686678 ( 0.002466953501 ) +TOLERANCE : MaxTol = 0.04984111402 ( 0.04984111401 ) AvgTol = 0.002492874968 ( 0.002498774731 ) 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 ) diff --git a/tests/de/step_4/B2 b/tests/de/step_4/B2 index bd997a2829..da1a86f240 100644 --- a/tests/de/step_4/B2 +++ b/tests/de/step_4/B2 @@ -1,5 +1,4 @@ # !!!! This file is generated automatically, do not edit manually! See end script - set filename PRO10377.stp set ref_data { @@ -8,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 24 ( 24 ) Summary = 24 ( 24 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 3 ( 3 ) Face = 354 ( 354 ) Summary = 2188 ( 2188 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 3 ( 3 ) Face = 354 ( 354 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 930 ( 930 ) -TOLERANCE : MaxTol = 0.09560277261 ( 0.1543839281 ) AvgTol = 0.03139786567 ( 0.04139288989 ) +TOLERANCE : MaxTol = 0.09560277261 ( 0.1543839281 ) AvgTol = 0.03139788864 ( 0.04139291286 ) 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 ) diff --git a/tests/de/step_4/B3 b/tests/de/step_4/B3 index 307cc38d00..e36379001c 100644 --- a/tests/de/step_4/B3 +++ b/tests/de/step_4/B3 @@ -1,8 +1,11 @@ # !!!! 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 Mandriva2010: Error : 1 differences with reference data found :" -puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty" + + +puts "TODO CR23096 Mandriva2010: TOLERANCE : Faulty " + +puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" set LinuxDiff 1 set LinuxFaulties {TOLERANCE} @@ -10,11 +13,11 @@ set filename PRO7226.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 77 ( 66 ) Summary = 77 ( 66 ) -CHECKSHAPE : Wires = 1 ( 1 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 76 ( 68 ) Summary = 76 ( 68 ) +CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 101 ( 101 ) Face = 101 ( 101 ) Summary = 6262 ( 6266 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 101 ( 101 ) Face = 101 ( 101 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2988 ( 2992 ) -TOLERANCE : MaxTol = 0.6253365786 ( 0.6253365789 ) AvgTol = 0.0008262371751 ( 0.0009142872365 ) +TOLERANCE : MaxTol = 0.1351488154 ( 0.1351488154 ) AvgTol = 0.0004822364364 ( 0.0005707539631 ) 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 ) diff --git a/tests/de/step_4/B4 b/tests/de/step_4/B4 index 84f61f401d..cffe1eeca8 100644 --- a/tests/de/step_4/B4 +++ b/tests/de/step_4/B4 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 109 ( 112 ) Summary = 109 ( 11 CHECKSHAPE : Wires = 6 ( 6 ) Faces = 6 ( 6 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 5 ( 5 ) Face = 627 ( 627 ) Summary = 3983 ( 3978 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 5 ( 5 ) Face = 627 ( 627 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1693 ( 1693 ) -TOLERANCE : MaxTol = 14.02132488 ( 14.02132488 ) AvgTol = 0.1145137374 ( 0.1145273411 ) +TOLERANCE : MaxTol = 14.02132488 ( 14.02132488 ) AvgTol = 0.1145137668 ( 0.1145273704 ) 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 ) diff --git a/tests/de/step_4/B8 b/tests/de/step_4/B8 index 9a96e56be8..b5acb099b5 100644 --- a/tests/de/step_4/B8 +++ b/tests/de/step_4/B8 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 6 ) Summary = 4 ( 6 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 41 ( 41 ) Summary = 612 ( 612 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 41 ( 41 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 275 ( 275 ) -TOLERANCE : MaxTol = 0.003916476016 ( 0.01715433608 ) AvgTol = 0.0004422292452 ( 0.001525272467 ) +TOLERANCE : MaxTol = 0.003916476016 ( 0.01715433608 ) AvgTol = 0.0004422292452 ( 0.001564297929 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 3 ( 3 ) N2Labels = 0 ( 0 ) TotalLabels = 4 ( 4 ) NameLabels = 1 ( 1 ) ColorLabels = 3 ( 3 ) LayerLabels = 3 ( 3 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_4/B9 b/tests/de/step_4/B9 index b5451ec374..1d1c8e8454 100644 --- a/tests/de/step_4/B9 +++ b/tests/de/step_4/B9 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 7 ) Summary = 4 ( 7 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 41 ( 41 ) Summary = 612 ( 612 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 41 ( 41 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 275 ( 275 ) -TOLERANCE : MaxTol = 0.003916476016 ( 0.01715433608 ) AvgTol = 0.0004422274574 ( 0.001525270678 ) +TOLERANCE : MaxTol = 0.003916476016 ( 0.01715433608 ) AvgTol = 0.0004422274574 ( 0.001564296141 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 3 ( 3 ) N2Labels = 0 ( 0 ) TotalLabels = 4 ( 4 ) NameLabels = 1 ( 1 ) ColorLabels = 3 ( 3 ) LayerLabels = 3 ( 3 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_4/C1 b/tests/de/step_4/C1 index a406f72ba4..10f1a21743 100644 --- a/tests/de/step_4/C1 +++ b/tests/de/step_4/C1 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 7 ) Summary = 4 ( 7 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 41 ( 41 ) Summary = 612 ( 612 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 41 ( 41 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 275 ( 275 ) -TOLERANCE : MaxTol = 0.003917262203 ( 0.01715433608 ) AvgTol = 0.0004434947909 ( 0.001764013156 ) +TOLERANCE : MaxTol = 0.003917262203 ( 0.01715433608 ) AvgTol = 0.0004434943229 ( 0.001764012688 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 3 ( 3 ) N2Labels = 0 ( 0 ) TotalLabels = 4 ( 4 ) NameLabels = 1 ( 1 ) ColorLabels = 3 ( 3 ) LayerLabels = 3 ( 3 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_4/C2 b/tests/de/step_4/C2 index d0c6d07322..e29a334cc2 100644 --- a/tests/de/step_4/C2 +++ b/tests/de/step_4/C2 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 25 ) Summary = 0 ( 25 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 5 ( 5 ) Shell = 5 ( 5 ) Face = 50 ( 50 ) Summary = 273 ( 273 ) STATSHAPE : Solid = 5 ( 5 ) Shell = 5 ( 5 ) Face = 50 ( 50 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 96 ( 96 ) -TOLERANCE : MaxTol = 0.006784355905 ( 0.00678435592 ) AvgTol = 0.0007966910873 ( 0.000799808085 ) +TOLERANCE : MaxTol = 0.006784355905 ( 0.00678435592 ) AvgTol = 0.0007838067287 ( 0.0007869237263 ) 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 ) diff --git a/tests/de/step_4/C3 b/tests/de/step_4/C3 index bc88e66fa2..75db32c4a3 100644 --- a/tests/de/step_4/C3 +++ b/tests/de/step_4/C3 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 25 ) Summary = 0 ( 25 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 5 ( 5 ) Shell = 5 ( 5 ) Face = 50 ( 50 ) Summary = 273 ( 273 ) STATSHAPE : Solid = 5 ( 5 ) Shell = 5 ( 5 ) Face = 50 ( 50 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 96 ( 96 ) -TOLERANCE : MaxTol = 0.001619917869 ( 0.001619918114 ) AvgTol = 0.0001282791667 ( 0.0001324199588 ) +TOLERANCE : MaxTol = 0.001619917869 ( 0.001619918114 ) AvgTol = 0.0001230803969 ( 0.0001261972435 ) 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 ) diff --git a/tests/de/step_4/C7 b/tests/de/step_4/C7 index 06cb82c89f..02f0eb354e 100644 --- a/tests/de/step_4/C7 +++ b/tests/de/step_4/C7 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 10 ( 0 ) Summary = 10 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 3 ( 3 ) Shell = 4 ( 4 ) Face = 204 ( 204 ) Summary = 1367 ( 1367 ) STATSHAPE : Solid = 3 ( 3 ) Shell = 4 ( 4 ) Face = 204 ( 204 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 554 ( 554 ) -TOLERANCE : MaxTol = 6.188728228e-007 ( 7.498981519e-007 ) AvgTol = 1.436987101e-007 ( 1.554329149e-007 ) +TOLERANCE : MaxTol = 6.188728122e-007 ( 7.498981519e-007 ) AvgTol = 1.4369871e-007 ( 1.554329149e-007 ) LABELS : N0Labels = 5 ( 5 ) N1Labels = 41 ( 41 ) N2Labels = 0 ( 0 ) TotalLabels = 46 ( 46 ) NameLabels = 9 ( 9 ) ColorLabels = 41 ( 41 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) diff --git a/tests/de/step_4/D2 b/tests/de/step_4/D2 index 8ffc1d0b70..72a18dbabc 100644 --- a/tests/de/step_4/D2 +++ b/tests/de/step_4/D2 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 10 ( 14 ) Summary = 10 ( 14 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 2 ( 2 ) Shell = 2 ( 2 ) Face = 108 ( 108 ) Summary = 673 ( 673 ) STATSHAPE : Solid = 2 ( 2 ) Shell = 2 ( 2 ) Face = 108 ( 108 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 282 ( 282 ) -TOLERANCE : MaxTol = 0.01749235594 ( 0.01749235594 ) AvgTol = 0.003419997298 ( 0.003431838199 ) +TOLERANCE : MaxTol = 0.01749235594 ( 0.01749235594 ) AvgTol = 0.003420792369 ( 0.003429060011 ) 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 ) diff --git a/tests/de/step_4/D4 b/tests/de/step_4/D4 index 844e37d3be..9e11ead8ee 100644 --- a/tests/de/step_4/D4 +++ b/tests/de/step_4/D4 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 114 ( 114 ) Summary = 632 ( 632 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 114 ( 114 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 252 ( 252 ) -TOLERANCE : MaxTol = 0.000614038038 ( 0.000614038045 ) AvgTol = 0.0001130093988 ( 0.0001136909275 ) +TOLERANCE : MaxTol = 0.0005616643498 ( 0.0005616643498 ) AvgTol = 0.0001090450864 ( 0.0001090450863 ) 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 ) diff --git a/tests/de/step_4/D5 b/tests/de/step_4/D5 index acfc1d10e7..1310b7d5c3 100644 --- a/tests/de/step_4/D5 +++ b/tests/de/step_4/D5 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 15 ( 7 ) Summary = 15 ( 7 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 438 ( 438 ) Summary = 2798 ( 2798 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 438 ( 438 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1136 ( 1136 ) -TOLERANCE : MaxTol = 0.0001456659717 ( 0.0001456659717 ) AvgTol = 8.861431127e-007 ( 9.179734625e-007 ) +TOLERANCE : MaxTol = 0.0001456659717 ( 0.0001456659717 ) AvgTol = 8.859916294e-007 ( 9.13363077e-007 ) 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 ) diff --git a/tests/de/step_4/D7 b/tests/de/step_4/D7 index a4f3427c6b..79a7b12972 100644 --- a/tests/de/step_4/D7 +++ b/tests/de/step_4/D7 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 14 ( 4 ) Summary = 14 ( 4 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 4 ( 4 ) Shell = 4 ( 4 ) Face = 676 ( 676 ) Summary = 4405 ( 4405 ) STATSHAPE : Solid = 4 ( 4 ) Shell = 4 ( 4 ) Face = 676 ( 676 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1789 ( 1789 ) -TOLERANCE : MaxTol = 0.0006316631238 ( 0.0006316631238 ) AvgTol = 1.933916783e-005 ( 2.094472189e-005 ) +TOLERANCE : MaxTol = 0.0006316631238 ( 0.0006316631238 ) AvgTol = 1.900834081e-005 ( 1.900839893e-005 ) LABELS : N0Labels = 5 ( 5 ) N1Labels = 680 ( 680 ) N2Labels = 0 ( 0 ) TotalLabels = 685 ( 685 ) NameLabels = 9 ( 9 ) ColorLabels = 0 ( 0 ) LayerLabels = 676 ( 676 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_4/D8 b/tests/de/step_4/D8 index b20854fc2f..509aac45cb 100644 --- a/tests/de/step_4/D8 +++ b/tests/de/step_4/D8 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 230 ( 126 ) Summary = 230 ( 12 CHECKSHAPE : Wires = 3 ( 3 ) Faces = 3 ( 3 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 12 ( 12 ) Shell = 297 ( 297 ) Face = 449 ( 449 ) Summary = 4991 ( 3865 ) STATSHAPE : Solid = 12 ( 12 ) Shell = 297 ( 297 ) Face = 449 ( 449 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1935 ( 1842 ) -TOLERANCE : MaxTol = 0.09813029449 ( 0.1674907116 ) AvgTol = 0.002798943425 ( 0.01426972934 ) +TOLERANCE : MaxTol = 0.09813029449 ( 0.1674907116 ) AvgTol = 0.00279894343 ( 0.01426972934 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 582 ( 582 ) N2Labels = 0 ( 0 ) TotalLabels = 583 ( 583 ) NameLabels = 1 ( 1 ) ColorLabels = 289 ( 289 ) LayerLabels = 297 ( 297 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 6 ) diff --git a/tests/de/step_4/D9 b/tests/de/step_4/D9 index dbea29b18f..1964715066 100644 --- a/tests/de/step_4/D9 +++ b/tests/de/step_4/D9 @@ -6,11 +6,11 @@ set filename test-m020306-v1.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 309 ( 114 ) Summary = 309 ( 114 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 308 ( 115 ) Summary = 308 ( 115 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 742 ( 742 ) Summary = 5060 ( 5060 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 742 ( 742 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2108 ( 2108 ) -TOLERANCE : MaxTol = 0.008481946718 ( 0.008481946718 ) AvgTol = 0.0001352333894 ( 0.0001311532438 ) +TOLERANCE : MaxTol = 0.008481946718 ( 0.008481946718 ) AvgTol = 0.0001352398423 ( 0.0001311596967 ) 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 ) diff --git a/tests/de/step_4/E1 b/tests/de/step_4/E1 index 0ac0dda42d..978aed033c 100644 --- a/tests/de/step_4/E1 +++ b/tests/de/step_4/E1 @@ -6,11 +6,11 @@ set filename test-m020306-v2.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 318 ( 157 ) Summary = 318 ( 157 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 317 ( 158 ) Summary = 317 ( 158 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 956 ( 956 ) Summary = 6474 ( 6474 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 956 ( 956 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2681 ( 2681 ) -TOLERANCE : MaxTol = 0.008481946718 ( 0.008481946718 ) AvgTol = 0.0001073524229 ( 0.0001044200574 ) +TOLERANCE : MaxTol = 0.008481946718 ( 0.008481946718 ) AvgTol = 0.0001073574929 ( 0.0001044251274 ) 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 ) diff --git a/tests/de/step_4/E2 b/tests/de/step_4/E2 index f29e972621..654a57efaa 100644 --- a/tests/de/step_4/E2 +++ b/tests/de/step_4/E2 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 41 ) Summary = 1 ( 41 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 4 ( 4 ) Shell = 4 ( 4 ) Face = 183 ( 183 ) Summary = 1129 ( 1129 ) STATSHAPE : Solid = 4 ( 4 ) Shell = 4 ( 4 ) Face = 183 ( 183 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 451 ( 451 ) -TOLERANCE : MaxTol = 0.005574366633 ( 0.005574366525 ) AvgTol = 0.001085608739 ( 0.001089615696 ) +TOLERANCE : MaxTol = 0.005574366633 ( 0.005574366525 ) AvgTol = 0.001085607716 ( 0.001089613543 ) LABELS : N0Labels = 2 ( 2 ) N1Labels = 3 ( 3 ) N2Labels = 0 ( 0 ) TotalLabels = 5 ( 5 ) NameLabels = 2 ( 2 ) ColorLabels = 4 ( 4 ) LayerLabels = 4 ( 4 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_4/E4 b/tests/de/step_4/E4 index ac8c3e1712..9d94465852 100644 --- a/tests/de/step_4/E4 +++ b/tests/de/step_4/E4 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 133 ( 5 ) Summary = 133 ( 5 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 918 ( 918 ) Summary = 6350 ( 6350 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 918 ( 918 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2660 ( 2660 ) -TOLERANCE : MaxTol = 0.002778645525 ( 0.005865678105 ) AvgTol = 0.000107738527 ( 0.0001402835312 ) +TOLERANCE : MaxTol = 0.002778645525 ( 0.005865678105 ) AvgTol = 0.0001074213183 ( 0.0001402835312 ) 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 ) diff --git a/tests/de/step_4/E5 b/tests/de/step_4/E5 index 8d74d5dbfb..4fd0640986 100644 --- a/tests/de/step_4/E5 +++ b/tests/de/step_4/E5 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 25 ( 6 ) Summary = 25 ( 6 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 16 ( 16 ) Shell = 16 ( 16 ) Face = 950 ( 950 ) Summary = 6131 ( 6131 ) STATSHAPE : Solid = 31 ( 31 ) Shell = 31 ( 31 ) Face = 1105 ( 1105 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2501 ( 2501 ) -TOLERANCE : MaxTol = 7.535366324e-007 ( 7.53535827e-007 ) AvgTol = 1.408558019e-007 ( 1.408560905e-007 ) +TOLERANCE : MaxTol = 7.535366351e-007 ( 7.53535827e-007 ) AvgTol = 1.408558019e-007 ( 1.408560905e-007 ) LABELS : N0Labels = 19 ( 19 ) N1Labels = 33 ( 33 ) N2Labels = 0 ( 0 ) TotalLabels = 52 ( 52 ) NameLabels = 52 ( 52 ) ColorLabels = 16 ( 16 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 5 ) diff --git a/tests/de/step_4/E6 b/tests/de/step_4/E6 index 5a1d74c661..e98ad831d4 100644 --- a/tests/de/step_4/E6 +++ b/tests/de/step_4/E6 @@ -6,11 +6,11 @@ set filename trj12_b3-ac-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 27 ( 104 ) Summary = 27 ( 104 ) -CHECKSHAPE : Wires = 3 ( 4 ) Faces = 3 ( 4 ) Shells = 1 ( 1 ) Solids = 1 ( 1 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 27 ( 108 ) Summary = 27 ( 108 ) +CHECKSHAPE : Wires = 3 ( 3 ) Faces = 3 ( 3 ) Shells = 1 ( 1 ) Solids = 1 ( 1 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 1173 ( 1173 ) Summary = 7998 ( 8005 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 1173 ( 1173 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3392 ( 3399 ) -TOLERANCE : MaxTol = 7.063782203 ( 7.063782203 ) AvgTol = 0.002934134168 ( 0.002941793404 ) +TOLERANCE : MaxTol = 7.063782203 ( 7.063782203 ) AvgTol = 0.002932793725 ( 0.002941805253 ) LABELS : N0Labels = 2 ( 2 ) N1Labels = 1 ( 1 ) N2Labels = 0 ( 0 ) TotalLabels = 3 ( 3 ) NameLabels = 3 ( 3 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_4/E7 b/tests/de/step_4/E7 index 164db0641d..a06f06533b 100644 --- a/tests/de/step_4/E7 +++ b/tests/de/step_4/E7 @@ -3,11 +3,11 @@ set filename trj12_pm10-ac-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 56 ( 93 ) Summary = 56 ( 93 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 57 ( 95 ) Summary = 57 ( 95 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 20 ( 20 ) Shell = 20 ( 20 ) Face = 1441 ( 1441 ) Summary = 9567 ( 9567 ) STATSHAPE : Solid = 40 ( 40 ) Shell = 40 ( 40 ) Face = 2036 ( 2036 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3936 ( 3936 ) -TOLERANCE : MaxTol = 0.004932484407 ( 0.004932484407 ) AvgTol = 2.753902385e-005 ( 2.773770773e-005 ) +TOLERANCE : MaxTol = 0.004932484407 ( 0.004932484407 ) AvgTol = 2.75392155e-005 ( 2.77391027e-005 ) LABELS : N0Labels = 41 ( 41 ) N1Labels = 50 ( 50 ) N2Labels = 0 ( 0 ) TotalLabels = 91 ( 91 ) NameLabels = 91 ( 91 ) ColorLabels = 20 ( 20 ) LayerLabels = 20 ( 20 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 15 ( 15 ) diff --git a/tests/de/step_4/E9 b/tests/de/step_4/E9 index 04a09ef574..375ed1c094 100644 --- a/tests/de/step_4/E9 +++ b/tests/de/step_4/E9 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 20 ) Summary = 4 ( 20 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 13 ( 13 ) Shell = 13 ( 13 ) Face = 801 ( 801 ) Summary = 4582 ( 4580 ) STATSHAPE : Solid = 32 ( 32 ) Shell = 32 ( 32 ) Face = 840 ( 840 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1835 ( 1833 ) -TOLERANCE : MaxTol = 0.000994818338 ( 0.0009948282861 ) AvgTol = 7.811253797e-006 ( 7.821332716e-006 ) +TOLERANCE : MaxTol = 0.000994818338 ( 0.0009948282861 ) AvgTol = 7.81087616e-006 ( 7.816444503e-006 ) LABELS : N0Labels = 21 ( 21 ) N1Labels = 39 ( 39 ) N2Labels = 0 ( 0 ) TotalLabels = 60 ( 60 ) NameLabels = 60 ( 60 ) ColorLabels = 13 ( 13 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 21 ( 21 ) Volume = 21 ( 21 ) Area = 21 ( 21 ) NCOLORS : NColors = 7 ( 7 ) diff --git a/tests/de/step_4/F1 b/tests/de/step_4/F1 index bf26e1cb92..b6c6cad0a3 100644 --- a/tests/de/step_4/F1 +++ b/tests/de/step_4/F1 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 2 ( 23 ) Summary = 2 ( 23 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 5 ( 5 ) Face = 784 ( 784 ) Summary = 4701 ( 4701 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 5 ( 5 ) Face = 784 ( 784 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1925 ( 1925 ) -TOLERANCE : MaxTol = 0.02086436459 ( 0.02086436459 ) AvgTol = 0.002824883099 ( 0.002820721927 ) +TOLERANCE : MaxTol = 0.02086436459 ( 0.02086436459 ) AvgTol = 0.002823994995 ( 0.002818906511 ) 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 ) diff --git a/tests/de/step_4/F4 b/tests/de/step_4/F4 index 4db5002df1..c98fac82b7 100644 --- a/tests/de/step_4/F4 +++ b/tests/de/step_4/F4 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 14 ) Summary = 0 ( 14 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 265 ( 265 ) Summary = 1552 ( 1552 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 265 ( 265 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 642 ( 642 ) -TOLERANCE : MaxTol = 0.006613321445 ( 0.006613387574 ) AvgTol = 0.0003158029965 ( 0.0003790149885 ) +TOLERANCE : MaxTol = 0.006613321445 ( 0.006613387574 ) AvgTol = 0.0003157957339 ( 0.0003790149885 ) LABELS : N0Labels = 2 ( 2 ) N1Labels = 266 ( 266 ) N2Labels = 0 ( 0 ) TotalLabels = 268 ( 268 ) NameLabels = 3 ( 3 ) ColorLabels = 265 ( 265 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_4/F5 b/tests/de/step_4/F5 index 8f264e6674..af39c9f837 100644 --- a/tests/de/step_4/F5 +++ b/tests/de/step_4/F5 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 8 ( 0 ) Summary = 8 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 343 ( 343 ) Summary = 2042 ( 2042 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 343 ( 343 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 865 ( 865 ) -TOLERANCE : MaxTol = 7.625392261e-007 ( 7.625403546e-007 ) AvgTol = 2.087070626e-007 ( 2.087070073e-007 ) +TOLERANCE : MaxTol = 7.625392261e-007 ( 7.625403546e-007 ) AvgTol = 2.087070625e-007 ( 2.087070074e-007 ) LABELS : N0Labels = 2 ( 2 ) N1Labels = 1 ( 1 ) N2Labels = 0 ( 0 ) TotalLabels = 3 ( 3 ) NameLabels = 3 ( 3 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_4/F6 b/tests/de/step_4/F6 index 78d9fe111f..f9a4038a52 100644 --- a/tests/de/step_4/F6 +++ b/tests/de/step_4/F6 @@ -3,11 +3,11 @@ set filename trj7_b1-ac-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 146 ( 161 ) Summary = 146 ( 161 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 146 ( 164 ) Summary = 146 ( 164 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 500 ( 500 ) Summary = 3324 ( 3230 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 500 ( 500 ) FreeWire = 0 ( 0 ) FreeEdge = 94 ( 94 ) SharedEdge = 1327 ( 1327 ) -TOLERANCE : MaxTol = 0.007482480837 ( 0.007482835673 ) AvgTol = 0.0004883286474 ( 0.0004975827398 ) +TOLERANCE : MaxTol = 0.007482480837 ( 0.007482835673 ) AvgTol = 0.0004883286474 ( 0.0004975892507 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 96 ( 96 ) N2Labels = 0 ( 0 ) TotalLabels = 99 ( 99 ) NameLabels = 5 ( 5 ) ColorLabels = 95 ( 95 ) LayerLabels = 95 ( 95 ) PROPS : Centroid = 2 ( 2 ) Volume = 2 ( 2 ) Area = 2 ( 2 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_4/F7 b/tests/de/step_4/F7 index 58158d0ae4..426bd39894 100644 --- a/tests/de/step_4/F7 +++ b/tests/de/step_4/F7 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 13 ) Summary = 0 ( 13 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 265 ( 265 ) Summary = 1552 ( 1552 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 265 ( 265 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 642 ( 642 ) -TOLERANCE : MaxTol = 0.006613321442 ( 0.006613387576 ) AvgTol = 0.0003137870611 ( 0.0003518496817 ) +TOLERANCE : MaxTol = 0.006613321442 ( 0.006613387576 ) AvgTol = 0.0003137797984 ( 0.0003518496817 ) LABELS : N0Labels = 2 ( 2 ) N1Labels = 266 ( 266 ) N2Labels = 0 ( 0 ) TotalLabels = 268 ( 268 ) NameLabels = 3 ( 3 ) ColorLabels = 266 ( 266 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 2 ( 2 ) Volume = 2 ( 2 ) Area = 2 ( 2 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_4/F8 b/tests/de/step_4/F8 index bd0b372d1d..294335a0a6 100644 --- a/tests/de/step_4/F8 +++ b/tests/de/step_4/F8 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 8 ( 0 ) Summary = 8 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 343 ( 343 ) Summary = 2042 ( 2042 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 343 ( 343 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 865 ( 865 ) -TOLERANCE : MaxTol = 7.625392261e-007 ( 7.625403546e-007 ) AvgTol = 2.087070626e-007 ( 2.087070073e-007 ) +TOLERANCE : MaxTol = 7.625392261e-007 ( 7.625403546e-007 ) AvgTol = 2.087070625e-007 ( 2.087070074e-007 ) LABELS : N0Labels = 2 ( 2 ) N1Labels = 1 ( 1 ) N2Labels = 0 ( 0 ) TotalLabels = 3 ( 3 ) NameLabels = 3 ( 3 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_4/F9 b/tests/de/step_4/F9 index bbc33c016c..0945a6396b 100644 --- a/tests/de/step_4/F9 +++ b/tests/de/step_4/F9 @@ -3,11 +3,11 @@ set filename trj8_b1-ac-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 146 ( 161 ) Summary = 146 ( 161 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 146 ( 164 ) Summary = 146 ( 164 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 500 ( 500 ) Summary = 3324 ( 3230 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 500 ( 500 ) FreeWire = 0 ( 0 ) FreeEdge = 94 ( 94 ) SharedEdge = 1327 ( 1327 ) -TOLERANCE : MaxTol = 0.007482480837 ( 0.007482835673 ) AvgTol = 0.0004883286474 ( 0.0004975827398 ) +TOLERANCE : MaxTol = 0.007482480837 ( 0.007482835673 ) AvgTol = 0.0004883286474 ( 0.0004975892507 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 96 ( 96 ) N2Labels = 0 ( 0 ) TotalLabels = 99 ( 99 ) NameLabels = 5 ( 5 ) ColorLabels = 95 ( 95 ) LayerLabels = 95 ( 95 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_4/G1 b/tests/de/step_4/G1 index 615f4c830c..a43cd7a21f 100644 --- a/tests/de/step_4/G1 +++ b/tests/de/step_4/G1 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 13 ) Summary = 0 ( 13 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 265 ( 265 ) Summary = 1552 ( 1552 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 265 ( 265 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 642 ( 642 ) -TOLERANCE : MaxTol = 0.006613321442 ( 0.006613387576 ) AvgTol = 0.0002978600201 ( 0.000335922641 ) +TOLERANCE : MaxTol = 0.006613321442 ( 0.006613387576 ) AvgTol = 0.0002978527574 ( 0.000335922641 ) LABELS : N0Labels = 2 ( 2 ) N1Labels = 266 ( 266 ) N2Labels = 0 ( 0 ) TotalLabels = 268 ( 268 ) NameLabels = 3 ( 3 ) ColorLabels = 266 ( 266 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 2 ( 2 ) Volume = 2 ( 2 ) Area = 2 ( 2 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_4/G2 b/tests/de/step_4/G2 index 72c629a0f9..a04e979cb9 100644 --- a/tests/de/step_4/G2 +++ b/tests/de/step_4/G2 @@ -3,11 +3,11 @@ set filename trj8_pm6-sh-203.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 8 ( 63 ) Summary = 8 ( 63 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 8 ( 66 ) Summary = 8 ( 66 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 332 ( 332 ) Summary = 2249 ( 2249 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 332 ( 332 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 949 ( 949 ) -TOLERANCE : MaxTol = 0.05000100001 ( 0.05000100001 ) AvgTol = 0.0001917756714 ( 0.0001918922208 ) +TOLERANCE : MaxTol = 0.05000100001 ( 0.05000100001 ) AvgTol = 0.0001917756714 ( 0.0001918988795 ) 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 ) diff --git a/tests/de/step_4/G3 b/tests/de/step_4/G3 index e764158129..3d7fdf4ce1 100644 --- a/tests/de/step_4/G3 +++ b/tests/de/step_4/G3 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 28 ) Summary = 1 ( 28 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 5 ( 5 ) Shell = 5 ( 5 ) Face = 116 ( 116 ) Summary = 595 ( 595 ) STATSHAPE : Solid = 5 ( 5 ) Shell = 5 ( 5 ) Face = 116 ( 116 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 224 ( 224 ) -TOLERANCE : MaxTol = 0.003174825282 ( 0.00317482528 ) AvgTol = 0.0006649244978 ( 0.0006663693476 ) +TOLERANCE : MaxTol = 0.003174825282 ( 0.00317482528 ) AvgTol = 0.0006647149041 ( 0.0006661597539 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 5 ( 5 ) N2Labels = 0 ( 0 ) TotalLabels = 6 ( 6 ) NameLabels = 1 ( 1 ) ColorLabels = 5 ( 5 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_4/G4 b/tests/de/step_4/G4 index 075049f637..a1ca90fbb7 100644 --- a/tests/de/step_4/G4 +++ b/tests/de/step_4/G4 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 28 ) Summary = 1 ( 28 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 5 ( 5 ) Shell = 5 ( 5 ) Face = 116 ( 116 ) Summary = 595 ( 595 ) STATSHAPE : Solid = 5 ( 5 ) Shell = 5 ( 5 ) Face = 116 ( 116 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 224 ( 224 ) -TOLERANCE : MaxTol = 0.001062703295 ( 0.001062703292 ) AvgTol = 0.0001905638651 ( 0.0001920086334 ) +TOLERANCE : MaxTol = 0.001062703295 ( 0.001062703292 ) AvgTol = 0.0001903680252 ( 0.0001918127936 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 5 ( 5 ) N2Labels = 0 ( 0 ) TotalLabels = 6 ( 6 ) NameLabels = 1 ( 1 ) ColorLabels = 5 ( 5 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_4/G5 b/tests/de/step_4/G5 index 1ff8650b54..3afe5543fd 100644 --- a/tests/de/step_4/G5 +++ b/tests/de/step_4/G5 @@ -6,11 +6,11 @@ set filename vorstufe_solid.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 59 ( 27 ) Summary = 59 ( 27 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 58 ( 27 ) Summary = 58 ( 27 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 7 ( 7 ) Shell = 7 ( 7 ) Face = 780 ( 780 ) Summary = 4769 ( 4769 ) STATSHAPE : Solid = 21 ( 21 ) Shell = 21 ( 21 ) Face = 920 ( 920 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1970 ( 1970 ) -TOLERANCE : MaxTol = 0.002209209821 ( 0.002209209821 ) AvgTol = 0.0001089165372 ( 0.0001089336061 ) +TOLERANCE : MaxTol = 0.002209209821 ( 0.002209209821 ) AvgTol = 0.0001089153771 ( 0.0001089325994 ) LABELS : N0Labels = 9 ( 9 ) N1Labels = 22 ( 22 ) N2Labels = 0 ( 0 ) TotalLabels = 31 ( 31 ) NameLabels = 31 ( 31 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_4/G6 b/tests/de/step_4/G6 index 7c5f1e571a..017a1c3825 100644 --- a/tests/de/step_4/G6 +++ b/tests/de/step_4/G6 @@ -3,11 +3,11 @@ set filename BUC61003-3.stp set ref_data { DATA : Faulties = 0 ( 406 ) Warnings = 0 ( 0 ) Summary = 0 ( 406 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 108 ( 164 ) Summary = 108 ( 164 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 108 ( 168 ) Summary = 108 ( 168 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 34 ( 34 ) Shell = 34 ( 34 ) Face = 3882 ( 3882 ) Summary = 23997 ( 23997 ) STATSHAPE : Solid = 34 ( 34 ) Shell = 34 ( 34 ) Face = 3882 ( 3882 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 10010 ( 10010 ) -TOLERANCE : MaxTol = 0.2091571291 ( 0.2091571291 ) AvgTol = 0.0003467109057 ( 0.0003470321875 ) +TOLERANCE : MaxTol = 0.2091571291 ( 0.2091571291 ) AvgTol = 0.0003467072965 ( 0.0003470323426 ) LABELS : N0Labels = 35 ( 35 ) N1Labels = 34 ( 34 ) N2Labels = 0 ( 0 ) TotalLabels = 69 ( 69 ) NameLabels = 69 ( 69 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_4/G7 b/tests/de/step_4/G7 index de3e4efa0e..8eb1ee9da5 100644 --- a/tests/de/step_4/G7 +++ b/tests/de/step_4/G7 @@ -1,19 +1,22 @@ # !!!! This file is generated automatically, do not edit manually! See end script -puts "TODO ?CR23096 ALL: CHECKSHAPE : Faulty" +puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" puts "TODO CR23096 ALL: NBSHAPES : Faulty" -puts "TODO ?CR23096 ALL: TOLERANCE : Faulty" -puts "TODO ?CR23096 ALL: Error : 2 differences with reference data found :" +puts "TODO CR23096 ALL: TOLERANCE : Faulty" + + +puts "TODO CR23096 Mandriva2010: Error : 2 differences with reference data found :" +puts "TODO CR23096 Debian60-64: Error : 2 differences with reference data found :" set LinuxDiff 2 set filename BUC61004.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 5 ( 52 ) Summary = 5 ( 52 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 5 ( 43 ) Summary = 5 ( 43 ) CHECKSHAPE : Wires = 1 ( 0 ) Faces = 1 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 2523 ( 2523 ) Summary = 16186 ( 16187 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 2523 ( 2523 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 6807 ( 6808 ) -TOLERANCE : MaxTol = 9.829787663 ( 7.812889886 ) AvgTol = 0.01764258407 ( 0.01681519416 ) +TOLERANCE : MaxTol = 9.829787663 ( 7.812889886 ) AvgTol = 0.01764242132 ( 0.01681498017 ) 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 ) diff --git a/tests/de/step_4/G8 b/tests/de/step_4/G8 index 7875df271b..12868a44f9 100644 --- a/tests/de/step_4/G8 +++ b/tests/de/step_4/G8 @@ -6,11 +6,11 @@ set filename bm4_sd_seal_b.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 136 ( 2 ) Summary = 136 ( 2 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 146 ( 11 ) Summary = 146 ( 11 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 3 ( 3 ) Face = 540 ( 540 ) Summary = 2968 ( 2968 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 3 ( 3 ) Face = 540 ( 540 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1202 ( 1202 ) -TOLERANCE : MaxTol = 6.82509241e-006 ( 6.825090868e-006 ) AvgTol = 8.355062781e-007 ( 8.362830936e-007 ) +TOLERANCE : MaxTol = 6.82509241e-006 ( 6.825090868e-006 ) AvgTol = 8.413455292e-007 ( 8.416840454e-007 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_4/H1 b/tests/de/step_4/H1 index e7aa3b5726..b9f5f7f80e 100644 --- a/tests/de/step_4/H1 +++ b/tests/de/step_4/H1 @@ -6,11 +6,11 @@ set filename Inventor_Engine.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 448 ( 559 ) Summary = 448 ( 559 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 448 ( 560 ) Summary = 448 ( 560 ) CHECKSHAPE : Wires = 3 ( 3 ) Faces = 3 ( 3 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 47 ( 47 ) Shell = 47 ( 47 ) Face = 4455 ( 4455 ) Summary = 27797 ( 27799 ) STATSHAPE : Solid = 80 ( 80 ) Shell = 80 ( 80 ) Face = 5359 ( 5359 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 11462 ( 11464 ) -TOLERANCE : MaxTol = 0.8136128 ( 0.8136128 ) AvgTol = 0.0007561423047 ( 0.0007592265679 ) +TOLERANCE : MaxTol = 0.8136128 ( 0.8136128 ) AvgTol = 0.0007561422842 ( 0.0007592268611 ) LABELS : N0Labels = 52 ( 52 ) N1Labels = 86 ( 86 ) N2Labels = 0 ( 0 ) TotalLabels = 138 ( 138 ) NameLabels = 136 ( 136 ) ColorLabels = 47 ( 47 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 11 ( 11 ) diff --git a/tests/de/step_4/H2 b/tests/de/step_4/H2 index c31b3ccb68..fb25e1eb03 100644 --- a/tests/de/step_4/H2 +++ b/tests/de/step_4/H2 @@ -3,11 +3,11 @@ set filename trj10_pm8-ac-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 112 ( 115 ) Summary = 112 ( 115 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 117 ( 120 ) Summary = 117 ( 120 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 25 ( 25 ) Shell = 25 ( 25 ) Face = 2995 ( 2995 ) Summary = 19246 ( 19240 ) STATSHAPE : Solid = 41 ( 41 ) Shell = 41 ( 41 ) Face = 4431 ( 4431 ) FreeWire = 0 ( 0 ) FreeEdge = 12 ( 12 ) SharedEdge = 8025 ( 8025 ) -TOLERANCE : MaxTol = 0.009679269696 ( 0.009679269696 ) AvgTol = 1.720132992e-005 ( 1.724123483e-005 ) +TOLERANCE : MaxTol = 0.009679269696 ( 0.009679269696 ) AvgTol = 1.720173689e-005 ( 1.724163883e-005 ) LABELS : N0Labels = 55 ( 55 ) N1Labels = 76 ( 76 ) N2Labels = 0 ( 0 ) TotalLabels = 131 ( 131 ) NameLabels = 125 ( 125 ) ColorLabels = 31 ( 31 ) LayerLabels = 31 ( 31 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 21 ( 21 ) diff --git a/tests/de/step_4/H3 b/tests/de/step_4/H3 index 1c555338f8..78e408d3ca 100644 --- a/tests/de/step_4/H3 +++ b/tests/de/step_4/H3 @@ -1,14 +1,13 @@ # !!!! This file is generated automatically, do not edit manually! See end script - set filename trj10_pm8-ct-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 57 ( 107 ) Summary = 57 ( 107 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 57 ( 113 ) Summary = 57 ( 113 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 528 ( 528 ) Summary = 3347 ( 3347 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 528 ( 528 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1405 ( 1405 ) -TOLERANCE : MaxTol = 0.1201139499 ( 0.1201139499 ) AvgTol = 0.00138645375 ( 0.001391818021 ) +TOLERANCE : MaxTol = 0.1201139499 ( 0.1201139499 ) AvgTol = 0.001379723391 ( 0.001384670358 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_4/H4 b/tests/de/step_4/H4 index 94aeb465ef..0104940dea 100644 --- a/tests/de/step_4/H4 +++ b/tests/de/step_4/H4 @@ -3,11 +3,11 @@ set filename trj10_pm8-id-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 34 ( 129 ) Summary = 34 ( 129 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 34 ( 124 ) Summary = 34 ( 124 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 2256 ( 2256 ) Summary = 14108 ( 14108 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 2256 ( 2256 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 5915 ( 5915 ) -TOLERANCE : MaxTol = 0.2529794249 ( 0.2529794249 ) AvgTol = 0.01190542868 ( 0.01190573531 ) +TOLERANCE : MaxTol = 0.2529794249 ( 0.2529794249 ) AvgTol = 0.01190535765 ( 0.01190568661 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 5366 ( 5366 ) N2Labels = 0 ( 0 ) TotalLabels = 5367 ( 5367 ) NameLabels = 1 ( 1 ) ColorLabels = 5367 ( 5367 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 1 ( 1 ) Volume = 1 ( 1 ) Area = 1 ( 1 ) NCOLORS : NColors = 6 ( 6 ) diff --git a/tests/de/step_4/H5 b/tests/de/step_4/H5 index 3266077e08..78ffe06da9 100644 --- a/tests/de/step_4/H5 +++ b/tests/de/step_4/H5 @@ -3,11 +3,11 @@ set filename trj10_pm8-ug-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 5 ( 8 ) Summary = 5 ( 8 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 8 ( 8 ) Summary = 8 ( 8 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 523 ( 523 ) Summary = 3681 ( 3681 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 523 ( 523 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1541 ( 1541 ) -TOLERANCE : MaxTol = 0.01219759888 ( 0.05869739556 ) AvgTol = 0.001581026104 ( 0.003535558366 ) +TOLERANCE : MaxTol = 0.01219759888 ( 0.02668085138 ) AvgTol = 0.00158102557 ( 0.002374353417 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 347 ( 347 ) N2Labels = 0 ( 0 ) TotalLabels = 348 ( 348 ) NameLabels = 1 ( 1 ) ColorLabels = 348 ( 348 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) diff --git a/tests/de/step_4/H6 b/tests/de/step_4/H6 index 266d60dbdf..c7a246137b 100644 --- a/tests/de/step_4/H6 +++ b/tests/de/step_4/H6 @@ -3,11 +3,11 @@ set filename trj12_b3-in-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 137 ( 223 ) Summary = 137 ( 223 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 137 ( 225 ) Summary = 137 ( 225 ) CHECKSHAPE : Wires = 2 ( 2 ) Faces = 2 ( 2 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 1026 ( 1026 ) Summary = 6942 ( 6942 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 1026 ( 1026 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2940 ( 2940 ) -TOLERANCE : MaxTol = 7.063803693 ( 7.063803693 ) AvgTol = 0.004074676086 ( 0.004151036788 ) +TOLERANCE : MaxTol = 7.063803693 ( 7.063803693 ) AvgTol = 0.004074972268 ( 0.004152493478 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_4/H7 b/tests/de/step_4/H7 index 924bfb51a5..92a84514be 100644 --- a/tests/de/step_4/H7 +++ b/tests/de/step_4/H7 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 24 ( 35 ) Summary = 24 ( 35 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 808 ( 808 ) Summary = 5106 ( 5106 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 808 ( 808 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2103 ( 2103 ) -TOLERANCE : MaxTol = 0.004098271686 ( 0.004098271686 ) AvgTol = 0.0001631231349 ( 0.0001631379707 ) +TOLERANCE : MaxTol = 0.004098271686 ( 0.004098271686 ) AvgTol = 0.0001631121394 ( 0.0001631269749 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_4/H8 b/tests/de/step_4/H8 index f390aaea4a..a8c2b87873 100644 --- a/tests/de/step_4/H8 +++ b/tests/de/step_4/H8 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 6 ( 31 ) Summary = 6 ( 31 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 1048 ( 1048 ) Summary = 7158 ( 7158 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 1048 ( 1048 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3011 ( 3011 ) -TOLERANCE : MaxTol = 0.2096553196 ( 0.2096553196 ) AvgTol = 0.0001363015367 ( 0.0001365186276 ) +TOLERANCE : MaxTol = 0.2096553196 ( 0.2096553196 ) AvgTol = 0.0001363015085 ( 0.0001365184997 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_4/H9 b/tests/de/step_4/H9 index b3377af288..6f79cfdecd 100644 --- a/tests/de/step_4/H9 +++ b/tests/de/step_4/H9 @@ -3,11 +3,11 @@ set filename trj12_pm10-in-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 79 ( 158 ) Summary = 79 ( 158 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 79 ( 170 ) Summary = 79 ( 170 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 466 ( 466 ) Summary = 2896 ( 2896 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 466 ( 466 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1226 ( 1226 ) -TOLERANCE : MaxTol = 0.04984111401 ( 0.04984111401 ) AvgTol = 0.00242863454 ( 0.002464488228 ) +TOLERANCE : MaxTol = 0.04984111401 ( 0.04984111401 ) AvgTol = 0.002428500694 ( 0.002464637148 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_4/I1 b/tests/de/step_4/I1 index b2028d1da9..87901d382d 100644 --- a/tests/de/step_4/I1 +++ b/tests/de/step_4/I1 @@ -1,16 +1,16 @@ # !!!! This file is generated automatically, do not edit manually! See end script -puts "TODO CR23096 Mandriva2010: CHECKSHAPE : Faulty" +puts "TODO CR23096 Mandriva2010: CHECKSHAPE : Faulty " set LinuxFaulties {CHECKSHAPE} set filename PRO7187.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 203 ( 270 ) Summary = 203 ( 270 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 207 ( 290 ) Summary = 207 ( 290 ) CHECKSHAPE : Wires = 1 ( 1 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 3 ( 3 ) Face = 773 ( 773 ) Summary = 4593 ( 4592 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 3 ( 3 ) Face = 773 ( 773 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1942 ( 1941 ) -TOLERANCE : MaxTol = 0.05634911309 ( 0.05634912743 ) AvgTol = 0.001701009236 ( 0.001724688894 ) +TOLERANCE : MaxTol = 0.05634911309 ( 0.05634912743 ) AvgTol = 0.001751485937 ( 0.001777891629 ) 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 ) diff --git a/tests/de/step_4/I2 b/tests/de/step_4/I2 index 15f5c62644..2d42a10667 100644 --- a/tests/de/step_4/I2 +++ b/tests/de/step_4/I2 @@ -3,11 +3,11 @@ set filename PRO8853.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 325 ( 343 ) Summary = 325 ( 343 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 325 ( 349 ) Summary = 325 ( 349 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) -NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 1858 ( 1858 ) Summary = 12122 ( 12119 ) -STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 1858 ( 1858 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 5033 ( 5030 ) -TOLERANCE : MaxTol = 0.009518071089 ( 0.009517975925 ) AvgTol = 0.0007802070273 ( 0.0007817341352 ) +NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 1858 ( 1858 ) Summary = 12119 ( 12119 ) +STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 1858 ( 1858 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 5030 ( 5030 ) +TOLERANCE : MaxTol = 0.009518071089 ( 0.009517975925 ) AvgTol = 0.0007802764376 ( 0.0007803790317 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 858 ( 858 ) N2Labels = 0 ( 0 ) TotalLabels = 859 ( 859 ) NameLabels = 1 ( 1 ) ColorLabels = 859 ( 859 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/step_4/I3 b/tests/de/step_4/I3 index a5431c7d25..d50026e0ff 100644 --- a/tests/de/step_4/I3 +++ b/tests/de/step_4/I3 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 117 ( 37 ) Summary = 117 ( 37 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 3 ( 3 ) Face = 140 ( 140 ) Summary = 704 ( 704 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 3 ( 3 ) Face = 140 ( 140 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 280 ( 280 ) -TOLERANCE : MaxTol = 0.0004823436197 ( 0.0004827870033 ) AvgTol = 0.0001520643335 ( 0.0001573776642 ) +TOLERANCE : MaxTol = 0.0004823436197 ( 0.0004827870033 ) AvgTol = 0.0001520351263 ( 0.0001573776642 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_5/A1 b/tests/de/step_5/A1 index 9cb0372274..d16d8a669a 100644 --- a/tests/de/step_5/A1 +++ b/tests/de/step_5/A1 @@ -1,16 +1,16 @@ # !!!! This file is generated automatically, do not edit manually! See end script -puts "TODO CR23096 ALL: STATSHAPE : Faulty" -puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: ShapeFix_ComposeShell" +puts "TODO CR23096 ALL: TOLERANCE : Faulty" + set filename Z8INV5.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 119 ( 603 ) Summary = 119 ( 603 ) -CHECKSHAPE : Wires = 16 ( 16 ) Faces = 18 ( 18 ) Shells = 1 ( 1 ) Solids = 0 ( 0 ) -NBSHAPES : Solid = 22 ( 22 ) Shell = 24 ( 24 ) Face = 1520 ( 1519 ) Summary = 11215 ( 11210 ) -STATSHAPE : Solid = 22 ( 22 ) Shell = 24 ( 24 ) Face = 1520 ( 1519 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 4785 ( 4786 ) -TOLERANCE : MaxTol = 7.159520237 ( 7.159520237 ) AvgTol = 0.02392231131 ( 0.03432723702 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 114 ( 619 ) Summary = 114 ( 619 ) +CHECKSHAPE : Wires = 16 ( 17 ) Faces = 18 ( 19 ) Shells = 1 ( 1 ) Solids = 0 ( 0 ) +NBSHAPES : Solid = 22 ( 22 ) Shell = 24 ( 24 ) Face = 1520 ( 1520 ) Summary = 11217 ( 11206 ) +STATSHAPE : Solid = 22 ( 22 ) Shell = 24 ( 24 ) Face = 1520 ( 1520 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 4788 ( 4781 ) +TOLERANCE : MaxTol = 7.33063502 ( 7.159520237 ) AvgTol = 0.03499829069 ( 0.03222638333 ) LABELS : N0Labels = 25 ( 25 ) N1Labels = 23 ( 23 ) N2Labels = 0 ( 0 ) TotalLabels = 48 ( 48 ) NameLabels = 48 ( 48 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_5/A2 b/tests/de/step_5/A2 index 5065afcb46..bdd06271a2 100644 --- a/tests/de/step_5/A2 +++ b/tests/de/step_5/A2 @@ -1,15 +1,16 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: TPSTAT : Faulty" + set filename trj9_pm7-id-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 324 ( 261 ) Summary = 324 ( 261 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 323 ( 263 ) Summary = 323 ( 263 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 2278 ( 2278 ) Summary = 14219 ( 14212 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 2278 ( 2278 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 5964 ( 5957 ) -TOLERANCE : MaxTol = 0.005454457466 ( 0.005454457467 ) AvgTol = 0.0004111700107 ( 0.0004106377588 ) +TOLERANCE : MaxTol = 0.005454457468 ( 0.005454457467 ) AvgTol = 0.0004112220229 ( 0.0004105811714 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 5448 ( 5448 ) N2Labels = 0 ( 0 ) TotalLabels = 5449 ( 5449 ) NameLabels = 1 ( 1 ) ColorLabels = 5449 ( 5449 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 1 ( 1 ) Volume = 1 ( 1 ) Area = 1 ( 1 ) NCOLORS : NColors = 6 ( 6 ) diff --git a/tests/de/step_5/A3 b/tests/de/step_5/A3 index 574a78bd7d..70ff1394fd 100644 --- a/tests/de/step_5/A3 +++ b/tests/de/step_5/A3 @@ -3,11 +3,11 @@ set filename trj9_pm7-ug-214.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 5 ( 8 ) Summary = 5 ( 8 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 8 ( 8 ) Summary = 8 ( 8 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) -NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 523 ( 523 ) Summary = 3681 ( 3681 ) -STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 523 ( 523 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1541 ( 1541 ) -TOLERANCE : MaxTol = 0.01219759888 ( 0.05869739556 ) AvgTol = 0.001581026104 ( 0.003535558366 ) +NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 523 ( 523 ) Summary = 3682 ( 3681 ) +STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 523 ( 523 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1542 ( 1541 ) +TOLERANCE : MaxTol = 0.01219759888 ( 0.02668085138 ) AvgTol = 0.001581478301 ( 0.002374353417 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 347 ( 347 ) N2Labels = 0 ( 0 ) TotalLabels = 348 ( 348 ) NameLabels = 1 ( 1 ) ColorLabels = 348 ( 348 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) diff --git a/tests/de/step_5/A4 b/tests/de/step_5/A4 index 73801a3635..14b8c1b443 100644 --- a/tests/de/step_5/A4 +++ b/tests/de/step_5/A4 @@ -6,11 +6,11 @@ set filename wgehaeuse_solid.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 90 ( 70 ) Summary = 90 ( 70 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 88 ( 70 ) Summary = 88 ( 70 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 37 ( 37 ) Shell = 58 ( 58 ) Face = 2694 ( 2694 ) Summary = 15919 ( 15919 ) STATSHAPE : Solid = 81 ( 81 ) Shell = 104 ( 104 ) Face = 3190 ( 3190 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 6451 ( 6451 ) -TOLERANCE : MaxTol = 0.0796367648 ( 0.0796367648 ) AvgTol = 0.0001931760726 ( 0.0002389619512 ) +TOLERANCE : MaxTol = 0.07893772536 ( 0.07893770763 ) AvgTol = 0.0001930293361 ( 0.0002388152386 ) LABELS : N0Labels = 37 ( 37 ) N1Labels = 76 ( 76 ) N2Labels = 0 ( 0 ) TotalLabels = 113 ( 113 ) NameLabels = 113 ( 113 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_5/A5 b/tests/de/step_5/A5 index 71497e10fb..6913e5c639 100644 --- a/tests/de/step_5/A5 +++ b/tests/de/step_5/A5 @@ -6,11 +6,11 @@ set filename r0801_id.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 220 ( 203 ) Summary = 220 ( 203 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 220 ( 206 ) Summary = 220 ( 206 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 1327 ( 1327 ) Summary = 9260 ( 9174 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 1327 ( 1327 ) FreeWire = 0 ( 0 ) FreeEdge = 84 ( 84 ) SharedEdge = 3872 ( 3871 ) -TOLERANCE : MaxTol = 0.0796871773 ( 0.07968717732 ) AvgTol = 0.0006258568216 ( 0.0006236975279 ) +TOLERANCE : MaxTol = 0.0796871773 ( 0.07968717732 ) AvgTol = 0.0006261194411 ( 0.0006235910117 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 3707 ( 3707 ) N2Labels = 0 ( 0 ) TotalLabels = 3710 ( 3710 ) NameLabels = 5 ( 5 ) ColorLabels = 3706 ( 3706 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 8 ( 8 ) diff --git a/tests/de/step_5/A7 b/tests/de/step_5/A7 index 547cc797fc..b79794807b 100644 --- a/tests/de/step_5/A7 +++ b/tests/de/step_5/A7 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 44 ( 491 ) Summary = 44 ( 491 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 81 ( 81 ) Shell = 82 ( 82 ) Face = 2729 ( 2729 ) Summary = 17298 ( 17298 ) STATSHAPE : Solid = 99 ( 99 ) Shell = 100 ( 100 ) Face = 3044 ( 3044 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 6924 ( 6924 ) -TOLERANCE : MaxTol = 0.009468939314 ( 0.02905820302 ) AvgTol = 0.0002648844815 ( 0.0002774930587 ) +TOLERANCE : MaxTol = 0.009468939314 ( 0.02905820302 ) AvgTol = 0.000265260034 ( 0.0002778661191 ) LABELS : N0Labels = 91 ( 91 ) N1Labels = 102 ( 102 ) N2Labels = 0 ( 0 ) TotalLabels = 193 ( 193 ) NameLabels = 193 ( 193 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 91 ( 91 ) Volume = 91 ( 91 ) Area = 91 ( 91 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/step_5/A8 b/tests/de/step_5/A8 index 34de1600a7..fd9bc396ae 100644 --- a/tests/de/step_5/A8 +++ b/tests/de/step_5/A8 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 0 ) Summary = 4 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 7 ( 7 ) Shell = 7 ( 7 ) Face = 100 ( 100 ) Summary = 627 ( 627 ) STATSHAPE : Solid = 7 ( 7 ) Shell = 7 ( 7 ) Face = 100 ( 100 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 240 ( 240 ) -TOLERANCE : MaxTol = 9.577409428e-007 ( 9.577357701e-007 ) AvgTol = 1.447674861e-007 ( 1.446092978e-007 ) +TOLERANCE : MaxTol = 9.577409428e-007 ( 9.577357701e-007 ) AvgTol = 1.446652204e-007 ( 1.445065804e-007 ) LABELS : N0Labels = 7 ( 7 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 7 ( 7 ) NameLabels = 7 ( 7 ) ColorLabels = 7 ( 7 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 5 ) diff --git a/tests/de/step_5/A9 b/tests/de/step_5/A9 index 04c156864a..3187c246b4 100644 --- a/tests/de/step_5/A9 +++ b/tests/de/step_5/A9 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 0 ) Summary = 4 ( 0 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 7 ( 7 ) Shell = 7 ( 7 ) Face = 100 ( 100 ) Summary = 627 ( 627 ) STATSHAPE : Solid = 7 ( 7 ) Shell = 7 ( 7 ) Face = 100 ( 100 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 240 ( 240 ) -TOLERANCE : MaxTol = 9.577494613e-007 ( 9.577357701e-007 ) AvgTol = 1.439765562e-007 ( 1.438155104e-007 ) +TOLERANCE : MaxTol = 9.577495182e-007 ( 9.577357701e-007 ) AvgTol = 1.43874291e-007 ( 1.43712793e-007 ) LABELS : N0Labels = 7 ( 7 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 7 ( 7 ) NameLabels = 7 ( 7 ) ColorLabels = 7 ( 7 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 5 ) diff --git a/tests/de/step_5/B2 b/tests/de/step_5/B2 index bbeb633b06..fe7a549efc 100644 --- a/tests/de/step_5/B2 +++ b/tests/de/step_5/B2 @@ -6,11 +6,11 @@ set filename tr10_r0601_id.stp set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 220 ( 203 ) Summary = 220 ( 203 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 220 ( 206 ) Summary = 220 ( 206 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 1327 ( 1327 ) Summary = 9260 ( 9174 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 1327 ( 1327 ) FreeWire = 0 ( 0 ) FreeEdge = 84 ( 84 ) SharedEdge = 3872 ( 3871 ) -TOLERANCE : MaxTol = 0.0796871773 ( 0.07968717732 ) AvgTol = 0.0006258568216 ( 0.0006236975279 ) +TOLERANCE : MaxTol = 0.0796871773 ( 0.07968717732 ) AvgTol = 0.0006261194411 ( 0.0006235910117 ) LABELS : N0Labels = 3 ( 3 ) N1Labels = 3707 ( 3707 ) N2Labels = 0 ( 0 ) TotalLabels = 3710 ( 3710 ) NameLabels = 5 ( 5 ) ColorLabels = 3706 ( 3706 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 8 ( 8 ) diff --git a/tests/de/step_5/B4 b/tests/de/step_5/B4 index 2575c24c9b..fcc604d8e1 100644 --- a/tests/de/step_5/B4 +++ b/tests/de/step_5/B4 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 117 ( 39 ) Summary = 117 ( 39 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 1 ( 1 ) Shell = 3 ( 3 ) Face = 140 ( 140 ) Summary = 704 ( 704 ) STATSHAPE : Solid = 1 ( 1 ) Shell = 3 ( 3 ) Face = 140 ( 140 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 280 ( 280 ) -TOLERANCE : MaxTol = 0.0004823436197 ( 0.0004827870033 ) AvgTol = 0.000157560816 ( 0.000165115431 ) +TOLERANCE : MaxTol = 0.0004823436197 ( 0.0004827870033 ) AvgTol = 0.0001575316088 ( 0.000165115431 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 1 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/step_5/B5 b/tests/de/step_5/B5 index 8af36c08a1..212e63a4b3 100644 --- a/tests/de/step_5/B5 +++ b/tests/de/step_5/B5 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 14 ( 6 ) Summary = 14 ( 6 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 37 ( 37 ) Shell = 37 ( 37 ) Face = 1477 ( 1477 ) Summary = 10045 ( 10045 ) STATSHAPE : Solid = 157 ( 157 ) Shell = 157 ( 157 ) Face = 6549 ( 6549 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 4087 ( 4087 ) -TOLERANCE : MaxTol = 9.800652784e-007 ( 9.800405136e-007 ) AvgTol = 1.060761574e-007 ( 1.059616207e-007 ) +TOLERANCE : MaxTol = 9.800652784e-007 ( 9.800405136e-007 ) AvgTol = 1.060552515e-007 ( 1.059616207e-007 ) LABELS : N0Labels = 49 ( 49 ) N1Labels = 207 ( 207 ) N2Labels = 0 ( 0 ) TotalLabels = 256 ( 256 ) NameLabels = 213 ( 213 ) ColorLabels = 80 ( 80 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 21 ( 21 ) diff --git a/tests/xcaf/brep_to_stp_add_CL/I6 b/tests/xcaf/brep_to_stp_add_CL/I6 index 16437da082..f80ef5672e 100644 --- a/tests/xcaf/brep_to_stp_add_CL/I6 +++ b/tests/xcaf/brep_to_stp_add_CL/I6 @@ -4,14 +4,13 @@ puts "TODO OCC23213 ALL: Error : Compared documents have different LAYERS for th puts "TODO OCC23213 ALL: Error : Compared documents have different LAYERS for the shape located on 0:1:1:7 label" -#puts "TODO OCC23213 ALL: Error : Compared documents have different LAYERS for the shape located on 0:1:1:12 label" +puts "TODO OCC23213 ALL: Error : Compared documents have different LAYERS for the shape located on 0:1:1:12 label" puts "TODO OCC23213 ALL: Error : Compared documents have different LAYERS for the shape located on 0:1:1:15 label" puts "TODO OCC23213 ALL: Error : Compared documents have different LAYERS for the shape located on 0:1:1:18 label" -###don't reproduced IR-2012-10-15-IR-2012-10-12 -###puts "TODO OCC23213 ALL: Error : Compared documents have different LAYERS for the shape located on 0:1:1:23 label" +puts "TODO OCC23213 ALL: Error : Compared documents have different LAYERS for the shape located on 0:1:1:23 label" puts "TODO OCC23213 ALL: Error : errors occur during test"