diff --git a/src/IGESCAFControl/IGESCAFControl_Writer.cxx b/src/IGESCAFControl/IGESCAFControl_Writer.cxx index 819420a7a0..36854a6fc0 100644 --- a/src/IGESCAFControl/IGESCAFControl_Writer.cxx +++ b/src/IGESCAFControl/IGESCAFControl_Writer.cxx @@ -102,7 +102,7 @@ namespace } } - if (!hasReferredShape && !hasComponents) + if (!hasReferredShape && !hasComponents && !thePrevName.IsNull()) { TopoDS_Shape aShape; if (!XCAFDoc_ShapeTool::GetShape (theLabel, aShape)) return; diff --git a/src/IGESToBRep/IGESToBRep_TopoCurve.cxx b/src/IGESToBRep/IGESToBRep_TopoCurve.cxx index 400ba756e5..7cd9b07ac7 100644 --- a/src/IGESToBRep/IGESToBRep_TopoCurve.cxx +++ b/src/IGESToBRep/IGESToBRep_TopoCurve.cxx @@ -391,7 +391,7 @@ TopoDS_Shape IGESToBRep_TopoCurve::Transfer2dCompositeCurve // SendWarning(start,Msg1036); // AddWarning(start, "The Trsf cannot be applied to the entity."); //} - return res; + return res; } //======================================================================= @@ -704,7 +704,7 @@ TopoDS_Shape IGESToBRep_TopoCurve::TransferOffsetCurve } //AddWarning(start, "Transformation skipped (not a similarity)"); } - + SetShapeResult(start, res); return res; } @@ -798,6 +798,7 @@ TopoDS_Shape IGESToBRep_TopoCurve::Transfer2dOffsetCurve res = sfw->Wire(); } } + SetShapeResult(start, res); return res; } @@ -1041,7 +1042,7 @@ TopoDS_Shape IGESToBRep_TopoCurve::TransferTopoBasicCurve if (start->IsKind(STANDARD_TYPE(IGESGeom_CircularArc)) && Handle(IGESGeom_CircularArc)::DownCast (start)->IsClosed()) TheBadCase = Standard_True; - + SetShapeResult(start, myshape); return myedge; } @@ -1214,7 +1215,6 @@ TopoDS_Shape IGESToBRep_TopoCurve::Transfer2dTopoBasicCurve if (start->IsKind(STANDARD_TYPE(IGESGeom_CircularArc)) && Handle(IGESGeom_CircularArc)::DownCast (start)->IsClosed()) TheBadCase = Standard_True; - return myedge; } diff --git a/tests/bugs/iges/bug26047 b/tests/bugs/iges/bug26047 index 30afb375ed..bbddc1d3d4 100644 --- a/tests/bugs/iges/bug26047 +++ b/tests/bugs/iges/bug26047 @@ -87,6 +87,6 @@ if { "$aColorOrig" == "$aColorNew" } { set xst [ XStat D_Copy 1] regexp {Number +of +labels +with +color +link += +([-0-9.+eE]+)} $xst full nbshcolor_Copy -if {$nbshcolor_Copy != 31} { +if {$nbshcolor_Copy != 33} { puts "Error: incorrect count of color links to shapes" } diff --git a/tests/bugs/iges/bug29435 b/tests/bugs/iges/bug29435 new file mode 100644 index 0000000000..f1f27a21ad --- /dev/null +++ b/tests/bugs/iges/bug29435 @@ -0,0 +1,34 @@ +puts "============" +puts "0029435: Data Exchange, Exporting wires consisting of more than one edge results in loss of color data in IGES" +puts "============" + +pload XDE +catch { Close D } +catch { Close D1 } + +vertex v1 -25 0 0 +vertex v2 -25 -7.5 0 +edge e1 v1 v2 + +point p2 -25 -7.5 0 +point p3 0 -15 0 +point p4 25 -7.5 0 +catch {gcarc arc cir p2 p3 p4} +mkedge e2 arc + +wire w1 e1 e2 + +XNewDoc D +XAddShape D w1 1 +XSetColor D 0:1:1:1 128 128 0 + +WriteIges D $imagedir/${casename}.igs +ReadIges D1 $imagedir/${casename}.igs + +set color_orig [XGetAllColors D] +set color_comp [XGetAllColors D1] + +if { $color_orig != $color_comp } { + puts "Error: incorrect color transfer" +} +file delete $imagedir/${casename}.igs diff --git a/tests/bugs/iges/bug29435_1 b/tests/bugs/iges/bug29435_1 new file mode 100644 index 0000000000..d384decd1a --- /dev/null +++ b/tests/bugs/iges/bug29435_1 @@ -0,0 +1,36 @@ +puts "============" +puts "0029435: Data Exchange, Exporting wires consisting of more than one edge results in loss of color data in IGES" +puts "============" + +pload XDE MODELING VISUALIZATION +catch { Close D } +catch { Close D1 } + +vertex v1 -25 0 0 +vertex v2 -25 -7.5 0 +edge e1 v1 v2 + +point p2 -25 -7.5 0 +point p3 0 -15 0 +point p4 25 -7.5 0 +catch {gcarc arc cir p2 p3 p4} +mkedge e2 arc + +wire w1 e1 e2 + +XNewDoc D +XAddShape D w1 1 +XExpand D 0 0:1:1:1 +XSetColor D 0:1:1:2 0 128 0 +XSetColor D 0:1:1:3 128 0 0 + +WriteIges D $imagedir/${casename}.igs +ReadIges D1 $imagedir/${casename}.igs + +set color_orig [XGetAllColors D] +set color_comp [XGetAllColors D1] + +if { $color_orig != $color_comp } { + puts "Error: incorrect color transfer" +} +file delete $imagedir/${casename}.igs diff --git a/tests/de/iges_1/A1 b/tests/de/iges_1/A1 index 4f84162b38..47e04a513c 100644 --- a/tests/de/iges_1/A1 +++ b/tests/de/iges_1/A1 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 352 ( 9135 ) Summary = 352 ( 9 CHECKSHAPE : Wires = 1 ( 1 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 673 ( 673 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 673 ( 673 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.1926431182 ( 0.1926431182 ) AvgTol = 0.0001428985226 ( 0.0001426024625 ) +TOLERANCE : MaxTol = 0.1926431182 ( 0.1926431182 ) AvgTol = 0.0001428004407 ( 0.0001426024625 ) 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/A2 b/tests/de/iges_1/A2 index c927fd8c73..ca1adace86 100644 --- a/tests/de/iges_1/A2 +++ b/tests/de/iges_1/A2 @@ -1,7 +1,7 @@ # !!!! This file is generated automatically, do not edit manually! See end script set filename buc40130.igs -# set min as local length unit +# set min as local lenght unit set lengthunit_start "min" set ref_data { diff --git a/tests/de/iges_1/A6 b/tests/de/iges_1/A6 index bfe2242f2c..ffcb761244 100644 --- a/tests/de/iges_1/A6 +++ b/tests/de/iges_1/A6 @@ -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 = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1416 ( 1416 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1416 ( 1416 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9671829226 ( 0.9671829226 ) AvgTol = 0.01310885057 ( 0.01311108309 ) +TOLERANCE : MaxTol = 0.9671829226 ( 0.9671829226 ) AvgTol = 0.01310885056 ( 0.01311108309 ) 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/A7 b/tests/de/iges_1/A7 index d0649cf874..6b0bcfb0b5 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 455 ( 455 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.007446262663 ( 0.007330725585 ) AvgTol = 1.640369768e-005 ( 1.01902787e-005 ) +TOLERANCE : MaxTol = 0.007446262663 ( 0.007330725585 ) AvgTol = 1.640370482e-05 ( 1.01902787e-05 ) 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/A8 b/tests/de/iges_1/A8 index b4acd3a6d9..6ba3beeea2 100644 --- a/tests/de/iges_1/A8 +++ b/tests/de/iges_1/A8 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 10 ) Summary = 0 ( 10 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 954 ( 954 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 954 ( 954 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9723189972 ( 0.9723189972 ) AvgTol = 0.007899106621 ( 0.007903239656 ) +TOLERANCE : MaxTol = 0.9723189972 ( 0.9723189972 ) AvgTol = 0.007899106609 ( 0.007903239656 ) 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/B1 b/tests/de/iges_1/B1 index d1ceceacee..9149bf67dc 100644 --- a/tests/de/iges_1/B1 +++ b/tests/de/iges_1/B1 @@ -7,7 +7,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 = 0 ( 0 ) Face = 1137 ( 1137 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1137 ( 1137 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9916912901 ( 0.9916912901 ) AvgTol = 0.04552760559 ( 0.04552924379 ) +TOLERANCE : MaxTol = 0.9916912901 ( 0.9916912901 ) AvgTol = 0.0455276023 ( 0.04552924379 ) 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/B2 b/tests/de/iges_1/B2 index 33da506bce..ee4f57e76a 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 7 ( 7 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) 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/B3 b/tests/de/iges_1/B3 index 57f7b77a0f..d680f15a1f 100644 --- a/tests/de/iges_1/B3 +++ b/tests/de/iges_1/B3 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 2 ) Warnings = 49 ( 109 ) Summary = 49 ( 111 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 102 ( 102 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 102 ( 102 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9428103106 ( 0.9428103191 ) AvgTol = 0.0470388193 ( 0.04704464574 ) +TOLERANCE : MaxTol = 0.9428103106 ( 0.9428103191 ) AvgTol = 0.04703871978 ( 0.04704464574 ) LABELS : N0Labels = 102 ( 102 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 102 ( 102 ) NameLabels = 102 ( 102 ) ColorLabels = 0 ( 0 ) LayerLabels = 102 ( 102 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/iges_1/B4 b/tests/de/iges_1/B4 index 9c480c2486..96cd13e732 100644 --- a/tests/de/iges_1/B4 +++ b/tests/de/iges_1/B4 @@ -1,7 +1,10 @@ # !!!! This file is generated automatically, do not edit manually! See end script +puts "TODO CR23096 ALL: LABELS : Faulty" + + set filename t500core.igs -# set min as local length unit +# set min as local lenght unit set lengthunit_start "min" set ref_data { @@ -11,7 +14,7 @@ CHECKSHAPE : Wires = 5 ( 5 ) Faces = 5 ( 5 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 674 ( 674 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 674 ( 674 ) FreeWire = 0 ( 0 ) TOLERANCE : MaxTol = 0.9933031338 ( 0.9932065271 ) AvgTol = 0.0725721901 ( 0.07359500431 ) -LABELS : N0Labels = 702 ( 702 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 702 ( 702 ) NameLabels = 702 ( 702 ) ColorLabels = 16 ( 16 ) LayerLabels = 702 ( 702 ) +LABELS : N0Labels = 702 ( 702 ) N1Labels = 0 ( 1977 ) N2Labels = 0 ( 0 ) TotalLabels = 702 ( 2679 ) NameLabels = 702 ( 702 ) ColorLabels = 16 ( 1993 ) LayerLabels = 702 ( 2679 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) COLORS : Colors = WHITE ( WHITE ) diff --git a/tests/de/iges_1/B5 b/tests/de/iges_1/B5 index 21c15b8bca..e00a14281d 100644 --- a/tests/de/iges_1/B5 +++ b/tests/de/iges_1/B5 @@ -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 = 266 ( 266 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 266 ( 266 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9647320607 ( 0.9647320724 ) AvgTol = 0.09372541107 ( 0.09372566113 ) +TOLERANCE : MaxTol = 0.9647320607 ( 0.9647320724 ) AvgTol = 0.09372539022 ( 0.09372566113 ) LABELS : N0Labels = 266 ( 266 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 266 ( 266 ) NameLabels = 266 ( 266 ) 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/B6 b/tests/de/iges_1/B6 index ea22afef41..b40c82a477 100644 --- a/tests/de/iges_1/B6 +++ b/tests/de/iges_1/B6 @@ -11,7 +11,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 ) STATSHAPE : Solid = 0 ( 30 ) Shell = 0 ( 30 ) Face = 390 ( 390 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.03576190045 ( 0.03576190009 ) AvgTol = 8.622709676e-005 ( 0.0003710475458 ) +TOLERANCE : MaxTol = 0.03576190045 ( 0.03576190009 ) AvgTol = 8.622070887e-005 ( 0.0003710475458 ) 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/B7 b/tests/de/iges_1/B7 index 6f0c3cb48d..19cdf03959 100644 --- a/tests/de/iges_1/B7 +++ b/tests/de/iges_1/B7 @@ -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 = 0 ( 0 ) Shell = 0 ( 0 ) Face = 277 ( 277 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 277 ( 277 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 5.931727679e-005 ( 5.926478162e-005 ) AvgTol = 2.259319372e-006 ( 9.456854522e-006 ) +TOLERANCE : MaxTol = 5.931727677e-05 ( 5.926478166e-05 ) AvgTol = 2.259319204e-06 ( 9.456854522e-06 ) LABELS : N0Labels = 277 ( 277 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 277 ( 277 ) NameLabels = 277 ( 277 ) 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 e9c3cf2353..6a9b1f61f6 100644 --- a/tests/de/iges_1/B8 +++ b/tests/de/iges_1/B8 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 136 ( 143 ) Summary = 136 ( 14 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1071 ( 1071 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1071 ( 1071 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9959055336 ( 0.995905536 ) AvgTol = 0.05477449409 ( 0.05477464144 ) +TOLERANCE : MaxTol = 0.9959055336 ( 0.995905536 ) AvgTol = 0.05477449407 ( 0.05477464144 ) LABELS : N0Labels = 1071 ( 1071 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1071 ( 1071 ) NameLabels = 1071 ( 1071 ) 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/B9 b/tests/de/iges_1/B9 index 25ae34ccc6..4ebd2a3e26 100644 --- a/tests/de/iges_1/B9 +++ b/tests/de/iges_1/B9 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 2 ) Warnings = 33 ( 18 ) Summary = 33 ( 20 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2430 ( 2430 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2430 ( 2430 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9991343001 ( 0.9991342868 ) AvgTol = 0.02628258114 ( 0.02628281314 ) +TOLERANCE : MaxTol = 0.9991343001 ( 0.9991342868 ) AvgTol = 0.02628258144 ( 0.02628281314 ) LABELS : N0Labels = 2430 ( 2430 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 2430 ( 2430 ) NameLabels = 2430 ( 2430 ) 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/C1 b/tests/de/iges_1/C1 index e123e888fa..d6cda05102 100644 --- a/tests/de/iges_1/C1 +++ b/tests/de/iges_1/C1 @@ -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 = 0 ( 0 ) Shell = 0 ( 0 ) Face = 34 ( 34 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 34 ( 34 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9671317357 ( 0.9671317236 ) AvgTol = 0.04927116121 ( 0.04927208372 ) +TOLERANCE : MaxTol = 0.9671317357 ( 0.9671317236 ) AvgTol = 0.04927126943 ( 0.04927208372 ) LABELS : N0Labels = 2 ( 2 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 2 ( 2 ) NameLabels = 2 ( 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/iges_1/C3 b/tests/de/iges_1/C3 index 6ca7cf7488..e54c67c3e8 100644 --- a/tests/de/iges_1/C3 +++ b/tests/de/iges_1/C3 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 6 ( 24 ) Summary = 6 ( 24 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 48 ( 48 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 48 ( 48 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9965425609 ( 0.9965425534 ) AvgTol = 0.01070529537 ( 0.01071062866 ) +TOLERANCE : MaxTol = 0.9965425609 ( 0.9965425534 ) AvgTol = 0.0107051528 ( 0.01071062866 ) 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/C5 b/tests/de/iges_1/C5 index 1afa4cfbc7..7ec1b27de3 100644 --- a/tests/de/iges_1/C5 +++ b/tests/de/iges_1/C5 @@ -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 = 14 ( 14 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 14 ( 14 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 4.00004e-005 ( 4.00004e-005 ) AvgTol = 3.127856609e-006 ( 3.127856609e-006 ) +TOLERANCE : MaxTol = 4.00004e-05 ( 4.00004e-05 ) AvgTol = 3.127856609e-06 ( 3.127856609e-06 ) 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/C7 b/tests/de/iges_1/C7 index ea25c7c056..928a582a5a 100644 --- a/tests/de/iges_1/C7 +++ b/tests/de/iges_1/C7 @@ -1,4 +1,7 @@ # !!!! This file is generated automatically, do not edit manually! See end script +puts "TODO CR23096 ALL: LABELS : Faulty" + + set filename CTS21136.igs set ref_data { @@ -7,8 +10,8 @@ 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 206 ( 206 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.2688118771 ( 0.2688118774 ) AvgTol = 0.0006731605747 ( 0.0006730231846 ) -LABELS : N0Labels = 210 ( 210 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 210 ( 210 ) NameLabels = 210 ( 210 ) ColorLabels = 210 ( 210 ) LayerLabels = 210 ( 210 ) +TOLERANCE : MaxTol = 0.2688118771 ( 0.2688118774 ) AvgTol = 0.0006737414948 ( 0.0006736040557 ) +LABELS : N0Labels = 210 ( 210 ) N1Labels = 0 ( 722 ) N2Labels = 0 ( 0 ) TotalLabels = 210 ( 932 ) NameLabels = 210 ( 210 ) ColorLabels = 210 ( 932 ) LayerLabels = 210 ( 932 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 7 ( 7 ) COLORS : Colors = BURLYWOOD1 DARKORANGE DEEPSKYBLUE1 GRAY79 MAGENTA MEDIUMSPRINGGREEN WHITE ( BURLYWOOD1 DARKORANGE DEEPSKYBLUE1 GRAY79 MAGENTA MEDIUMSPRINGGREEN WHITE ) diff --git a/tests/de/iges_1/C8 b/tests/de/iges_1/C8 index e693b94838..d6d7290958 100644 --- a/tests/de/iges_1/C8 +++ b/tests/de/iges_1/C8 @@ -1,5 +1,6 @@ # !!!! This file is generated automatically, do not edit manually! See end script -puts "TODO CR30889 ALL: TPSTAT : Faulty" +puts "TODO CR23096 ALL: TPSTAT : Faulty" + set filename CTS21866.igs @@ -9,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 92 ( 91 ) Summary = 92 ( 91 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1459 ( 1459 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1459 ( 1459 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9346509485 ( 0.9346509437 ) AvgTol = 0.02356720346 ( 0.02356775059 ) +TOLERANCE : MaxTol = 0.9346509485 ( 0.9346509437 ) AvgTol = 0.0235672036 ( 0.02356775059 ) LABELS : N0Labels = 1459 ( 1459 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1459 ( 1459 ) NameLabels = 1459 ( 1459 ) 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/D1 b/tests/de/iges_1/D1 index c62b49c917..ff3954a26c 100644 --- a/tests/de/iges_1/D1 +++ b/tests/de/iges_1/D1 @@ -10,7 +10,7 @@ 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 = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1029 ( 1029 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1029 ( 1029 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9998969699 ( 0.9998969699 ) AvgTol = 0.03184824261 ( 0.0318753182 ) +TOLERANCE : MaxTol = 0.9998969699 ( 0.9998969699 ) AvgTol = 0.03184823131 ( 0.0318752683 ) 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/D3 b/tests/de/iges_1/D3 index da9f058c01..13afff119a 100644 --- a/tests/de/iges_1/D3 +++ b/tests/de/iges_1/D3 @@ -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 = 537 ( 537 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 537 ( 537 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.915878389 ( 0.9159699741 ) AvgTol = 0.08054961053 ( 0.08054975206 ) +TOLERANCE : MaxTol = 0.915878389 ( 0.9159699741 ) AvgTol = 0.08054960721 ( 0.08054975206 ) LABELS : N0Labels = 537 ( 537 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 537 ( 537 ) NameLabels = 537 ( 537 ) 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/D4 b/tests/de/iges_1/D4 index 20b7c2e01d..6abfb07ffd 100644 --- a/tests/de/iges_1/D4 +++ b/tests/de/iges_1/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 = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) FreeWire = 1 ( 1 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) 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/D5 b/tests/de/iges_1/D5 index 1627dc0975..e5a5d98269 100644 --- a/tests/de/iges_1/D5 +++ b/tests/de/iges_1/D5 @@ -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 = 1 ( 1 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1 ( 1 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 2.287521125e-007 ( 2.287522163e-007 ) AvgTol = 1.556878583e-007 ( 1.550159842e-007 ) +TOLERANCE : MaxTol = 2.287521125e-07 ( 2.287522163e-07 ) AvgTol = 1.556878583e-07 ( 1.550159842e-07 ) 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/D6 b/tests/de/iges_1/D6 index bb8df81698..00c0c3b14d 100644 --- a/tests/de/iges_1/D6 +++ b/tests/de/iges_1/D6 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 321 ) Summary = 0 ( 321 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 192 ( 192 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 192 ( 192 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1.001437005e-005 ( 1e-005 ) AvgTol = 1.823424033e-006 ( 9.520967742e-006 ) +TOLERANCE : MaxTol = 1.001437005e-05 ( 1e-05 ) AvgTol = 1.763057704e-06 ( 9.520967742e-06 ) LABELS : N0Labels = 198 ( 198 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 198 ( 198 ) NameLabels = 198 ( 198 ) 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 1c0b212c56..7a1a819c00 100644 --- a/tests/de/iges_1/D7 +++ b/tests/de/iges_1/D7 @@ -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: COLORS : Faulty" set filename CTS21884.igs @@ -13,8 +14,8 @@ STATSHAPE : Solid = 0 ( 1 ) Shell = 0 ( 1 ) Face = 180 ( 180 ) TOLERANCE : MaxTol = 0.04953179108 ( 0.04952683977 ) AvgTol = 0.005022179244 ( 0.01224474253 ) 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 ) -COLORS : Colors = WHITE ( WHITE ) +NCOLORS : NColors = 1 ( 2 ) +COLORS : Colors = WHITE ( CYAN WHITE ) NLAYERS : NLayers = 0 ( 0 ) LAYERS : Layers = ( ) diff --git a/tests/de/iges_1/D8 b/tests/de/iges_1/D8 index b3e556bdd2..740175c44e 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 189 ( 189 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9674930965 ( 0.9674931058 ) AvgTol = 0.07394156078 ( 0.07394139392 ) +TOLERANCE : MaxTol = 0.9674930965 ( 0.9674931058 ) AvgTol = 0.07394152732 ( 0.07394137168 ) 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/E2 b/tests/de/iges_1/E2 index 127d8e0a08..e3c50b3fc5 100644 --- a/tests/de/iges_1/E2 +++ b/tests/de/iges_1/E2 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 8 ( 205 ) Summary = 8 ( 205 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 309 ( 309 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 309 ( 309 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9528326294 ( 0.952832627 ) AvgTol = 0.02908510937 ( 0.02909176809 ) +TOLERANCE : MaxTol = 0.9528326294 ( 0.952832627 ) AvgTol = 0.02908508281 ( 0.02909145501 ) LABELS : N0Labels = 309 ( 309 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 309 ( 309 ) NameLabels = 309 ( 309 ) ColorLabels = 309 ( 309 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/iges_1/E3 b/tests/de/iges_1/E3 index 558fc98fd2..de7eb38477 100644 --- a/tests/de/iges_1/E3 +++ b/tests/de/iges_1/E3 @@ -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 = 12 ( 12 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 12 ( 12 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.015577035 ( 0.015577035 ) AvgTol = 0.00522937151 ( 0.00522974902 ) +TOLERANCE : MaxTol = 0.015577035 ( 0.015577035 ) AvgTol = 0.005229227375 ( 0.00522974902 ) 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/E4 b/tests/de/iges_1/E4 index 33aff9fae0..cc56cbec20 100644 --- a/tests/de/iges_1/E4 +++ b/tests/de/iges_1/E4 @@ -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 = 12 ( 12 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 12 ( 12 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) LABELS : N0Labels = 12 ( 12 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 12 ( 12 ) NameLabels = 12 ( 12 ) ColorLabels = 12 ( 12 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/iges_1/E5 b/tests/de/iges_1/E5 index 00a473d5c5..ed23bc547a 100644 --- a/tests/de/iges_1/E5 +++ b/tests/de/iges_1/E5 @@ -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 = 2 ( 2 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2 ( 2 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) LABELS : N0Labels = 2 ( 2 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 2 ( 2 ) NameLabels = 2 ( 2 ) ColorLabels = 2 ( 2 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/iges_1/E6 b/tests/de/iges_1/E6 index 292198b2c5..d0548cdb78 100644 --- a/tests/de/iges_1/E6 +++ b/tests/de/iges_1/E6 @@ -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 = 1 ( 1 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1 ( 1 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) 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/E7 b/tests/de/iges_1/E7 index b7b18e894a..84d6d57c60 100644 --- a/tests/de/iges_1/E7 +++ b/tests/de/iges_1/E7 @@ -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 = 13 ( 13 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 13 ( 13 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) 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/E9 b/tests/de/iges_1/E9 index 3a4a1bd3d8..99a1859153 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 130 ( 130 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) 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/F1 b/tests/de/iges_1/F1 index 316a40bce5..b8bc1b08f4 100644 --- a/tests/de/iges_1/F1 +++ b/tests/de/iges_1/F1 @@ -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 = 6 ( 6 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 6 ( 6 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) 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 01122d5c3e..5d232cafb2 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 68 ( 68 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) 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/F4 b/tests/de/iges_1/F4 index 5e10eb4d94..fde96e8399 100644 --- a/tests/de/iges_1/F4 +++ b/tests/de/iges_1/F4 @@ -7,7 +7,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 = 23 ( 23 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 23 ( 23 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.7088972898 ( 0.7088972898 ) AvgTol = 0.007706834255 ( 0.007716106329 ) +TOLERANCE : MaxTol = 0.7088972898 ( 0.7088972898 ) AvgTol = 0.007706834255 ( 0.007714069568 ) LABELS : N0Labels = 23 ( 23 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 23 ( 23 ) NameLabels = 23 ( 23 ) 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/iges_1/F5 b/tests/de/iges_1/F5 index 8519283126..a345027671 100644 --- a/tests/de/iges_1/F5 +++ b/tests/de/iges_1/F5 @@ -3,11 +3,11 @@ set filename upm_italie.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 34 ( 35 ) Summary = 34 ( 35 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 35 ( 35 ) Summary = 35 ( 35 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 530 ( 530 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 530 ( 530 ) FreeWire = 2 ( 2 ) -TOLERANCE : MaxTol = 0.0469660729 ( 0.0469660729 ) AvgTol = 0.0008698532271 ( 0.0008698588026 ) +TOLERANCE : MaxTol = 0.0469660729 ( 0.0469660729 ) AvgTol = 0.0008698587781 ( 0.0008698588026 ) 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 9047ae8d42..1336a5a739 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) FreeWire = 2 ( 2 ) -TOLERANCE : MaxTol = 1.946144384e-005 ( 1.946144167e-005 ) AvgTol = 3.118935701e-006 ( 3.98657152e-006 ) +TOLERANCE : MaxTol = 1.946144384e-05 ( 1.946144167e-05 ) AvgTol = 3.118935701e-06 ( 3.98657152e-06 ) 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 9b5a0971b5..89968aecb1 100644 --- a/tests/de/iges_1/F7 +++ b/tests/de/iges_1/F7 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 87 ) Summary = 0 ( 87 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 65 ( 65 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 65 ( 65 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 4.714980615e-005 ( 4.713077152e-005 ) AvgTol = 4.184005069e-006 ( 4.220814103e-006 ) +TOLERANCE : MaxTol = 4.714980615e-05 ( 4.713077152e-05 ) AvgTol = 4.184005069e-06 ( 4.220814103e-06 ) LABELS : N0Labels = 65 ( 65 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 65 ( 65 ) NameLabels = 65 ( 65 ) ColorLabels = 0 ( 0 ) LayerLabels = 65 ( 65 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/iges_1/F9 b/tests/de/iges_1/F9 index cb2c36dfc3..7c864b23aa 100644 --- a/tests/de/iges_1/F9 +++ b/tests/de/iges_1/F9 @@ -7,7 +7,7 @@ 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 = 0 ( 0 ) Shell = 0 ( 0 ) Face = 622 ( 622 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 622 ( 622 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9474413117 ( 0.9474413171 ) AvgTol = 0.04457091758 ( 0.04457487011 ) +TOLERANCE : MaxTol = 0.9474413117 ( 0.9474413171 ) AvgTol = 0.04457091645 ( 0.04457487011 ) LABELS : N0Labels = 622 ( 622 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 622 ( 622 ) NameLabels = 622 ( 622 ) 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/G1 b/tests/de/iges_1/G1 index e7f02e7862..b28f7cc1ba 100644 --- a/tests/de/iges_1/G1 +++ b/tests/de/iges_1/G1 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 2 ( 2 ) Summary = 2 ( 2 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 228 ( 228 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 228 ( 228 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9908409583 ( 0.9908409583 ) AvgTol = 0.05061444142 ( 0.05061547001 ) +TOLERANCE : MaxTol = 0.9908409583 ( 0.9908409583 ) AvgTol = 0.05061440182 ( 0.05061547001 ) 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/G7 b/tests/de/iges_1/G7 index 485da98c16..ac5360338e 100755 --- a/tests/de/iges_1/G7 +++ b/tests/de/iges_1/G7 @@ -11,8 +11,8 @@ 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 = 0 ( 0 ) Shell = 0 ( 0 ) Face = 410 ( 410 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 410 ( 410 ) FreeWire = 410 ( 410 ) -TOLERANCE : MaxTol = 0.6309534605 ( 0.6309534603 ) AvgTol = 0.01007170672 ( 0.0100718085 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 1651 ( 2079 ) N2Labels = 0 ( 0 ) TotalLabels = 1652 ( 2080 ) NameLabels = 1652 ( 2053 ) ColorLabels = 1651 ( 2079 ) LayerLabels = 0 ( 0 ) +TOLERANCE : MaxTol = 0.6309534605 ( 0.6309534603 ) AvgTol = 0.01007170646 ( 0.0100718085 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 1026 ( 2194 ) N2Labels = 0 ( 0 ) TotalLabels = 1027 ( 2195 ) NameLabels = 1027 ( 1428 ) ColorLabels = 1026 ( 2194 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) COLORS : Colors = WHITE ( WHITE ) diff --git a/tests/de/iges_1/G8 b/tests/de/iges_1/G8 index a6a1e23bca..60f9cda3c5 100644 --- a/tests/de/iges_1/G8 +++ b/tests/de/iges_1/G8 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 76 ) Summary = 0 ( 76 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 79 ( 79 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 79 ( 79 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 6.019859301e-006 ( 1e-005 ) AvgTol = 2.732867219e-007 ( 7.554593913e-006 ) +TOLERANCE : MaxTol = 6.019859301e-06 ( 1e-05 ) AvgTol = 2.732866732e-07 ( 7.554593913e-06 ) LABELS : N0Labels = 79 ( 79 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 79 ( 79 ) NameLabels = 79 ( 79 ) 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/G9 b/tests/de/iges_1/G9 index e1893861ba..20eecf42ce 100755 --- a/tests/de/iges_1/G9 +++ b/tests/de/iges_1/G9 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 165 ( 4158 ) Summary = 165 ( 4 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 448 ( 448 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 448 ( 448 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.08683083502 ( 0.04341528762 ) AvgTol = 0.0008699009572 ( 0.000787655961 ) +TOLERANCE : MaxTol = 0.08683083502 ( 0.04341528762 ) AvgTol = 0.0008696507533 ( 0.000787655961 ) 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/H1 b/tests/de/iges_1/H1 index 1a49faf499..136c9c5a12 100644 --- a/tests/de/iges_1/H1 +++ b/tests/de/iges_1/H1 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 2 ( 119 ) Summary = 2 ( 119 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 48 ( 48 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 48 ( 48 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.4654616407 ( 0.4654616407 ) AvgTol = 0.01534289116 ( 0.01534994104 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 48 ( 304 ) N2Labels = 0 ( 0 ) TotalLabels = 49 ( 305 ) NameLabels = 49 ( 72 ) ColorLabels = 48 ( 304 ) LayerLabels = 0 ( 0 ) +TOLERANCE : MaxTol = 0.4654616407 ( 0.4654616407 ) AvgTol = 0.01534276289 ( 0.01534994104 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 48 ( 391 ) N2Labels = 0 ( 0 ) TotalLabels = 49 ( 392 ) NameLabels = 49 ( 72 ) ColorLabels = 48 ( 391 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) COLORS : Colors = BLUE DARKGREEN WHITE YELLOW ( BLUE DARKGREEN WHITE YELLOW ) diff --git a/tests/de/iges_1/H2 b/tests/de/iges_1/H2 index 22d26a5218..067d8f7f4c 100644 --- a/tests/de/iges_1/H2 +++ b/tests/de/iges_1/H2 @@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 98 ( 98 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 98 ( 98 ) FreeWire = 0 ( 0 ) TOLERANCE : MaxTol = 0.03645053132 ( 0.03645054227 ) AvgTol = 0.0005450433774 ( 0.0005479624657 ) -LABELS : N0Labels = 124 ( 124 ) N1Labels = 0 ( 87 ) N2Labels = 0 ( 0 ) TotalLabels = 124 ( 211 ) NameLabels = 124 ( 124 ) ColorLabels = 124 ( 211 ) LayerLabels = 124 ( 211 ) +LABELS : N0Labels = 124 ( 124 ) N1Labels = 66 ( 181 ) N2Labels = 0 ( 0 ) TotalLabels = 190 ( 305 ) NameLabels = 124 ( 124 ) ColorLabels = 190 ( 305 ) LayerLabels = 190 ( 305 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) COLORS : Colors = GREEN ( GREEN ) diff --git a/tests/de/iges_1/H4 b/tests/de/iges_1/H4 index d6d59444bf..cdc62be0be 100644 --- a/tests/de/iges_1/H4 +++ b/tests/de/iges_1/H4 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 2 ( 13 ) Summary = 2 ( 13 ) CHECKSHAPE : Wires = 2 ( 1 ) Faces = 2 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1477 ( 1477 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1477 ( 1477 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9794963919 ( 0.9794963919 ) AvgTol = 0.03860116877 ( 0.03861778166 ) +TOLERANCE : MaxTol = 0.9794963919 ( 0.9794963919 ) AvgTol = 0.03860116691 ( 0.03861778166 ) 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/H5 b/tests/de/iges_1/H5 index 4cf0d1c823..9ddf585b26 100755 --- a/tests/de/iges_1/H5 +++ b/tests/de/iges_1/H5 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 53 ) Warnings = 72 ( 167 ) Summary = 72 ( 220 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 42 ( 42 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 42 ( 42 ) FreeWire = 8 ( 58 ) -TOLERANCE : MaxTol = 0.01444583491 ( 0.01444583491 ) AvgTol = 0.0002992099519 ( 0.0003004298617 ) -LABELS : N0Labels = 3 ( 6 ) N1Labels = 193 ( 264 ) N2Labels = 0 ( 0 ) TotalLabels = 196 ( 270 ) NameLabels = 144 ( 230 ) ColorLabels = 193 ( 261 ) LayerLabels = 192 ( 209 ) +TOLERANCE : MaxTol = 0.01444583491 ( 0.01444583491 ) AvgTol = 0.0002992098795 ( 0.0003004298617 ) +LABELS : N0Labels = 3 ( 6 ) N1Labels = 197 ( 306 ) N2Labels = 0 ( 0 ) TotalLabels = 200 ( 312 ) NameLabels = 94 ( 180 ) ColorLabels = 197 ( 303 ) LayerLabels = 192 ( 251 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 6 ) COLORS : Colors = BLUE CYAN MAGENTA2 RED TURQUOISE3 WHITE ( BLUE CYAN MAGENTA2 RED TURQUOISE3 WHITE ) diff --git a/tests/de/iges_1/H6 b/tests/de/iges_1/H6 index 9f9427d2da..5b917bc5ed 100644 --- a/tests/de/iges_1/H6 +++ b/tests/de/iges_1/H6 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 5 ) Warnings = 106 ( 832 ) Summary = 106 ( 83 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 208 ( 208 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 208 ( 208 ) FreeWire = 0 ( 32 ) -TOLERANCE : MaxTol = 0.9049033554 ( 0.9049033554 ) AvgTol = 0.01221723065 ( 0.01221855818 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 246 ( 2191 ) N2Labels = 0 ( 0 ) TotalLabels = 247 ( 2192 ) NameLabels = 247 ( 374 ) ColorLabels = 246 ( 2191 ) LayerLabels = 241 ( 2186 ) +TOLERANCE : MaxTol = 0.9049033554 ( 0.9049033554 ) AvgTol = 0.01221722752 ( 0.01221855818 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 246 ( 2694 ) N2Labels = 0 ( 0 ) TotalLabels = 247 ( 2695 ) NameLabels = 215 ( 342 ) ColorLabels = 246 ( 2694 ) LayerLabels = 241 ( 2689 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 5 ) COLORS : Colors = CYAN GREEN RED WHITE YELLOW ( CYAN GREEN RED WHITE YELLOW ) diff --git a/tests/de/iges_1/H7 b/tests/de/iges_1/H7 index ef988babdf..cffd1c0fe7 100755 --- a/tests/de/iges_1/H7 +++ b/tests/de/iges_1/H7 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 53 ) Warnings = 3 ( 637 ) Summary = 3 ( 690 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1766 ( 1766 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1766 ( 1766 ) FreeWire = 0 ( 2 ) -TOLERANCE : MaxTol = 0.1881003203 ( 0.1881003203 ) AvgTol = 0.000455843831 ( 0.0004561112402 ) -LABELS : N0Labels = 3 ( 6 ) N1Labels = 1868 ( 3154 ) N2Labels = 0 ( 0 ) TotalLabels = 1871 ( 3160 ) NameLabels = 1819 ( 2019 ) ColorLabels = 1868 ( 3151 ) LayerLabels = 1868 ( 3100 ) +TOLERANCE : MaxTol = 0.1881003203 ( 0.1881003203 ) AvgTol = 0.0004558431471 ( 0.0004561112402 ) +LABELS : N0Labels = 3 ( 6 ) N1Labels = 1868 ( 3534 ) N2Labels = 0 ( 0 ) TotalLabels = 1871 ( 3540 ) NameLabels = 1817 ( 2017 ) ColorLabels = 1868 ( 3531 ) LayerLabels = 1868 ( 3480 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 5 ) COLORS : Colors = BLUE MAGENTA2 ORANGE RED WHITE ( BLUE MAGENTA2 ORANGE RED WHITE ) diff --git a/tests/de/iges_1/H8 b/tests/de/iges_1/H8 index 9584ff2a71..cb75c585ea 100644 --- a/tests/de/iges_1/H8 +++ b/tests/de/iges_1/H8 @@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 208 ( 208 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 208 ( 208 ) FreeWire = 0 ( 0 ) TOLERANCE : MaxTol = 0.1393674657 ( 0.1393674657 ) AvgTol = 0.003094503419 ( 0.003090745184 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 214 ( 3725 ) N2Labels = 0 ( 0 ) TotalLabels = 215 ( 3726 ) NameLabels = 215 ( 330 ) ColorLabels = 214 ( 3725 ) LayerLabels = 209 ( 3720 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 214 ( 3801 ) N2Labels = 0 ( 0 ) TotalLabels = 215 ( 3802 ) NameLabels = 215 ( 330 ) ColorLabels = 214 ( 3801 ) LayerLabels = 209 ( 3796 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 5 ) COLORS : Colors = CYAN GREEN RED WHITE YELLOW ( CYAN GREEN RED WHITE YELLOW ) diff --git a/tests/de/iges_1/H9 b/tests/de/iges_1/H9 index c37838dd03..be5588691a 100644 --- a/tests/de/iges_1/H9 +++ b/tests/de/iges_1/H9 @@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 22 ( 22 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 22 ( 22 ) FreeWire = 6 ( 6 ) TOLERANCE : MaxTol = 0.9257818164 ( 0.9257819919 ) AvgTol = 0.02303074348 ( 0.02303069465 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 131 ( 244 ) N2Labels = 0 ( 0 ) TotalLabels = 132 ( 245 ) NameLabels = 132 ( 149 ) ColorLabels = 131 ( 244 ) LayerLabels = 131 ( 244 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 136 ( 311 ) N2Labels = 0 ( 0 ) TotalLabels = 137 ( 312 ) NameLabels = 132 ( 149 ) ColorLabels = 136 ( 311 ) LayerLabels = 131 ( 311 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) COLORS : Colors = BLUE GREEN STEELBLUE2 VIOLETRED2 ( BLUE GREEN STEELBLUE2 VIOLETRED2 ) diff --git a/tests/de/iges_1/I1 b/tests/de/iges_1/I1 index e6946a16c5..d1a14fb12d 100644 --- a/tests/de/iges_1/I1 +++ b/tests/de/iges_1/I1 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 57 ( 658 ) Summary = 57 ( 658 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 218 ( 218 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 218 ( 218 ) FreeWire = 77 ( 108 ) -TOLERANCE : MaxTol = 0.1504135906 ( 0.1504135906 ) AvgTol = 0.0004235230718 ( 0.0004485369972 ) -LABELS : N0Labels = 2 ( 2 ) N1Labels = 1279 ( 3474 ) N2Labels = 0 ( 0 ) TotalLabels = 1281 ( 3476 ) NameLabels = 1281 ( 1491 ) ColorLabels = 1280 ( 3475 ) LayerLabels = 284 ( 2422 ) +TOLERANCE : MaxTol = 0.1504135906 ( 0.1504135906 ) AvgTol = 0.0004235229655 ( 0.0004485369972 ) +LABELS : N0Labels = 2 ( 2 ) N1Labels = 1019 ( 3449 ) N2Labels = 0 ( 0 ) TotalLabels = 1021 ( 3451 ) NameLabels = 945 ( 1155 ) ColorLabels = 1020 ( 3450 ) LayerLabels = 237 ( 2579 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) COLORS : Colors = GREEN MAGENTA WHITE YELLOW ( GREEN MAGENTA WHITE YELLOW ) diff --git a/tests/de/iges_1/I2 b/tests/de/iges_1/I2 index f7613a907d..3b19f5ab86 100644 --- a/tests/de/iges_1/I2 +++ b/tests/de/iges_1/I2 @@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 120 ( 120 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 120 ( 120 ) FreeWire = 31 ( 31 ) TOLERANCE : MaxTol = 0.763617442 ( 0.7636174422 ) AvgTol = 0.001290751445 ( 0.001290629985 ) -LABELS : N0Labels = 1051 ( 1051 ) N1Labels = 0 ( 13 ) N2Labels = 0 ( 0 ) TotalLabels = 1051 ( 1064 ) NameLabels = 1051 ( 1051 ) ColorLabels = 971 ( 1064 ) LayerLabels = 971 ( 1051 ) +LABELS : N0Labels = 1051 ( 1051 ) N1Labels = 5 ( 15 ) N2Labels = 0 ( 0 ) TotalLabels = 1056 ( 1066 ) NameLabels = 1051 ( 1051 ) ColorLabels = 976 ( 1066 ) LayerLabels = 971 ( 1053 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 8 ( 8 ) COLORS : Colors = BLACK BLUE CYAN GREEN MAGENTA RED WHITE YELLOW ( BLACK BLUE CYAN GREEN MAGENTA RED WHITE YELLOW ) diff --git a/tests/de/iges_1/I3 b/tests/de/iges_1/I3 index 5d97b5502a..0c9fc44f9c 100755 --- a/tests/de/iges_1/I3 +++ b/tests/de/iges_1/I3 @@ -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 = 0 ( 0 ) Face = 1 ( 1 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1 ( 1 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1e-007 ( 1.000369935e-007 ) AvgTol = 1e-007 ( 1.000003506e-007 ) +TOLERANCE : MaxTol = 1e-07 ( 1.000369935e-07 ) AvgTol = 1e-07 ( 1.000003506e-07 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 121 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 122 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 122 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/iges_1/I4 b/tests/de/iges_1/I4 index 39732353b8..5546a1a396 100644 --- a/tests/de/iges_1/I4 +++ b/tests/de/iges_1/I4 @@ -10,8 +10,8 @@ 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 146 ( 146 ) FreeWire = 5 ( 5 ) -TOLERANCE : MaxTol = 0.02364292093 ( 0.0236405571 ) AvgTol = 9.639867981e-005 ( 9.641748471e-005 ) -LABELS : N0Labels = 285 ( 287 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 285 ( 287 ) NameLabels = 285 ( 287 ) ColorLabels = 279 ( 285 ) LayerLabels = 279 ( 285 ) +TOLERANCE : MaxTol = 0.02364292093 ( 0.0236405571 ) AvgTol = 9.639867981e-05 ( 9.641748471e-05 ) +LABELS : N0Labels = 285 ( 287 ) N1Labels = 1 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 286 ( 287 ) NameLabels = 285 ( 287 ) ColorLabels = 280 ( 285 ) LayerLabels = 279 ( 285 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) COLORS : Colors = MAGENTA WHITE ( MAGENTA WHITE ) diff --git a/tests/de/iges_1/I5 b/tests/de/iges_1/I5 index dafbee1bbb..2b72df26e2 100644 --- a/tests/de/iges_1/I5 +++ b/tests/de/iges_1/I5 @@ -1,5 +1,6 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: LABELS : Faulty" +puts "TODO CR23096 ALL: LAYERS : Faulty" set filename BUC61004-1.igs @@ -10,12 +11,12 @@ 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 241 ( 241 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 9.452110698e-006 ( 1e-005 ) AvgTol = 1.74434884e-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 ) +TOLERANCE : MaxTol = 8.265823485e-06 ( 1e-05 ) AvgTol = 1.446359158e-07 ( 8.133454698e-06 ) +LABELS : N0Labels = 241 ( 241 ) N1Labels = 0 ( 101 ) N2Labels = 0 ( 0 ) TotalLabels = 241 ( 342 ) NameLabels = 241 ( 241 ) ColorLabels = 241 ( 342 ) LayerLabels = 241 ( 342 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) COLORS : Colors = WHITE YELLOW ( WHITE YELLOW ) -NLAYERS : NLayers = 1 ( 1 ) -LAYERS : Layers = 10 ( 10 ) +NLAYERS : NLayers = 1 ( 2 ) +LAYERS : Layers = 10 ( 10 40 ) } diff --git a/tests/de/iges_1/I6 b/tests/de/iges_1/I6 index bd98274ece..376ca651e1 100644 --- a/tests/de/iges_1/I6 +++ b/tests/de/iges_1/I6 @@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 180 ( 180 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 180 ( 180 ) FreeWire = 1 ( 1 ) 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 ) +LABELS : N0Labels = 296 ( 296 ) N1Labels = 1 ( 1 ) N2Labels = 0 ( 0 ) TotalLabels = 297 ( 297 ) NameLabels = 296 ( 297 ) ColorLabels = 294 ( 294 ) LayerLabels = 31 ( 31 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) COLORS : Colors = BLUE CYAN GREEN YELLOW ( BLUE CYAN GREEN YELLOW ) diff --git a/tests/de/iges_1/I7 b/tests/de/iges_1/I7 index 06d29e224b..82406e0aac 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1 ( 1 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) 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 cdcf2557bc..2c829f154d 100644 --- a/tests/de/iges_1/I8 +++ b/tests/de/iges_1/I8 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 481 ( 6296 ) Summary = 481 ( 6 CHECKSHAPE : Wires = 0 ( 2 ) Faces = 0 ( 3 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3647 ( 3647 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3647 ( 3647 ) FreeWire = 180 ( 289 ) -TOLERANCE : MaxTol = 0.9982953477 ( 0.9982953477 ) AvgTol = 0.01534268303 ( 0.01547482548 ) -LABELS : N0Labels = 403 ( 403 ) N1Labels = 3841 ( 15575 ) N2Labels = 0 ( 0 ) TotalLabels = 4244 ( 15978 ) NameLabels = 4242 ( 6516 ) ColorLabels = 4090 ( 15977 ) LayerLabels = 4090 ( 15977 ) +TOLERANCE : MaxTol = 0.9982953477 ( 0.9982953477 ) AvgTol = 0.01534180332 ( 0.01547477008 ) +LABELS : N0Labels = 403 ( 403 ) N1Labels = 3828 ( 23548 ) N2Labels = 0 ( 0 ) TotalLabels = 4231 ( 23951 ) NameLabels = 4117 ( 6391 ) ColorLabels = 4077 ( 23950 ) LayerLabels = 4035 ( 23950 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 5 ) COLORS : Colors = BLUE CHARTREUSE CYAN DARKKHAKI LIGHTPINK1 ( BLUE CHARTREUSE CYAN DARKKHAKI LIGHTPINK1 ) diff --git a/tests/de/iges_1/I9 b/tests/de/iges_1/I9 index 68948cee34..53410a91d3 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 327 ( 327 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.000190478139 ( 9.082153585e-005 ) AvgTol = 9.791389143e-006 ( 2.775931887e-006 ) +TOLERANCE : MaxTol = 0.0001904781389 ( 9.082153585e-05 ) AvgTol = 9.79139513e-06 ( 2.775931888e-06 ) 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/J1 b/tests/de/iges_1/J1 index 54a706f7b2..b753cbcd5b 100644 --- a/tests/de/iges_1/J1 +++ b/tests/de/iges_1/J1 @@ -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 = 0 ( 0 ) Face = 1 ( 1 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1 ( 1 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1.029699982e-007 ( 1e-007 ) AvgTol = 1.01142307e-007 ( 1e-007 ) +TOLERANCE : MaxTol = 1.029699982e-07 ( 1e-07 ) AvgTol = 1.01142307e-07 ( 1e-07 ) LABELS : N0Labels = 1 ( 2 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 2 ) 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/iges_1/J2 b/tests/de/iges_1/J2 index fc03f6d8ba..02081cee99 100644 --- a/tests/de/iges_1/J2 +++ b/tests/de/iges_1/J2 @@ -10,8 +10,8 @@ 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 900 ( 900 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.004034169186 ( 0.004034577888 ) AvgTol = 7.709490681e-006 ( 1.210856965e-005 ) -LABELS : N0Labels = 900 ( 900 ) N1Labels = 0 ( 970 ) N2Labels = 0 ( 0 ) TotalLabels = 900 ( 1870 ) NameLabels = 900 ( 900 ) ColorLabels = 900 ( 1870 ) LayerLabels = 900 ( 1870 ) +TOLERANCE : MaxTol = 0.004034169186 ( 0.004034577888 ) AvgTol = 7.709490681e-06 ( 1.210856965e-05 ) +LABELS : N0Labels = 900 ( 900 ) N1Labels = 10 ( 4173 ) N2Labels = 0 ( 0 ) TotalLabels = 910 ( 5073 ) NameLabels = 900 ( 900 ) ColorLabels = 910 ( 5073 ) LayerLabels = 910 ( 5073 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) COLORS : Colors = YELLOW ( YELLOW ) diff --git a/tests/de/iges_1/J3 b/tests/de/iges_1/J3 index f2fcd1ce62..f3c95bf728 100644 --- a/tests/de/iges_1/J3 +++ b/tests/de/iges_1/J3 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 54 ( 1095 ) Summary = 54 ( 109 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1038 ( 1038 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1038 ( 1038 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.5433123157 ( 0.8329982221 ) AvgTol = 0.002232604726 ( 0.002439058312 ) -LABELS : N0Labels = 1038 ( 1038 ) N1Labels = 0 ( 1537 ) N2Labels = 0 ( 0 ) TotalLabels = 1038 ( 2575 ) NameLabels = 1038 ( 1038 ) ColorLabels = 1038 ( 2575 ) LayerLabels = 1038 ( 2575 ) +TOLERANCE : MaxTol = 0.5433123157 ( 0.8329982221 ) AvgTol = 0.002232604695 ( 0.002439058305 ) +LABELS : N0Labels = 1038 ( 1038 ) N1Labels = 19 ( 4816 ) N2Labels = 0 ( 0 ) TotalLabels = 1057 ( 5854 ) NameLabels = 1038 ( 1038 ) ColorLabels = 1057 ( 5854 ) LayerLabels = 1057 ( 5854 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) COLORS : Colors = GREEN RED ( GREEN RED ) diff --git a/tests/de/iges_1/J4 b/tests/de/iges_1/J4 index effd4ae08e..aadc995907 100644 --- a/tests/de/iges_1/J4 +++ b/tests/de/iges_1/J4 @@ -1,5 +1,6 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: LABELS : Faulty" +puts "TODO CR23096 ALL: COLORS : Faulty" set filename CTS18847.igs @@ -10,11 +11,11 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 63 ( 63 ) Summary = 63 ( 63 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 1 ) Shell = 0 ( 1 ) Face = 117 ( 117 ) STATSHAPE : Solid = 0 ( 1 ) Shell = 0 ( 1 ) Face = 117 ( 117 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.1300697138 ( 0.1300697287 ) AvgTol = 0.002196731047 ( 0.00567483205 ) +TOLERANCE : MaxTol = 0.1300697138 ( 0.1300697287 ) AvgTol = 0.002196731047 ( 0.005674805066 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 117 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 118 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 117 ( 1 ) LayerLabels = 117 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 1 ( 1 ) -COLORS : Colors = DEEPSKYBLUE1 ( DEEPSKYBLUE1 ) +NCOLORS : NColors = 1 ( 2 ) +COLORS : Colors = DEEPSKYBLUE1 ( DEEPSKYBLUE1 WHITE ) NLAYERS : NLayers = 1 ( 1 ) LAYERS : Layers = 2 ( 2 ) diff --git a/tests/de/iges_1/J5 b/tests/de/iges_1/J5 index 18438471df..29eddb829f 100644 --- a/tests/de/iges_1/J5 +++ b/tests/de/iges_1/J5 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 3 ) Summary = 0 ( 3 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 396 ( 396 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 396 ( 396 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9967131592 ( 0.9967131592 ) AvgTol = 0.05132242238 ( 0.05132318968 ) +TOLERANCE : MaxTol = 0.9967131592 ( 0.9967131592 ) AvgTol = 0.05132242103 ( 0.05132318832 ) 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 b5d18d3eaf..d5703226d8 100644 --- a/tests/de/iges_1/J6 +++ b/tests/de/iges_1/J6 @@ -1,4 +1,5 @@ # !!!! This file is generated automatically, do not edit manually! See end script +puts "TODO CR23096 ALL: LABELS : Faulty" puts "TODO CR23096 ALL: COLORS : Faulty" @@ -10,8 +11,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 160 ( 856 ) Summary = 160 ( 85 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 282 ( 282 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 282 ( 282 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.820956344 ( 0.821038439 ) AvgTol = 0.008029334484 ( 0.008105972337 ) -LABELS : N0Labels = 289 ( 289 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 289 ( 289 ) NameLabels = 289 ( 289 ) ColorLabels = 101 ( 101 ) LayerLabels = 288 ( 288 ) +TOLERANCE : MaxTol = 0.820956344 ( 0.821038439 ) AvgTol = 0.008018002254 ( 0.008094646991 ) +LABELS : N0Labels = 289 ( 289 ) N1Labels = 0 ( 896 ) N2Labels = 0 ( 0 ) TotalLabels = 289 ( 1185 ) NameLabels = 289 ( 289 ) ColorLabels = 101 ( 997 ) LayerLabels = 288 ( 1184 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 8 ) COLORS : Colors = RED WHITE ( BURLYWOOD1 DARKORANGE DEEPSKYBLUE1 LEMONCHIFFON1 MAGENTA MEDIUMSPRINGGREEN RED WHITE ) diff --git a/tests/de/iges_1/J7 b/tests/de/iges_1/J7 index ce3d72465c..b9f9c3a60f 100644 --- a/tests/de/iges_1/J7 +++ b/tests/de/iges_1/J7 @@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 331 ( 331 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 331 ( 331 ) FreeWire = 70 ( 116 ) TOLERANCE : MaxTol = 0.6112323056 ( 0.6112323056 ) AvgTol = 0.0009101512481 ( 0.001289214856 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 481 ( 739 ) N2Labels = 0 ( 0 ) TotalLabels = 482 ( 740 ) NameLabels = 482 ( 559 ) ColorLabels = 481 ( 739 ) LayerLabels = 479 ( 737 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 493 ( 737 ) N2Labels = 0 ( 0 ) TotalLabels = 494 ( 738 ) NameLabels = 430 ( 507 ) ColorLabels = 493 ( 737 ) LayerLabels = 427 ( 735 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 8 ( 8 ) COLORS : Colors = BLUE CYAN DARKORANGE GOLD3 PALETURQUOISE2 RED WHITE YELLOW ( BLUE CYAN DARKORANGE GOLD3 PALETURQUOISE2 RED WHITE YELLOW ) diff --git a/tests/de/iges_1/J8 b/tests/de/iges_1/J8 index 2dd2583998..7b6d7950c8 100644 --- a/tests/de/iges_1/J8 +++ b/tests/de/iges_1/J8 @@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 308 ( 308 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 308 ( 308 ) FreeWire = 6 ( 7 ) TOLERANCE : MaxTol = 0.9778021574 ( 0.9778021574 ) AvgTol = 0.0358027395 ( 0.0357973111 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 1089 ( 2056 ) N2Labels = 0 ( 0 ) TotalLabels = 1090 ( 2057 ) NameLabels = 1090 ( 1285 ) ColorLabels = 1089 ( 2056 ) LayerLabels = 168 ( 311 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 1093 ( 2685 ) N2Labels = 0 ( 0 ) TotalLabels = 1094 ( 2686 ) NameLabels = 1087 ( 1282 ) ColorLabels = 1093 ( 2685 ) LayerLabels = 166 ( 341 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 6 ) COLORS : Colors = BLUE GREEN MAGENTA RED WHITE YELLOW ( BLUE GREEN MAGENTA RED WHITE YELLOW ) diff --git a/tests/de/iges_1/K1 b/tests/de/iges_1/K1 index 99a2a8d331..f208a24240 100644 --- a/tests/de/iges_1/K1 +++ b/tests/de/iges_1/K1 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 218 ) Summary = 0 ( 218 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) FreeWire = 218 ( 218 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) -LABELS : N0Labels = 1819 ( 1819 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1819 ( 1819 ) NameLabels = 1819 ( 1819 ) ColorLabels = 1601 ( 1819 ) LayerLabels = 0 ( 0 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) +LABELS : N0Labels = 1819 ( 1819 ) N1Labels = 210 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 2029 ( 1819 ) NameLabels = 1819 ( 1819 ) ColorLabels = 1811 ( 1819 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 6 ) COLORS : Colors = BLUE GREEN MAGENTA RED WHITE YELLOW ( BLUE GREEN MAGENTA RED WHITE YELLOW ) diff --git a/tests/de/iges_1/K2 b/tests/de/iges_1/K2 index 7b1dddcb5a..5794f11e4d 100644 --- a/tests/de/iges_1/K2 +++ b/tests/de/iges_1/K2 @@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 568 ( 568 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 568 ( 568 ) FreeWire = 0 ( 0 ) TOLERANCE : MaxTol = 0.4977710304 ( 0.4977710286 ) AvgTol = 0.001985043383 ( 0.001988149118 ) -LABELS : N0Labels = 568 ( 569 ) N1Labels = 0 ( 1210 ) N2Labels = 0 ( 0 ) TotalLabels = 568 ( 1779 ) NameLabels = 568 ( 569 ) ColorLabels = 568 ( 1778 ) LayerLabels = 568 ( 1778 ) +LABELS : N0Labels = 568 ( 569 ) N1Labels = 0 ( 2775 ) N2Labels = 0 ( 0 ) TotalLabels = 568 ( 3344 ) NameLabels = 568 ( 569 ) ColorLabels = 568 ( 3343 ) LayerLabels = 568 ( 3343 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) COLORS : Colors = YELLOW ( YELLOW ) diff --git a/tests/de/iges_1/K3 b/tests/de/iges_1/K3 index 17e031426d..3333a4fd8d 100644 --- a/tests/de/iges_1/K3 +++ b/tests/de/iges_1/K3 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 345 ( 5241 ) Summary = 345 ( 5 CHECKSHAPE : Wires = 8 ( 12 ) Faces = 12 ( 12 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 5163 ( 5163 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 5163 ( 5163 ) FreeWire = 10 ( 10 ) -TOLERANCE : MaxTol = 0.9874083984 ( 0.9875071265 ) AvgTol = 0.01115260658 ( 0.01115854425 ) -LABELS : N0Labels = 5392 ( 5458 ) N1Labels = 18 ( 4541 ) N2Labels = 0 ( 0 ) TotalLabels = 5410 ( 9999 ) NameLabels = 5392 ( 5458 ) ColorLabels = 5391 ( 9933 ) LayerLabels = 5391 ( 9933 ) +TOLERANCE : MaxTol = 0.9874083984 ( 0.9875071265 ) AvgTol = 0.01115260676 ( 0.01115854425 ) +LABELS : N0Labels = 5392 ( 5458 ) N1Labels = 302 ( 18481 ) N2Labels = 0 ( 0 ) TotalLabels = 5694 ( 23939 ) NameLabels = 5392 ( 5458 ) ColorLabels = 5675 ( 23873 ) LayerLabels = 5663 ( 23873 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) COLORS : Colors = BLACK BLUE CYAN GREEN ( BLACK BLUE CYAN GREEN ) diff --git a/tests/de/iges_1/K4 b/tests/de/iges_1/K4 index 592909a36a..53b822b560 100644 --- a/tests/de/iges_1/K4 +++ b/tests/de/iges_1/K4 @@ -6,11 +6,11 @@ set filename GER60736.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 550 ( 814 ) Summary = 550 ( 814 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 630 ( 814 ) Summary = 630 ( 814 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 406 ( 406 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 406 ( 406 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1.005912368e-005 ( 1.005909788e-005 ) AvgTol = 6.288457741e-007 ( 9.442593263e-006 ) +TOLERANCE : MaxTol = 1e-05 ( 1e-05 ) AvgTol = 6.331036165e-07 ( 9.442558346e-06 ) 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/K5 b/tests/de/iges_1/K5 index 9a94beca91..f71fac3e3a 100644 --- a/tests/de/iges_1/K5 +++ b/tests/de/iges_1/K5 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 223 ( 59 ) Summary = 223 ( 59 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 1 ) Shell = 0 ( 1 ) Face = 258 ( 258 ) STATSHAPE : Solid = 0 ( 1 ) Shell = 0 ( 1 ) Face = 258 ( 258 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.03577771363 ( 0.05584689429 ) AvgTol = 0.001023334702 ( 0.004315163006 ) +TOLERANCE : MaxTol = 0.03577771363 ( 0.05584633879 ) AvgTol = 0.001023334702 ( 0.004315134008 ) LABELS : N0Labels = 188 ( 188 ) N1Labels = 258 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 446 ( 188 ) NameLabels = 188 ( 188 ) ColorLabels = 445 ( 188 ) LayerLabels = 445 ( 188 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/iges_1/K6 b/tests/de/iges_1/K6 index 23cc9cd4f5..c11b393fc8 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 442 ( 442 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) 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 3a17ab99d7..6244a17a93 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 844 ( 844 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) 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 d70f21e8be..9ad37fe40e 100644 --- a/tests/de/iges_1/K9 +++ b/tests/de/iges_1/K9 @@ -1,6 +1,7 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: LABELS : Faulty" - + + set LinuxFaulties {STATSHAPE} set filename Inner.igs @@ -11,8 +12,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 35 ( 887 ) Summary = 35 ( 887 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 392 ( 392 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 392 ( 392 ) FreeWire = 97 ( 121 ) -TOLERANCE : MaxTol = 0.9393822539 ( 0.9393822539 ) AvgTol = 0.01258755368 ( 0.01256114362 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 1695 ( 3509 ) N2Labels = 0 ( 0 ) TotalLabels = 1696 ( 3510 ) NameLabels = 1696 ( 1972 ) ColorLabels = 1695 ( 3509 ) LayerLabels = 0 ( 0 ) +TOLERANCE : MaxTol = 0.9393822539 ( 0.9393822539 ) AvgTol = 0.01258754851 ( 0.01256114362 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 812 ( 3079 ) N2Labels = 0 ( 0 ) TotalLabels = 813 ( 3080 ) NameLabels = 716 ( 992 ) ColorLabels = 812 ( 3079 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) COLORS : Colors = BLUE GREEN WHITE YELLOW ( BLUE GREEN WHITE YELLOW ) diff --git a/tests/de/iges_1/L1 b/tests/de/iges_1/L1 index badbff95c4..561d01412a 100644 --- a/tests/de/iges_1/L1 +++ b/tests/de/iges_1/L1 @@ -10,8 +10,8 @@ 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 90 ( 90 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.0004488397396 ( 0.0004487950678 ) AvgTol = 6.030363325e-006 ( 6.029819044e-006 ) -LABELS : N0Labels = 3 ( 6 ) N1Labels = 90 ( 90 ) N2Labels = 0 ( 0 ) TotalLabels = 93 ( 96 ) NameLabels = 3 ( 6 ) ColorLabels = 90 ( 90 ) LayerLabels = 0 ( 0 ) +TOLERANCE : MaxTol = 0.0004488397396 ( 0.0004487950678 ) AvgTol = 6.030363325e-06 ( 6.029819044e-06 ) +LABELS : N0Labels = 3 ( 6 ) N1Labels = 94 ( 90 ) N2Labels = 0 ( 0 ) TotalLabels = 97 ( 96 ) NameLabels = 3 ( 6 ) ColorLabels = 94 ( 90 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) COLORS : Colors = GRAY31 GRAY66 ( GRAY31 GRAY66 ) diff --git a/tests/de/iges_1/L2 b/tests/de/iges_1/L2 index 66d8cdb2ff..4c8273c50f 100644 --- a/tests/de/iges_1/L2 +++ b/tests/de/iges_1/L2 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 2 ) Warnings = 274 ( 1846 ) Summary = 274 ( 1 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1041 ( 1041 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1041 ( 1041 ) FreeWire = 90 ( 90 ) -TOLERANCE : MaxTol = 0.90877121 ( 0.9087712052 ) AvgTol = 0.01342759475 ( 0.01342779368 ) -LABELS : N0Labels = 1571 ( 1571 ) N1Labels = 0 ( 615 ) N2Labels = 0 ( 0 ) TotalLabels = 1571 ( 2186 ) NameLabels = 1571 ( 2173 ) ColorLabels = 1481 ( 2186 ) LayerLabels = 1481 ( 2186 ) +TOLERANCE : MaxTol = 0.90877121 ( 0.9087712052 ) AvgTol = 0.01342759474 ( 0.01342779368 ) +LABELS : N0Labels = 1571 ( 1571 ) N1Labels = 80 ( 4094 ) N2Labels = 0 ( 0 ) TotalLabels = 1651 ( 5665 ) NameLabels = 1571 ( 2173 ) ColorLabels = 1561 ( 5665 ) LayerLabels = 1525 ( 5665 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) COLORS : Colors = GREEN MAGENTA RED YELLOW ( GREEN MAGENTA RED YELLOW ) diff --git a/tests/de/iges_1/L3 b/tests/de/iges_1/L3 index bc87e4f99d..d1f0656a89 100644 --- a/tests/de/iges_1/L3 +++ b/tests/de/iges_1/L3 @@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 313 ( 313 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 313 ( 313 ) FreeWire = 15 ( 15 ) TOLERANCE : MaxTol = 0.9840868681 ( 0.9840868681 ) AvgTol = 0.04921761999 ( 0.04923582333 ) -LABELS : N0Labels = 516 ( 516 ) N1Labels = 0 ( 229 ) N2Labels = 0 ( 0 ) TotalLabels = 516 ( 745 ) NameLabels = 516 ( 745 ) ColorLabels = 501 ( 745 ) LayerLabels = 501 ( 745 ) +LABELS : N0Labels = 516 ( 516 ) N1Labels = 7 ( 1332 ) N2Labels = 0 ( 0 ) TotalLabels = 523 ( 1848 ) NameLabels = 516 ( 745 ) ColorLabels = 508 ( 1848 ) LayerLabels = 501 ( 1848 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) COLORS : Colors = RED YELLOW ( RED YELLOW ) diff --git a/tests/de/iges_1/L4 b/tests/de/iges_1/L4 index eff410316c..c82316cf6a 100644 --- a/tests/de/iges_1/L4 +++ b/tests/de/iges_1/L4 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 18 ( 67 ) Summary = 18 ( 67 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 230 ( 230 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 230 ( 230 ) FreeWire = 1 ( 1 ) -TOLERANCE : MaxTol = 0.06012224669 ( 0.1346852729 ) AvgTol = 0.001347526782 ( 0.001524974893 ) -LABELS : N0Labels = 292 ( 292 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 292 ( 292 ) NameLabels = 292 ( 292 ) ColorLabels = 291 ( 292 ) LayerLabels = 247 ( 248 ) +TOLERANCE : MaxTol = 0.06012224686 ( 0.1346852729 ) AvgTol = 0.001347527212 ( 0.001524974821 ) +LABELS : N0Labels = 292 ( 292 ) N1Labels = 1 ( 731 ) N2Labels = 0 ( 0 ) TotalLabels = 293 ( 1023 ) NameLabels = 292 ( 292 ) ColorLabels = 292 ( 1023 ) LayerLabels = 247 ( 979 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) COLORS : Colors = BURLYWOOD1 DEEPSKYBLUE1 RED WHITE ( BURLYWOOD1 DEEPSKYBLUE1 RED WHITE ) diff --git a/tests/de/iges_1/L6 b/tests/de/iges_1/L6 index 7186b9b342..1289021244 100644 --- a/tests/de/iges_1/L6 +++ b/tests/de/iges_1/L6 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 270 ) Summary = 0 ( 270 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 186 ( 186 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 186 ( 186 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.04931043567 ( 0.04931014771 ) AvgTol = 0.0003784701943 ( 0.0003861054137 ) -LABELS : N0Labels = 186 ( 186 ) N1Labels = 0 ( 569 ) N2Labels = 0 ( 0 ) TotalLabels = 186 ( 755 ) NameLabels = 186 ( 186 ) ColorLabels = 186 ( 755 ) LayerLabels = 0 ( 0 ) +TOLERANCE : MaxTol = 0.04931043567 ( 0.04931014771 ) AvgTol = 0.000378468014 ( 0.0003861054137 ) +LABELS : N0Labels = 186 ( 186 ) N1Labels = 0 ( 842 ) N2Labels = 0 ( 0 ) TotalLabels = 186 ( 1028 ) NameLabels = 186 ( 186 ) ColorLabels = 186 ( 1028 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) COLORS : Colors = WHITE ( WHITE ) diff --git a/tests/de/iges_1/L7 b/tests/de/iges_1/L7 index 92862df485..95d09a8bf4 100755 --- a/tests/de/iges_1/L7 +++ b/tests/de/iges_1/L7 @@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 115 ( 115 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 115 ( 115 ) FreeWire = 4 ( 4 ) TOLERANCE : MaxTol = 0.4134968839 ( 0.4134968924 ) AvgTol = 0.006591900949 ( 0.00663549168 ) -LABELS : N0Labels = 278 ( 286 ) N1Labels = 6 ( 159 ) N2Labels = 0 ( 0 ) TotalLabels = 284 ( 445 ) NameLabels = 278 ( 286 ) ColorLabels = 270 ( 437 ) LayerLabels = 270 ( 437 ) +LABELS : N0Labels = 278 ( 286 ) N1Labels = 10 ( 635 ) N2Labels = 0 ( 0 ) TotalLabels = 288 ( 921 ) NameLabels = 278 ( 286 ) ColorLabels = 274 ( 913 ) LayerLabels = 270 ( 913 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) COLORS : Colors = RED ( RED ) diff --git a/tests/de/iges_1/L8 b/tests/de/iges_1/L8 index a21fbea802..37083f5af2 100755 --- a/tests/de/iges_1/L8 +++ b/tests/de/iges_1/L8 @@ -12,7 +12,7 @@ CHECKSHAPE : Wires = 3 ( 5 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 61 ( 61 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 61 ( 61 ) FreeWire = 0 ( 0 ) TOLERANCE : MaxTol = 0.3140268251 ( 0.3140268243 ) AvgTol = 0.0004719499868 ( 0.0004897135517 ) -LABELS : N0Labels = 61 ( 61 ) N1Labels = 0 ( 1080 ) N2Labels = 0 ( 0 ) TotalLabels = 61 ( 1141 ) NameLabels = 61 ( 61 ) ColorLabels = 61 ( 1141 ) LayerLabels = 0 ( 0 ) +LABELS : N0Labels = 61 ( 61 ) N1Labels = 0 ( 1212 ) N2Labels = 0 ( 0 ) TotalLabels = 61 ( 1273 ) NameLabels = 61 ( 61 ) ColorLabels = 61 ( 1273 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) COLORS : Colors = CYAN GREEN WHITE ( CYAN GREEN WHITE ) diff --git a/tests/de/iges_1/L9 b/tests/de/iges_1/L9 index 691baae531..d267129f67 100644 --- a/tests/de/iges_1/L9 +++ b/tests/de/iges_1/L9 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 345 ( 734 ) Summary = 345 ( 73 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2297 ( 2297 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2297 ( 2297 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.2778575821 ( 0.2778575802 ) AvgTol = 0.00112790974 ( 0.00112004948 ) -LABELS : N0Labels = 2329 ( 2329 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 2329 ( 2329 ) NameLabels = 2329 ( 2329 ) ColorLabels = 2319 ( 2329 ) LayerLabels = 2319 ( 2329 ) +TOLERANCE : MaxTol = 0.2778575821 ( 0.2778575802 ) AvgTol = 0.001127909739 ( 0.00112004948 ) +LABELS : N0Labels = 2329 ( 2329 ) N1Labels = 0 ( 8643 ) N2Labels = 0 ( 0 ) TotalLabels = 2329 ( 10972 ) NameLabels = 2329 ( 2329 ) ColorLabels = 2319 ( 10972 ) LayerLabels = 2319 ( 10972 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 8 ( 8 ) COLORS : Colors = CYAN CYAN2 GREEN LEMONCHIFFON1 MAGENTA MAGENTA2 WHITE YELLOW ( CYAN CYAN2 GREEN LEMONCHIFFON1 MAGENTA MAGENTA2 WHITE YELLOW ) diff --git a/tests/de/iges_1/M1 b/tests/de/iges_1/M1 index 9485be290c..845d7b6e46 100644 --- a/tests/de/iges_1/M1 +++ b/tests/de/iges_1/M1 @@ -8,12 +8,12 @@ set filename y306351fM.igs set ref_data { DATA : Faulties = 0 ( 1 ) Warnings = 0 ( 0 ) Summary = 0 ( 1 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 180 ( 951 ) Summary = 180 ( 951 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 183 ( 951 ) Summary = 183 ( 951 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 392 ( 390 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 392 ( 390 ) FreeWire = 20 ( 20 ) -TOLERANCE : MaxTol = 1e-005 ( 1.00030003e-005 ) AvgTol = 1.800814403e-007 ( 7.374328322e-006 ) -LABELS : N0Labels = 1528 ( 1528 ) N1Labels = 0 ( 1296 ) N2Labels = 0 ( 0 ) TotalLabels = 1528 ( 2824 ) NameLabels = 1528 ( 1528 ) ColorLabels = 1507 ( 2824 ) LayerLabels = 1504 ( 2820 ) +TOLERANCE : MaxTol = 1e-05 ( 1.00030003e-05 ) AvgTol = 1.900914531e-07 ( 7.374328322e-06 ) +LABELS : N0Labels = 1528 ( 1528 ) N1Labels = 20 ( 1296 ) N2Labels = 0 ( 0 ) TotalLabels = 1548 ( 2824 ) NameLabels = 1528 ( 1528 ) ColorLabels = 1527 ( 2824 ) LayerLabels = 1504 ( 2820 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) COLORS : Colors = BLUE CYAN WHITE ( BLUE CYAN WHITE ) diff --git a/tests/de/iges_1/M2 b/tests/de/iges_1/M2 index fad5784d39..8888f85e01 100644 --- a/tests/de/iges_1/M2 +++ b/tests/de/iges_1/M2 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 72 ( 497 ) Summary = 72 ( 497 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 215 ( 215 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 215 ( 215 ) FreeWire = 0 ( 4 ) -TOLERANCE : MaxTol = 0.6931734571 ( 0.6931734576 ) AvgTol = 0.009873722918 ( 0.009848531139 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 223 ( 1192 ) N2Labels = 0 ( 0 ) TotalLabels = 224 ( 1193 ) NameLabels = 224 ( 332 ) ColorLabels = 223 ( 1192 ) LayerLabels = 223 ( 1192 ) +TOLERANCE : MaxTol = 0.6931734571 ( 0.6931734576 ) AvgTol = 0.009873721107 ( 0.009848531139 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 219 ( 1696 ) N2Labels = 0 ( 0 ) TotalLabels = 220 ( 1697 ) NameLabels = 220 ( 328 ) ColorLabels = 219 ( 1696 ) LayerLabels = 219 ( 1696 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) COLORS : Colors = GREEN WHITE ( GREEN WHITE ) diff --git a/tests/de/iges_1/M3 b/tests/de/iges_1/M3 index 22fd31d530..4e119a4b29 100644 --- a/tests/de/iges_1/M3 +++ b/tests/de/iges_1/M3 @@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 178 ( 178 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 178 ( 178 ) FreeWire = 0 ( 0 ) TOLERANCE : MaxTol = 0.4113920266 ( 0.4113920255 ) AvgTol = 0.004712367758 ( 0.00474257079 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 179 ( 553 ) N2Labels = 0 ( 0 ) TotalLabels = 180 ( 554 ) NameLabels = 180 ( 332 ) ColorLabels = 179 ( 553 ) LayerLabels = 0 ( 0 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 178 ( 1163 ) N2Labels = 0 ( 0 ) TotalLabels = 179 ( 1164 ) NameLabels = 179 ( 331 ) ColorLabels = 178 ( 1163 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) COLORS : Colors = WHITE ( WHITE ) diff --git a/tests/de/iges_1/M4 b/tests/de/iges_1/M4 index 7f3b91be9c..ca8e0dd9d7 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 322 ( 322 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 2.657548494e-005 ( 1e-005 ) AvgTol = 7.614147437e-007 ( 1.244067797e-006 ) +TOLERANCE : MaxTol = 2.657548494e-05 ( 1e-05 ) AvgTol = 7.614151387e-07 ( 1.244067797e-06 ) 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/M5 b/tests/de/iges_1/M5 index 1c0198a397..22fda968ca 100644 --- a/tests/de/iges_1/M5 +++ b/tests/de/iges_1/M5 @@ -6,12 +6,12 @@ set filename PRO9505.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 43 ( 194 ) Summary = 43 ( 194 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 55 ( 194 ) Summary = 55 ( 194 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 126 ( 126 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 126 ( 126 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.956222643 ( 0.956222643 ) AvgTol = 0.02522387789 ( 0.02522525371 ) -LABELS : N0Labels = 126 ( 126 ) N1Labels = 0 ( 129 ) N2Labels = 0 ( 0 ) TotalLabels = 126 ( 255 ) NameLabels = 126 ( 255 ) ColorLabels = 126 ( 255 ) LayerLabels = 0 ( 0 ) +TOLERANCE : MaxTol = 0.956222643 ( 0.956222643 ) AvgTol = 0.02522385151 ( 0.0252252553 ) +LABELS : N0Labels = 126 ( 126 ) N1Labels = 0 ( 699 ) N2Labels = 0 ( 0 ) TotalLabels = 126 ( 825 ) NameLabels = 126 ( 255 ) ColorLabels = 126 ( 825 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) COLORS : Colors = GREEN ( GREEN ) diff --git a/tests/de/iges_1/M6 b/tests/de/iges_1/M6 index 2142d02daa..1c082bac3c 100755 --- a/tests/de/iges_1/M6 +++ b/tests/de/iges_1/M6 @@ -1,5 +1,6 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: LABELS : Faulty" +puts "TODO CR23096 ALL: COLORS : Faulty" set filename Radhaus.igs @@ -10,11 +11,11 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 153 ( 2069 ) Summary = 153 ( 2 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 532 ( 532 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 532 ( 532 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.888818095 ( 0.8888180952 ) AvgTol = 0.02520544 ( 0.02520812283 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 534 ( 4073 ) N2Labels = 0 ( 0 ) TotalLabels = 535 ( 4074 ) NameLabels = 535 ( 833 ) ColorLabels = 534 ( 4073 ) LayerLabels = 532 ( 4071 ) +TOLERANCE : MaxTol = 0.888818095 ( 0.8888180952 ) AvgTol = 0.02520540155 ( 0.02520812283 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 532 ( 4846 ) N2Labels = 0 ( 0 ) TotalLabels = 533 ( 4847 ) NameLabels = 533 ( 831 ) ColorLabels = 532 ( 4846 ) LayerLabels = 532 ( 4844 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 2 ( 2 ) -COLORS : Colors = BLUE WHITE ( BLUE WHITE ) +NCOLORS : NColors = 1 ( 2 ) +COLORS : Colors = BLUE ( BLUE WHITE ) NLAYERS : NLayers = 6 ( 6 ) LAYERS : Layers = 193 198 223 233 243 253 ( 193 198 223 233 243 253 ) diff --git a/tests/de/iges_1/M7 b/tests/de/iges_1/M7 index eadaf5ffaa..34d955e9a9 100644 --- a/tests/de/iges_1/M7 +++ b/tests/de/iges_1/M7 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 5 ( 8 ) Summary = 5 ( 8 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1521 ( 1521 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1521 ( 1521 ) FreeWire = 20 ( 20 ) -TOLERANCE : MaxTol = 0.99945453 ( 0.9994545568 ) AvgTol = 0.05493282944 ( 0.0549332116 ) -LABELS : N0Labels = 1502 ( 1502 ) N1Labels = 60 ( 473 ) N2Labels = 0 ( 0 ) TotalLabels = 1562 ( 1975 ) NameLabels = 1562 ( 1580 ) ColorLabels = 1561 ( 1974 ) LayerLabels = 0 ( 0 ) +TOLERANCE : MaxTol = 0.99945453 ( 0.9994545568 ) AvgTol = 0.05493266383 ( 0.0549332116 ) +LABELS : N0Labels = 1502 ( 1502 ) N1Labels = 30 ( 4747 ) N2Labels = 0 ( 0 ) TotalLabels = 1532 ( 6249 ) NameLabels = 1532 ( 1550 ) ColorLabels = 1531 ( 6248 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) COLORS : Colors = GOLD ( GOLD ) diff --git a/tests/de/iges_1/M8 b/tests/de/iges_1/M8 index f832aa527c..3f961f52bc 100644 --- a/tests/de/iges_1/M8 +++ b/tests/de/iges_1/M8 @@ -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 = 0 ( 0 ) Face = 0 ( 0 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) LABELS : N0Labels = 88 ( 88 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 88 ( 88 ) NameLabels = 88 ( 88 ) ColorLabels = 41 ( 88 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/iges_1/M9 b/tests/de/iges_1/M9 index 1b4dca8325..42c7bc37eb 100644 --- a/tests/de/iges_1/M9 +++ b/tests/de/iges_1/M9 @@ -1,7 +1,7 @@ # !!!! This file is generated automatically, do not edit manually! See end script set filename ardi1.igs -# set in as local length unit +# set in as local lenght unit set lengthunit_start "in" set ref_data { @@ -10,7 +10,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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 4 ( 4 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1.000100001e-007 ( 1.000100001e-007 ) AvgTol = 1.000015385e-007 ( 1.000015385e-007 ) +TOLERANCE : MaxTol = 1.000100001e-07 ( 1.000100001e-07 ) AvgTol = 1.000015385e-07 ( 1.000015385e-07 ) 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/N1 b/tests/de/iges_1/N1 index 954d7e9ad0..0d9358464d 100644 --- a/tests/de/iges_1/N1 +++ b/tests/de/iges_1/N1 @@ -10,8 +10,8 @@ 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 = 0 ( 0 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) FreeWire = 1 ( 1 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) -LABELS : N0Labels = 148 ( 148 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 148 ( 148 ) NameLabels = 148 ( 148 ) ColorLabels = 135 ( 148 ) LayerLabels = 135 ( 148 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) +LABELS : N0Labels = 148 ( 148 ) N1Labels = 1 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 149 ( 148 ) NameLabels = 148 ( 148 ) ColorLabels = 136 ( 148 ) LayerLabels = 135 ( 148 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) COLORS : Colors = CYAN GREEN MAGENTA YELLOW ( CYAN GREEN MAGENTA YELLOW ) diff --git a/tests/de/iges_1/N2 b/tests/de/iges_1/N2 index 4bee4599a4..44157924fd 100644 --- a/tests/de/iges_1/N2 +++ b/tests/de/iges_1/N2 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 876 ( 220 ) Summary = 876 ( 22 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 1 ) Shell = 0 ( 1 ) Face = 471 ( 471 ) STATSHAPE : Solid = 0 ( 1 ) Shell = 0 ( 1 ) Face = 471 ( 471 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.01171108481 ( 0.01550345628 ) AvgTol = 0.0001752008386 ( 0.001202555083 ) +TOLERANCE : MaxTol = 0.01171108481 ( 0.01550330124 ) AvgTol = 0.0001752008386 ( 0.00120254956 ) LABELS : N0Labels = 7 ( 7 ) N1Labels = 471 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 478 ( 7 ) NameLabels = 7 ( 7 ) ColorLabels = 477 ( 7 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) diff --git a/tests/de/iges_1/N3 b/tests/de/iges_1/N3 index a969ee593d..93f80d4a04 100644 --- a/tests/de/iges_1/N3 +++ b/tests/de/iges_1/N3 @@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 523 ( 523 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 523 ( 523 ) FreeWire = 0 ( 0 ) TOLERANCE : MaxTol = 0.1109937052 ( 0.111004803 ) AvgTol = 0.001890307695 ( 0.001893544034 ) -LABELS : N0Labels = 523 ( 523 ) N1Labels = 0 ( 593 ) N2Labels = 0 ( 0 ) TotalLabels = 523 ( 1116 ) NameLabels = 523 ( 641 ) ColorLabels = 523 ( 1116 ) LayerLabels = 523 ( 1116 ) +LABELS : N0Labels = 523 ( 523 ) N1Labels = 248 ( 1310 ) N2Labels = 0 ( 0 ) TotalLabels = 771 ( 1833 ) NameLabels = 523 ( 641 ) ColorLabels = 771 ( 1833 ) LayerLabels = 771 ( 1833 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) COLORS : Colors = BLACK GREEN RED ( BLACK GREEN RED ) diff --git a/tests/de/iges_1/N4 b/tests/de/iges_1/N4 index e76d645314..e5baa5a2d6 100644 --- a/tests/de/iges_1/N4 +++ b/tests/de/iges_1/N4 @@ -10,8 +10,8 @@ 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 50 ( 50 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 8.101203376e-006 ( 1e-005 ) AvgTol = 7.842895251e-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 ) +TOLERANCE : MaxTol = 8.101203376e-06 ( 1e-05 ) AvgTol = 7.842895251e-07 ( 3.006925488e-06 ) +LABELS : N0Labels = 50 ( 50 ) N1Labels = 16 ( 78 ) N2Labels = 0 ( 0 ) TotalLabels = 66 ( 128 ) NameLabels = 50 ( 50 ) ColorLabels = 66 ( 128 ) LayerLabels = 66 ( 128 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) COLORS : Colors = GREEN ( GREEN ) diff --git a/tests/de/iges_1/N5 b/tests/de/iges_1/N5 index 3579f466d6..890b77f7f6 100644 --- a/tests/de/iges_1/N5 +++ b/tests/de/iges_1/N5 @@ -11,8 +11,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 12 ( 432 ) Summary = 12 ( 432 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 240 ( 240 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 240 ( 240 ) FreeWire = 135 ( 139 ) -TOLERANCE : MaxTol = 0.03614106888 ( 0.03613204275 ) AvgTol = 0.0001689040536 ( 0.000170731592 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 969 ( 3028 ) N2Labels = 0 ( 0 ) TotalLabels = 970 ( 3029 ) NameLabels = 970 ( 1302 ) ColorLabels = 969 ( 3028 ) LayerLabels = 0 ( 0 ) +TOLERANCE : MaxTol = 0.03614106888 ( 0.03613204275 ) AvgTol = 0.0001689040122 ( 0.000170731592 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 472 ( 2374 ) N2Labels = 0 ( 0 ) TotalLabels = 473 ( 2375 ) NameLabels = 338 ( 636 ) ColorLabels = 472 ( 2374 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) COLORS : Colors = WHITE ( WHITE ) diff --git a/tests/de/iges_1/N6 b/tests/de/iges_1/N6 index 8495267196..7d7601bb96 100644 --- a/tests/de/iges_1/N6 +++ b/tests/de/iges_1/N6 @@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 30 ( 30 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 30 ( 30 ) FreeWire = 0 ( 0 ) TOLERANCE : MaxTol = 0.01590471793 ( 0.01590471327 ) AvgTol = 0.0001153880222 ( 0.0001201847625 ) -LABELS : N0Labels = 30 ( 30 ) N1Labels = 0 ( 12 ) N2Labels = 0 ( 0 ) TotalLabels = 30 ( 42 ) NameLabels = 30 ( 32 ) ColorLabels = 30 ( 42 ) LayerLabels = 30 ( 42 ) +LABELS : N0Labels = 30 ( 30 ) N1Labels = 0 ( 30 ) N2Labels = 0 ( 0 ) TotalLabels = 30 ( 60 ) NameLabels = 30 ( 32 ) ColorLabels = 30 ( 60 ) LayerLabels = 30 ( 60 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) COLORS : Colors = GREEN RED ( GREEN RED ) diff --git a/tests/de/iges_1/N7 b/tests/de/iges_1/N7 index 52e59ae98b..9b26c631bb 100644 --- a/tests/de/iges_1/N7 +++ b/tests/de/iges_1/N7 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 2 ( 36 ) Summary = 2 ( 36 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 123 ( 123 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 123 ( 123 ) FreeWire = 7 ( 7 ) -TOLERANCE : MaxTol = 0.01306151266 ( 0.01306151266 ) AvgTol = 4.924660224e-005 ( 4.969340655e-005 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 675 ( 1417 ) N2Labels = 0 ( 0 ) TotalLabels = 676 ( 1418 ) NameLabels = 676 ( 745 ) ColorLabels = 675 ( 1417 ) LayerLabels = 584 ( 1236 ) +TOLERANCE : MaxTol = 0.01306151266 ( 0.01306151266 ) AvgTol = 4.924660224e-05 ( 4.969340655e-05 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 208 ( 954 ) N2Labels = 0 ( 0 ) TotalLabels = 209 ( 955 ) NameLabels = 202 ( 266 ) ColorLabels = 208 ( 954 ) LayerLabels = 155 ( 822 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) COLORS : Colors = WHITE YELLOW ( WHITE YELLOW ) diff --git a/tests/de/iges_1/O1 b/tests/de/iges_1/O1 index 4a32b9c44b..25dde97606 100644 --- a/tests/de/iges_1/O1 +++ b/tests/de/iges_1/O1 @@ -6,12 +6,12 @@ set filename TibTray_Size3.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 168 ( 315 ) Summary = 168 ( 315 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 205 ( 315 ) Summary = 205 ( 315 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 212 ( 212 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 212 ( 212 ) FreeWire = 6 ( 6 ) -TOLERANCE : MaxTol = 0.9221308818 ( 0.9221308818 ) AvgTol = 0.01482053616 ( 0.01482175825 ) -LABELS : N0Labels = 244 ( 244 ) N1Labels = 0 ( 216 ) N2Labels = 0 ( 0 ) TotalLabels = 244 ( 460 ) NameLabels = 244 ( 460 ) ColorLabels = 238 ( 460 ) LayerLabels = 0 ( 0 ) +TOLERANCE : MaxTol = 0.9221308818 ( 0.9221308818 ) AvgTol = 0.01482078545 ( 0.01482175825 ) +LABELS : N0Labels = 244 ( 244 ) N1Labels = 3 ( 1191 ) N2Labels = 0 ( 0 ) TotalLabels = 247 ( 1435 ) NameLabels = 244 ( 460 ) ColorLabels = 241 ( 1435 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 6 ) COLORS : Colors = DEEPSKYBLUE2 MAGENTA ORANGE ORANGERED RED YELLOW ( DEEPSKYBLUE2 MAGENTA ORANGE ORANGERED RED YELLOW ) diff --git a/tests/de/iges_1/O2 b/tests/de/iges_1/O2 index b34afd6d69..95acc850d5 100644 --- a/tests/de/iges_1/O2 +++ b/tests/de/iges_1/O2 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 19 ( 485 ) Summary = 19 ( 485 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 239 ( 239 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 239 ( 239 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.000988505444 ( 0.0009885051926 ) AvgTol = 5.77847939e-005 ( 5.822742726e-005 ) +TOLERANCE : MaxTol = 0.000988505444 ( 0.0009885051926 ) AvgTol = 5.778597891e-05 ( 5.822742726e-05 ) 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 d8060b5cb9..98ca2c7d73 100755 --- a/tests/de/iges_1/O3 +++ b/tests/de/iges_1/O3 @@ -1,20 +1,21 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: LABELS : Faulty" +puts "TODO CR23096 ALL: COLORS : Faulty" set filename UKI60106.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 72 ( 612 ) Summary = 72 ( 612 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 70 ( 614 ) Summary = 70 ( 614 ) CHECKSHAPE : Wires = 1 ( 3 ) Faces = 1 ( 2 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 457 ( 457 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 457 ( 457 ) FreeWire = 26 ( 26 ) -TOLERANCE : MaxTol = 0.9874160851 ( 0.98741607 ) AvgTol = 0.01694436711 ( 0.0170526461 ) -LABELS : N0Labels = 1706 ( 1706 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1706 ( 1706 ) NameLabels = 1706 ( 1706 ) ColorLabels = 1680 ( 1706 ) LayerLabels = 1680 ( 1706 ) +TOLERANCE : MaxTol = 0.9874160851 ( 0.98741607 ) AvgTol = 0.0167012413 ( 0.0167443192 ) +LABELS : N0Labels = 1706 ( 1706 ) N1Labels = 23 ( 2418 ) N2Labels = 0 ( 0 ) TotalLabels = 1729 ( 4124 ) NameLabels = 1706 ( 1706 ) ColorLabels = 1703 ( 4124 ) LayerLabels = 1680 ( 4124 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 4 ( 4 ) -COLORS : Colors = DARKORANGE DARKVIOLET GRAY57 ORCHID1 ( DARKORANGE DARKVIOLET GRAY57 ORCHID1 ) +NCOLORS : NColors = 4 ( 5 ) +COLORS : Colors = DARKORANGE DARKVIOLET GRAY57 ORCHID1 ( DARKORANGE DARKVIOLET GRAY57 ORCHID1 WHITE ) NLAYERS : NLayers = 3 ( 3 ) LAYERS : Layers = 1 24 25 ( 1 24 25 ) diff --git a/tests/de/iges_1/O4 b/tests/de/iges_1/O4 index d0a83de12f..7273d30f3d 100644 --- a/tests/de/iges_1/O4 +++ b/tests/de/iges_1/O4 @@ -6,12 +6,12 @@ set filename UKI60556.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 448 ( 1005 ) Summary = 448 ( 1005 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 473 ( 1005 ) Summary = 473 ( 1005 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 300 ( 300 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 300 ( 300 ) FreeWire = 119 ( 139 ) -TOLERANCE : MaxTol = 1e-005 ( 0.06099237775 ) AvgTol = 3.184878471e-007 ( 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 ) +TOLERANCE : MaxTol = 1e-05 ( 0.06099237775 ) AvgTol = 3.144800928e-07 ( 1.621424764e-05 ) +LABELS : N0Labels = 432 ( 432 ) N1Labels = 115 ( 863 ) N2Labels = 0 ( 0 ) TotalLabels = 547 ( 1295 ) NameLabels = 432 ( 687 ) ColorLabels = 423 ( 1295 ) LayerLabels = 320 ( 1295 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 6 ) COLORS : Colors = CYAN GREEN MAGENTA RED WHITE YELLOW ( CYAN GREEN MAGENTA RED WHITE YELLOW ) diff --git a/tests/de/iges_1/O5 b/tests/de/iges_1/O5 index ba8c2104ac..17153c754d 100755 --- a/tests/de/iges_1/O5 +++ b/tests/de/iges_1/O5 @@ -7,7 +7,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 252 ( 6395 ) Summary = 252 ( 6 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 685 ( 685 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 685 ( 685 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.03464832644 ( 0.08716146716 ) AvgTol = 0.0001786183125 ( 0.0002065396413 ) +TOLERANCE : MaxTol = 0.03464832644 ( 0.08716146716 ) AvgTol = 0.0001784469506 ( 0.0002065396414 ) 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/O6 b/tests/de/iges_1/O6 index 2e7b86a78d..00d8ecf193 100644 --- a/tests/de/iges_1/O6 +++ b/tests/de/iges_1/O6 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 1 ) Warnings = 0 ( 16 ) Summary = 0 ( 17 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) FreeWire = 16 ( 16 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) -LABELS : N0Labels = 4160 ( 4160 ) N1Labels = 286 ( 562 ) N2Labels = 0 ( 0 ) TotalLabels = 4446 ( 4722 ) NameLabels = 4160 ( 4160 ) ColorLabels = 3040 ( 3061 ) LayerLabels = 4382 ( 4402 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) +LABELS : N0Labels = 4160 ( 4160 ) N1Labels = 302 ( 562 ) N2Labels = 0 ( 0 ) TotalLabels = 4462 ( 4722 ) NameLabels = 4160 ( 4160 ) ColorLabels = 3056 ( 3061 ) LayerLabels = 4382 ( 4402 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 6 ) COLORS : Colors = BLUE CYAN GREEN MAGENTA RED YELLOW ( BLUE CYAN GREEN MAGENTA RED YELLOW ) diff --git a/tests/de/iges_1/O7 b/tests/de/iges_1/O7 index d2cb4344b6..849fea0a45 100644 --- a/tests/de/iges_1/O7 +++ b/tests/de/iges_1/O7 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 68 ) Summary = 0 ( 68 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) FreeWire = 68 ( 68 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) -LABELS : N0Labels = 3170 ( 3170 ) N1Labels = 524 ( 526 ) N2Labels = 0 ( 0 ) TotalLabels = 3694 ( 3696 ) NameLabels = 3170 ( 3170 ) ColorLabels = 2514 ( 2564 ) LayerLabels = 3596 ( 3662 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) +LABELS : N0Labels = 3170 ( 3170 ) N1Labels = 545 ( 526 ) N2Labels = 0 ( 0 ) TotalLabels = 3715 ( 3696 ) NameLabels = 3170 ( 3170 ) ColorLabels = 2535 ( 2564 ) LayerLabels = 3596 ( 3662 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 6 ) COLORS : Colors = BLUE CYAN GREEN MAGENTA RED YELLOW ( BLUE CYAN GREEN MAGENTA RED YELLOW ) diff --git a/tests/de/iges_1/O8 b/tests/de/iges_1/O8 index 9deb6c5c93..1b5cb81b55 100644 --- a/tests/de/iges_1/O8 +++ b/tests/de/iges_1/O8 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 39 ) Warnings = 0 ( 12 ) Summary = 0 ( 51 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) FreeWire = 9 ( 9 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) -LABELS : N0Labels = 4555 ( 4555 ) N1Labels = 328 ( 884 ) N2Labels = 0 ( 0 ) TotalLabels = 4883 ( 5439 ) NameLabels = 4555 ( 4555 ) ColorLabels = 3752 ( 4340 ) LayerLabels = 4851 ( 4868 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) +LABELS : N0Labels = 4555 ( 4555 ) N1Labels = 337 ( 884 ) N2Labels = 0 ( 0 ) TotalLabels = 4892 ( 5439 ) NameLabels = 4555 ( 4555 ) ColorLabels = 3761 ( 4340 ) LayerLabels = 4851 ( 4868 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 6 ) COLORS : Colors = BLUE CYAN GREEN MAGENTA RED YELLOW ( BLUE CYAN GREEN MAGENTA RED YELLOW ) diff --git a/tests/de/iges_1/O9 b/tests/de/iges_1/O9 index 87883ff99a..f3a546eea3 100644 --- a/tests/de/iges_1/O9 +++ b/tests/de/iges_1/O9 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 34 ) Warnings = 0 ( 14 ) Summary = 0 ( 48 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) FreeWire = 13 ( 13 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) -LABELS : N0Labels = 3397 ( 3397 ) N1Labels = 134 ( 134 ) N2Labels = 0 ( 0 ) TotalLabels = 3531 ( 3531 ) NameLabels = 3397 ( 3397 ) ColorLabels = 2538 ( 2578 ) LayerLabels = 3467 ( 3500 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) +LABELS : N0Labels = 3397 ( 3397 ) N1Labels = 145 ( 134 ) N2Labels = 0 ( 0 ) TotalLabels = 3542 ( 3531 ) NameLabels = 3397 ( 3397 ) ColorLabels = 2549 ( 2578 ) LayerLabels = 3467 ( 3500 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 6 ) COLORS : Colors = BLUE CYAN GREEN MAGENTA RED YELLOW ( BLUE CYAN GREEN MAGENTA RED YELLOW ) diff --git a/tests/de/iges_1/P1 b/tests/de/iges_1/P1 index 552e5eab57..cd9f7a7572 100644 --- a/tests/de/iges_1/P1 +++ b/tests/de/iges_1/P1 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 44 ) Warnings = 0 ( 24 ) Summary = 0 ( 68 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) FreeWire = 17 ( 17 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) -LABELS : N0Labels = 2998 ( 2998 ) N1Labels = 195 ( 202 ) N2Labels = 0 ( 0 ) TotalLabels = 3193 ( 3200 ) NameLabels = 2998 ( 2998 ) ColorLabels = 2187 ( 2225 ) LayerLabels = 3162 ( 3184 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) +LABELS : N0Labels = 2998 ( 2998 ) N1Labels = 212 ( 202 ) N2Labels = 0 ( 0 ) TotalLabels = 3210 ( 3200 ) NameLabels = 2998 ( 2998 ) ColorLabels = 2204 ( 2225 ) LayerLabels = 3162 ( 3184 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 6 ) COLORS : Colors = BLUE CYAN GREEN MAGENTA RED YELLOW ( BLUE CYAN GREEN MAGENTA RED YELLOW ) diff --git a/tests/de/iges_1/P2 b/tests/de/iges_1/P2 index b022d830c7..c90f572f6e 100755 --- a/tests/de/iges_1/P2 +++ b/tests/de/iges_1/P2 @@ -1,21 +1,22 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: TPSTAT : Faulty" puts "TODO CR23096 ALL: LABELS : Faulty" +puts "TODO CR23096 ALL: COLORS : Faulty" set filename USA60293.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 92 ( 56 ) Summary = 92 ( 56 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 90 ( 56 ) Summary = 90 ( 56 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 793 ( 793 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 793 ( 793 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9292857408 ( 0.9292857413 ) AvgTol = 0.05474067589 ( 0.0547279268 ) -LABELS : N0Labels = 800 ( 800 ) N1Labels = 2 ( 1047 ) N2Labels = 0 ( 0 ) TotalLabels = 802 ( 1847 ) NameLabels = 800 ( 800 ) ColorLabels = 801 ( 1847 ) LayerLabels = 0 ( 0 ) +TOLERANCE : MaxTol = 0.9292857408 ( 0.9292857413 ) AvgTol = 0.05474058349 ( 0.0547279268 ) +LABELS : N0Labels = 800 ( 800 ) N1Labels = 3 ( 2558 ) N2Labels = 0 ( 0 ) TotalLabels = 803 ( 3358 ) NameLabels = 800 ( 800 ) ColorLabels = 802 ( 3358 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 9 ( 9 ) -COLORS : Colors = BLUE BURLYWOOD2 CYAN GREEN LIGHTSTEELBLUE ORCHID2 RED SEAGREEN2 YELLOW ( BLUE BURLYWOOD2 CYAN GREEN LIGHTSTEELBLUE ORCHID2 RED SEAGREEN2 YELLOW ) +NCOLORS : NColors = 9 ( 10 ) +COLORS : Colors = BLUE BURLYWOOD2 CYAN GREEN LIGHTSTEELBLUE ORCHID2 RED SEAGREEN2 YELLOW ( BLUE BURLYWOOD2 CYAN GREEN LIGHTSTEELBLUE ORCHID2 RED SEAGREEN2 WHITE YELLOW ) NLAYERS : NLayers = 0 ( 0 ) LAYERS : Layers = ( ) diff --git a/tests/de/iges_1/P3 b/tests/de/iges_1/P3 index 279d72398a..860f606cc7 100644 --- a/tests/de/iges_1/P3 +++ b/tests/de/iges_1/P3 @@ -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 = 0 ( 0 ) Face = 1 ( 1 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1 ( 1 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 6.578968715e-006 ( 1e-005 ) AvgTol = 3.112871011e-006 ( 9.238461538e-006 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-05 ) AvgTol = 1e-07 ( 9.238461538e-06 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 1 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 2 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 2 ) LayerLabels = 1 ( 2 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/iges_1/P4 b/tests/de/iges_1/P4 index e1a2700955..978cd3bdb7 100644 --- a/tests/de/iges_1/P4 +++ b/tests/de/iges_1/P4 @@ -11,8 +11,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 89 ( 80 ) Summary = 89 ( 80 ) CHECKSHAPE : Wires = 1 ( 1 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 1 ) Shell = 0 ( 1 ) Face = 320 ( 320 ) STATSHAPE : Solid = 0 ( 1 ) Shell = 0 ( 1 ) Face = 320 ( 320 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9408369253 ( 1.136317349 ) AvgTol = 0.0339727389 ( 0.0379721236 ) -LABELS : N0Labels = 521 ( 521 ) N1Labels = 18 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 539 ( 521 ) NameLabels = 521 ( 521 ) ColorLabels = 537 ( 521 ) LayerLabels = 455 ( 439 ) +TOLERANCE : MaxTol = 0.9408369253 ( 1.136317349 ) AvgTol = 0.0339727389 ( 0.03797212283 ) +LABELS : N0Labels = 521 ( 521 ) N1Labels = 18 ( 1635 ) N2Labels = 0 ( 0 ) TotalLabels = 539 ( 2156 ) NameLabels = 521 ( 521 ) ColorLabels = 537 ( 2156 ) LayerLabels = 455 ( 1834 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) COLORS : Colors = LEMONCHIFFON1 LIGHTSTEELBLUE2 RED WHITE ( LEMONCHIFFON1 LIGHTSTEELBLUE2 RED WHITE ) diff --git a/tests/de/iges_1/P5 b/tests/de/iges_1/P5 index cd42baca1b..112474192b 100755 --- a/tests/de/iges_1/P5 +++ b/tests/de/iges_1/P5 @@ -6,12 +6,12 @@ set filename brazo1.igs set ref_data { DATA : Faulties = 0 ( 2 ) Warnings = 0 ( 0 ) Summary = 0 ( 2 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 138 ( 476 ) Summary = 138 ( 476 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 136 ( 476 ) Summary = 136 ( 476 ) CHECKSHAPE : Wires = 4 ( 8 ) Faces = 4 ( 8 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 223 ( 223 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 223 ( 223 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.991254355 ( 0.991254355 ) AvgTol = 0.01156050183 ( 0.01226830477 ) -LABELS : N0Labels = 223 ( 223 ) N1Labels = 0 ( 242 ) N2Labels = 0 ( 0 ) TotalLabels = 223 ( 465 ) NameLabels = 223 ( 388 ) ColorLabels = 223 ( 465 ) LayerLabels = 223 ( 465 ) +TOLERANCE : MaxTol = 0.991254355 ( 0.991254355 ) AvgTol = 0.01155914695 ( 0.01225799391 ) +LABELS : N0Labels = 223 ( 223 ) N1Labels = 2 ( 605 ) N2Labels = 0 ( 0 ) TotalLabels = 225 ( 828 ) NameLabels = 223 ( 388 ) ColorLabels = 225 ( 828 ) LayerLabels = 225 ( 828 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) COLORS : Colors = BLUE MAGENTA YELLOW ( BLUE MAGENTA YELLOW ) diff --git a/tests/de/iges_1/P6 b/tests/de/iges_1/P6 index 1e96ccc8bc..7b92652221 100644 --- a/tests/de/iges_1/P6 +++ b/tests/de/iges_1/P6 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 4 ) Warnings = 122 ( 2490 ) Summary = 122 ( 2 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 478 ( 478 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 478 ( 478 ) FreeWire = 11 ( 11 ) -TOLERANCE : MaxTol = 0.7255001399 ( 0.7254994252 ) AvgTol = 0.00150384607 ( 0.001491267869 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 856 ( 1636 ) N2Labels = 0 ( 0 ) TotalLabels = 857 ( 1637 ) NameLabels = 857 ( 1390 ) ColorLabels = 856 ( 1636 ) LayerLabels = 856 ( 1636 ) +TOLERANCE : MaxTol = 0.7255001399 ( 0.7254994252 ) AvgTol = 0.001503585591 ( 0.001491267869 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 867 ( 2264 ) N2Labels = 0 ( 0 ) TotalLabels = 868 ( 2265 ) NameLabels = 857 ( 1390 ) ColorLabels = 867 ( 2264 ) LayerLabels = 856 ( 2264 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 10 ( 10 ) COLORS : Colors = BLUE CYAN GREEN MAGENTA MAGENTA3 RED TURQUOISE4 WHITE YELLOW YELLOW4 ( BLUE CYAN GREEN MAGENTA MAGENTA3 RED TURQUOISE4 WHITE YELLOW YELLOW4 ) diff --git a/tests/de/iges_1/P7 b/tests/de/iges_1/P7 index 412488d5f5..0704ce46b4 100644 --- a/tests/de/iges_1/P7 +++ b/tests/de/iges_1/P7 @@ -6,12 +6,12 @@ set filename igsFB2.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 97 ( 771 ) Summary = 97 ( 771 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 156 ( 771 ) Summary = 156 ( 771 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 770 ( 770 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 770 ( 770 ) FreeWire = 36 ( 36 ) -TOLERANCE : MaxTol = 0.9845041621 ( 0.9845038147 ) AvgTol = 0.009927113128 ( 0.009919810177 ) -LABELS : N0Labels = 880 ( 880 ) N1Labels = 0 ( 2244 ) N2Labels = 0 ( 0 ) TotalLabels = 880 ( 3124 ) NameLabels = 880 ( 1500 ) ColorLabels = 844 ( 3124 ) LayerLabels = 844 ( 3124 ) +TOLERANCE : MaxTol = 0.9845041621 ( 0.9845038147 ) AvgTol = 0.009927186145 ( 0.009919810177 ) +LABELS : N0Labels = 880 ( 880 ) N1Labels = 8 ( 4727 ) N2Labels = 0 ( 0 ) TotalLabels = 888 ( 5607 ) NameLabels = 880 ( 1500 ) ColorLabels = 852 ( 5607 ) LayerLabels = 844 ( 5607 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) COLORS : Colors = BLACK ( BLACK ) diff --git a/tests/de/iges_1/P9 b/tests/de/iges_1/P9 index 1ccf8bcaa2..88aea06594 100644 --- a/tests/de/iges_1/P9 +++ b/tests/de/iges_1/P9 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 37 ( 188 ) Summary = 37 ( 188 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 114 ( 114 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 114 ( 114 ) FreeWire = 23 ( 23 ) -TOLERANCE : MaxTol = 0.1830141575 ( 0.1830141765 ) AvgTol = 0.003295423033 ( 0.003365600588 ) -LABELS : N0Labels = 412 ( 412 ) N1Labels = 2 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 414 ( 412 ) NameLabels = 412 ( 412 ) ColorLabels = 389 ( 410 ) LayerLabels = 389 ( 410 ) +TOLERANCE : MaxTol = 0.1830141575 ( 0.1830141765 ) AvgTol = 0.00332247891 ( 0.003332381642 ) +LABELS : N0Labels = 412 ( 412 ) N1Labels = 23 ( 484 ) N2Labels = 0 ( 0 ) TotalLabels = 435 ( 896 ) NameLabels = 412 ( 412 ) ColorLabels = 410 ( 894 ) LayerLabels = 389 ( 894 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 5 ) COLORS : Colors = DARKORANGE DARKVIOLET GRAY57 GREEN WHITE ( DARKORANGE DARKVIOLET GRAY57 GREEN WHITE ) diff --git a/tests/de/iges_1/Q1 b/tests/de/iges_1/Q1 index e17fed410e..f3a487c184 100644 --- a/tests/de/iges_1/Q1 +++ b/tests/de/iges_1/Q1 @@ -10,7 +10,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 82 ( 1042 ) Summary = 82 ( 104 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 152 ( 152 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 152 ( 152 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1.340794119e-005 ( 1e-005 ) AvgTol = 3.186484738e-006 ( 9.90797456e-006 ) +TOLERANCE : MaxTol = 1.340794119e-05 ( 1e-05 ) AvgTol = 3.186484738e-06 ( 9.90797456e-06 ) LABELS : N0Labels = 152 ( 152 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 152 ( 152 ) NameLabels = 152 ( 152 ) ColorLabels = 152 ( 152 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) diff --git a/tests/de/iges_1/Q2 b/tests/de/iges_1/Q2 index 0c87aa178b..d6829a3cbd 100644 --- a/tests/de/iges_1/Q2 +++ b/tests/de/iges_1/Q2 @@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 106 ( 106 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 106 ( 106 ) FreeWire = 0 ( 0 ) TOLERANCE : MaxTol = 0.2569678523 ( 0.2569678511 ) AvgTol = 0.002441727472 ( 0.002442511333 ) -LABELS : N0Labels = 378 ( 378 ) N1Labels = 0 ( 74 ) N2Labels = 0 ( 0 ) TotalLabels = 378 ( 452 ) NameLabels = 378 ( 378 ) ColorLabels = 374 ( 452 ) LayerLabels = 374 ( 452 ) +LABELS : N0Labels = 378 ( 378 ) N1Labels = 25 ( 393 ) N2Labels = 0 ( 0 ) TotalLabels = 403 ( 771 ) NameLabels = 378 ( 378 ) ColorLabels = 399 ( 771 ) LayerLabels = 399 ( 771 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) COLORS : Colors = GREEN YELLOW ( GREEN YELLOW ) diff --git a/tests/de/iges_1/Q3 b/tests/de/iges_1/Q3 index 514455023a..5f1daa2726 100644 --- a/tests/de/iges_1/Q3 +++ b/tests/de/iges_1/Q3 @@ -1,7 +1,6 @@ # !!!! 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 ALL: COLORS : Faulty" set filename 919-001-T02-04-CP-VL.igs @@ -12,11 +11,11 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 101 ( 1430 ) Summary = 101 ( 1 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 1 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 899 ( 899 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 899 ( 899 ) FreeWire = 366 ( 366 ) -TOLERANCE : MaxTol = 0.3151652209 ( 0.3151652209 ) AvgTol = 0.0007056492386 ( 0.0007458036021 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 3581 ( 9530 ) N2Labels = 0 ( 0 ) TotalLabels = 3582 ( 9531 ) NameLabels = 3582 ( 4454 ) ColorLabels = 3581 ( 9530 ) LayerLabels = 3581 ( 9530 ) +TOLERANCE : MaxTol = 0.3151652209 ( 0.3151652209 ) AvgTol = 0.0007056394047 ( 0.0007458036021 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 1391 ( 7379 ) N2Labels = 0 ( 0 ) TotalLabels = 1392 ( 7380 ) NameLabels = 1026 ( 1858 ) ColorLabels = 1391 ( 7379 ) LayerLabels = 1025 ( 7379 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 1 ( 2 ) -COLORS : Colors = TURQUOISE ( TURQUOISE WHITE ) +NCOLORS : NColors = 2 ( 2 ) +COLORS : Colors = TURQUOISE WHITE ( TURQUOISE WHITE ) NLAYERS : NLayers = 1 ( 1 ) LAYERS : Layers = 1 ( 1 ) diff --git a/tests/de/iges_1/Q4 b/tests/de/iges_1/Q4 index eecfb87c29..d0f71797b0 100644 --- a/tests/de/iges_1/Q4 +++ b/tests/de/iges_1/Q4 @@ -1,6 +1,5 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: LABELS : Faulty" -puts "TODO CR23096 ALL: COLORS : Faulty" set filename 919-001-T02-04-FT-VL.igs @@ -11,11 +10,11 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 129 ( 797 ) Summary = 129 ( 79 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 426 ( 426 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 426 ( 426 ) FreeWire = 265 ( 265 ) -TOLERANCE : MaxTol = 0.09805261731 ( 0.09805261731 ) AvgTol = 0.0005287075191 ( 0.0005263102411 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 1739 ( 5445 ) N2Labels = 0 ( 0 ) TotalLabels = 1740 ( 5446 ) NameLabels = 1740 ( 2237 ) ColorLabels = 1739 ( 5445 ) LayerLabels = 1739 ( 5445 ) +TOLERANCE : MaxTol = 0.09805261731 ( 0.09805261731 ) AvgTol = 0.0005287073987 ( 0.0005263102411 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 748 ( 4222 ) N2Labels = 0 ( 0 ) TotalLabels = 749 ( 4223 ) NameLabels = 484 ( 946 ) ColorLabels = 748 ( 4222 ) LayerLabels = 483 ( 4222 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 1 ( 2 ) -COLORS : Colors = TURQUOISE ( TURQUOISE WHITE ) +NCOLORS : NColors = 2 ( 2 ) +COLORS : Colors = TURQUOISE WHITE ( TURQUOISE WHITE ) NLAYERS : NLayers = 1 ( 1 ) LAYERS : Layers = 1 ( 1 ) diff --git a/tests/de/iges_1/Q5 b/tests/de/iges_1/Q5 index 918c8dcafa..fea5571b24 100644 --- a/tests/de/iges_1/Q5 +++ b/tests/de/iges_1/Q5 @@ -1,6 +1,5 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: LABELS : Faulty" -puts "TODO CR23096 ALL: COLORS : Faulty" set filename 919-004-T02-01-FT-VL.igs @@ -10,12 +9,12 @@ DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) TPSTAT : Faulties = 0 ( 0 ) Warnings = 117 ( 825 ) Summary = 117 ( 825 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 406 ( 406 ) -STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 406 ( 406 ) FreeWire = 275 ( 275 ) -TOLERANCE : MaxTol = 0.08309604195 ( 0.08309604195 ) AvgTol = 0.0004559018929 ( 0.0004699766623 ) -LABELS : N0Labels = 2 ( 2 ) N1Labels = 1614 ( 5216 ) N2Labels = 0 ( 0 ) TotalLabels = 1616 ( 5218 ) NameLabels = 1614 ( 2096 ) ColorLabels = 1614 ( 5217 ) LayerLabels = 1614 ( 5217 ) +STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 406 ( 406 ) FreeWire = 275 ( 278 ) +TOLERANCE : MaxTol = 0.08309604195 ( 0.08309604195 ) AvgTol = 0.0004558987831 ( 0.0004699766623 ) +LABELS : N0Labels = 2 ( 2 ) N1Labels = 700 ( 4059 ) N2Labels = 0 ( 0 ) TotalLabels = 702 ( 4061 ) NameLabels = 426 ( 897 ) ColorLabels = 700 ( 4060 ) LayerLabels = 426 ( 4060 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 1 ( 2 ) -COLORS : Colors = TURQUOISE ( TURQUOISE WHITE ) +NCOLORS : NColors = 2 ( 2 ) +COLORS : Colors = TURQUOISE WHITE ( TURQUOISE WHITE ) NLAYERS : NLayers = 1 ( 1 ) LAYERS : Layers = 1 ( 1 ) diff --git a/tests/de/iges_1/Q6 b/tests/de/iges_1/Q6 index 3d6902f3be..5de92faafd 100644 --- a/tests/de/iges_1/Q6 +++ b/tests/de/iges_1/Q6 @@ -1,6 +1,5 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: LABELS : Faulty" -puts "TODO CR23096 ALL: COLORS : Faulty" set filename Amino_komatsu.igs @@ -12,10 +11,11 @@ CHECKSHAPE : Wires = 1 ( 1 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 181 ( 181 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 181 ( 181 ) FreeWire = 3 ( 3 ) TOLERANCE : MaxTol = 0.1814235482 ( 0.1814235485 ) AvgTol = 0.00374562953 ( 0.003756748249 ) -LABELS : N0Labels = 184 ( 359 ) N1Labels = 0 ( 139 ) N2Labels = 0 ( 0 ) TotalLabels = 184 ( 498 ) NameLabels = 184 ( 440 ) ColorLabels = 181 ( 323 ) LayerLabels = 181 ( 323 ) +LABELS : N0Labels = 184 ( 359 ) N1Labels = 4 ( 139 ) N2Labels = 0 ( 0 ) TotalLabels = 188 ( 498 ) NameLabels = 184 ( 440 ) ColorLabels = 185 ( 323 ) LayerLabels = 181 ( 323 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 1 ( 3 ) -COLORS : Colors = WHITE ( BLACK WHITE YELLOW ) +NCOLORS : NColors = 3 ( 3 ) +COLORS : Colors = BLACK WHITE YELLOW ( BLACK WHITE YELLOW ) NLAYERS : NLayers = 4 ( 4 ) LAYERS : Layers = 241 5 6 8 ( 241 5 6 8 ) + } diff --git a/tests/de/iges_1/Q7 b/tests/de/iges_1/Q7 index ae274835bb..91fed9b09a 100644 --- a/tests/de/iges_1/Q7 +++ b/tests/de/iges_1/Q7 @@ -11,8 +11,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 127 ) Summary = 0 ( 127 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 236 ( 236 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 236 ( 236 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9002295152 ( 0.9002295152 ) AvgTol = 0.05182124498 ( 0.05182067882 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 237 ( 584 ) N2Labels = 0 ( 0 ) TotalLabels = 238 ( 585 ) NameLabels = 238 ( 284 ) ColorLabels = 237 ( 584 ) LayerLabels = 234 ( 581 ) +TOLERANCE : MaxTol = 0.9002295152 ( 0.9002295152 ) AvgTol = 0.05182123214 ( 0.05182066623 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 237 ( 776 ) N2Labels = 0 ( 0 ) TotalLabels = 238 ( 777 ) NameLabels = 238 ( 284 ) ColorLabels = 237 ( 776 ) LayerLabels = 234 ( 773 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 8 ( 11 ) COLORS : Colors = CYAN GREEN GREEN4 MAGENTA MAGENTA3 RED3 TURQUOISE3 WHITE ( BLUE CYAN GREEN GREEN4 MAGENTA MAGENTA3 RED RED3 TURQUOISE3 WHITE YELLOW ) diff --git a/tests/de/iges_1/Q8 b/tests/de/iges_1/Q8 index 21219394a6..feb33a331d 100644 --- a/tests/de/iges_1/Q8 +++ b/tests/de/iges_1/Q8 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 3 ) Warnings = 0 ( 5 ) Summary = 0 ( 8 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 24 ( 24 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 24 ( 24 ) FreeWire = 5 ( 5 ) -TOLERANCE : MaxTol = 1e-005 ( 1e-007 ) AvgTol = 4.588000486e-006 ( 1e-007 ) +TOLERANCE : MaxTol = 1e-05 ( 1e-07 ) AvgTol = 4.588000486e-06 ( 1e-07 ) LABELS : N0Labels = 30 ( 36 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 30 ( 36 ) NameLabels = 30 ( 36 ) 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/Q9 b/tests/de/iges_1/Q9 index fdaea4efc5..cec6d3d965 100644 --- a/tests/de/iges_1/Q9 +++ b/tests/de/iges_1/Q9 @@ -12,7 +12,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 ( 1 ) Shell = 0 ( 1 ) Face = 106 ( 106 ) STATSHAPE : Solid = 0 ( 1 ) Shell = 0 ( 1 ) Face = 106 ( 106 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.009362458835 ( 0.009359156996 ) AvgTol = 0.0001377400205 ( 0.0002960765184 ) +TOLERANCE : MaxTol = 0.009362458835 ( 0.009359156996 ) AvgTol = 0.0001377400205 ( 0.0002960752277 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/iges_1/R1 b/tests/de/iges_1/R1 index ba1901687b..95478294e1 100755 --- a/tests/de/iges_1/R1 +++ b/tests/de/iges_1/R1 @@ -12,8 +12,8 @@ TPSTAT : Faulties = 2 ( 0 ) Warnings = 21 ( 329 ) Summary = 23 ( 329 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 135 ( 135 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 135 ( 135 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1.202431555 ( 12.54323842 ) AvgTol = 0.02377410886 ( 0.1727738837 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 138 ( 1033 ) N2Labels = 0 ( 0 ) TotalLabels = 139 ( 1034 ) NameLabels = 139 ( 205 ) ColorLabels = 138 ( 1033 ) LayerLabels = 138 ( 1033 ) +TOLERANCE : MaxTol = 0.9794163281 ( 12.54323842 ) AvgTol = 0.0206120339 ( 0.1727738837 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 138 ( 1074 ) N2Labels = 0 ( 0 ) TotalLabels = 139 ( 1075 ) NameLabels = 139 ( 205 ) ColorLabels = 138 ( 1074 ) LayerLabels = 138 ( 1074 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) COLORS : Colors = GOLD3 MAGENTA4 PLUM1 YELLOW2 ( GOLD3 MAGENTA4 PLUM1 YELLOW2 ) diff --git a/tests/de/iges_1/R2 b/tests/de/iges_1/R2 index fd67569b85..d009f5b510 100644 --- a/tests/de/iges_1/R2 +++ b/tests/de/iges_1/R2 @@ -12,7 +12,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 ( 1 ) Shell = 0 ( 1 ) Face = 106 ( 106 ) STATSHAPE : Solid = 0 ( 1 ) Shell = 0 ( 1 ) Face = 106 ( 106 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.00938336572 ( 0.009380052786 ) AvgTol = 0.0001381647011 ( 0.0002969872299 ) +TOLERANCE : MaxTol = 0.00938336572 ( 0.009380052786 ) AvgTol = 0.0001381647011 ( 0.0002969859246 ) LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 1 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/iges_1/R3 b/tests/de/iges_1/R3 index 56b737f189..81a56dbbad 100644 --- a/tests/de/iges_1/R3 +++ b/tests/de/iges_1/R3 @@ -1,6 +1,5 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: LABELS : Faulty" -puts "TODO CR23096 ALL: COLORS : Faulty" set filename BUC50028.igs @@ -12,10 +11,10 @@ CHECKSHAPE : Wires = 0 ( 1 ) Faces = 0 ( 1 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 872 ( 872 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 872 ( 872 ) FreeWire = 39 ( 39 ) TOLERANCE : MaxTol = 0.9989623361 ( 0.9989623361 ) AvgTol = 0.009368708841 ( 0.00936977479 ) -LABELS : N0Labels = 1063 ( 1063 ) N1Labels = 0 ( 1675 ) N2Labels = 0 ( 0 ) TotalLabels = 1063 ( 2738 ) NameLabels = 1063 ( 1644 ) ColorLabels = 1024 ( 2738 ) LayerLabels = 1024 ( 2738 ) +LABELS : N0Labels = 1063 ( 1063 ) N1Labels = 37 ( 2847 ) N2Labels = 0 ( 0 ) TotalLabels = 1100 ( 3910 ) NameLabels = 1063 ( 1644 ) ColorLabels = 1061 ( 3910 ) LayerLabels = 1024 ( 3910 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 4 ( 5 ) -COLORS : Colors = BLUE MAGENTA RED WHITE ( BLUE GREEN MAGENTA RED WHITE ) +NCOLORS : NColors = 5 ( 5 ) +COLORS : Colors = BLUE GREEN MAGENTA RED WHITE ( BLUE GREEN MAGENTA RED WHITE ) NLAYERS : NLayers = 5 ( 5 ) LAYERS : Layers = 1 10 12 2 4 ( 1 10 12 2 4 ) diff --git a/tests/de/iges_1/R4 b/tests/de/iges_1/R4 index 026c6c40b3..b8537d605f 100644 --- a/tests/de/iges_1/R4 +++ b/tests/de/iges_1/R4 @@ -11,8 +11,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 22 ( 389 ) Summary = 22 ( 389 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 771 ( 771 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 771 ( 771 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9439922076 ( 0.944086605 ) AvgTol = 0.00596714602 ( 0.005985964057 ) -LABELS : N0Labels = 2062 ( 2062 ) N1Labels = 6 ( 1161 ) N2Labels = 0 ( 0 ) TotalLabels = 2068 ( 3223 ) NameLabels = 2062 ( 2062 ) ColorLabels = 2037 ( 3223 ) LayerLabels = 2037 ( 3223 ) +TOLERANCE : MaxTol = 0.9439922076 ( 0.944086605 ) AvgTol = 0.005967146019 ( 0.005985964057 ) +LABELS : N0Labels = 2062 ( 2062 ) N1Labels = 132 ( 3600 ) N2Labels = 0 ( 0 ) TotalLabels = 2194 ( 5662 ) NameLabels = 2062 ( 2062 ) ColorLabels = 2163 ( 5662 ) LayerLabels = 2163 ( 5662 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 4 ) COLORS : Colors = BLACK MAGENTA RED ( BLACK MAGENTA RED WHITE ) diff --git a/tests/de/iges_1/R5 b/tests/de/iges_1/R5 index c67dd275f8..af4db1e59d 100644 --- a/tests/de/iges_1/R5 +++ b/tests/de/iges_1/R5 @@ -12,7 +12,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 328 ( 328 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 328 ( 328 ) FreeWire = 53 ( 53 ) TOLERANCE : MaxTol = 0.4274072109 ( 0.4274072101 ) AvgTol = 0.001825084321 ( 0.001863351234 ) -LABELS : N0Labels = 10 ( 10 ) N1Labels = 1565 ( 2865 ) N2Labels = 0 ( 0 ) TotalLabels = 1575 ( 2875 ) NameLabels = 1575 ( 1851 ) ColorLabels = 1570 ( 2870 ) LayerLabels = 1570 ( 2870 ) +LABELS : N0Labels = 10 ( 10 ) N1Labels = 1234 ( 2561 ) N2Labels = 0 ( 0 ) TotalLabels = 1244 ( 2571 ) NameLabels = 1202 ( 1473 ) ColorLabels = 1239 ( 2566 ) LayerLabels = 1197 ( 2566 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 8 ( 8 ) COLORS : Colors = BLUE GREEN GREEN4 MEDIUMORCHID RED TURQUOISE1 WHITE YELLOW ( BLUE GREEN GREEN4 MEDIUMORCHID RED TURQUOISE1 WHITE YELLOW ) diff --git a/tests/de/iges_1/R6 b/tests/de/iges_1/R6 index 98968d7402..04a1016525 100755 --- a/tests/de/iges_1/R6 +++ b/tests/de/iges_1/R6 @@ -12,8 +12,8 @@ TPSTAT : Faulties = 40 ( 181 ) Warnings = 83 ( 1168 ) 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 527 ( 527 ) FreeWire = 57 ( 57 ) -TOLERANCE : MaxTol = 0.5505691323 ( 0.5505691341 ) AvgTol = 0.008350603222 ( 0.008374961542 ) -LABELS : N0Labels = 8 ( 8 ) N1Labels = 1544 ( 3130 ) N2Labels = 0 ( 0 ) TotalLabels = 1552 ( 3138 ) NameLabels = 1552 ( 1918 ) ColorLabels = 1544 ( 3130 ) LayerLabels = 1544 ( 3128 ) +TOLERANCE : MaxTol = 0.5505691323 ( 0.5505691341 ) AvgTol = 0.008350513911 ( 0.008374961542 ) +LABELS : N0Labels = 8 ( 8 ) N1Labels = 1598 ( 4138 ) N2Labels = 0 ( 0 ) TotalLabels = 1606 ( 4146 ) NameLabels = 1552 ( 1918 ) ColorLabels = 1598 ( 4138 ) LayerLabels = 1544 ( 4136 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 10 ( 10 ) COLORS : Colors = BLUE CYAN GREEN MAGENTA MAGENTA3 MEDIUMPURPLE1 RED WHITE YELLOW YELLOW3 ( BLUE CYAN GREEN MAGENTA MAGENTA3 MEDIUMPURPLE1 RED WHITE YELLOW YELLOW3 ) diff --git a/tests/de/iges_1/R7 b/tests/de/iges_1/R7 index c2765cdd0e..95442190ad 100644 --- a/tests/de/iges_1/R7 +++ b/tests/de/iges_1/R7 @@ -11,8 +11,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 6 ( 63 ) Summary = 6 ( 63 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 120 ( 120 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 120 ( 120 ) FreeWire = 31 ( 31 ) -TOLERANCE : MaxTol = 1.421161348e-006 ( 1e-005 ) AvgTol = 1.219850404e-007 ( 3.646635411e-006 ) -LABELS : N0Labels = 1051 ( 1051 ) N1Labels = 0 ( 448 ) N2Labels = 0 ( 0 ) TotalLabels = 1051 ( 1499 ) NameLabels = 1051 ( 1051 ) ColorLabels = 822 ( 1300 ) LayerLabels = 971 ( 1499 ) +TOLERANCE : MaxTol = 1.421161348e-06 ( 1e-05 ) AvgTol = 1.219933752e-07 ( 3.646635411e-06 ) +LABELS : N0Labels = 1051 ( 1051 ) N1Labels = 4 ( 448 ) N2Labels = 0 ( 0 ) TotalLabels = 1055 ( 1499 ) NameLabels = 1051 ( 1051 ) ColorLabels = 826 ( 1300 ) LayerLabels = 971 ( 1499 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 3 ) COLORS : Colors = CYAN WHITE ( CYAN RED WHITE ) diff --git a/tests/de/iges_1/R8 b/tests/de/iges_1/R8 index e99e0d4890..2e1a52a6aa 100755 --- a/tests/de/iges_1/R8 +++ b/tests/de/iges_1/R8 @@ -11,9 +11,9 @@ DATA : Faulties = 0 ( 2 ) Warnings = 0 ( 0 ) Summary = 0 ( 2 ) TPSTAT : Faulties = 3 ( 59 ) Warnings = 2206 ( 4736 ) Summary = 2209 ( 4795 ) CHECKSHAPE : Wires = 8 ( 18 ) Faces = 7 ( 13 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3350 ( 2837 ) -STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3350 ( 3349 ) FreeWire = 6 ( 6 ) -TOLERANCE : MaxTol = 3.742696236 ( 5.769095076 ) AvgTol = 0.01622288473 ( 0.01748586758 ) -LABELS : N0Labels = 11 ( 11 ) N1Labels = 2891 ( 6329 ) N2Labels = 0 ( 0 ) TotalLabels = 2902 ( 6340 ) NameLabels = 2900 ( 5879 ) ColorLabels = 2891 ( 6329 ) LayerLabels = 2411 ( 5260 ) +STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3350 ( 3349 ) FreeWire = 6 ( 41 ) +TOLERANCE : MaxTol = 3.742696236 ( 5.769095076 ) AvgTol = 0.01622288457 ( 0.01748590233 ) +LABELS : N0Labels = 11 ( 11 ) N1Labels = 2898 ( 17842 ) N2Labels = 0 ( 0 ) TotalLabels = 2909 ( 17853 ) NameLabels = 2900 ( 5879 ) ColorLabels = 2898 ( 17842 ) LayerLabels = 2411 ( 14961 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) COLORS : Colors = BLACK BLUE RED YELLOW ( BLACK BLUE RED YELLOW ) diff --git a/tests/de/iges_2/A1 b/tests/de/iges_2/A1 index f390f4ef44..cd714485a8 100644 --- a/tests/de/iges_2/A1 +++ b/tests/de/iges_2/A1 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 6 ( 12 ) Summary = 6 ( 12 ) CHECKSHAPE : Wires = 1 ( 3 ) Faces = 1 ( 3 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1147 ( 1145 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1147 ( 1145 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9825787092 ( 0.9825787092 ) AvgTol = 0.04100809275 ( 0.04103794258 ) +TOLERANCE : MaxTol = 0.9825787092 ( 0.9825787092 ) AvgTol = 0.04100808955 ( 0.04103794258 ) 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_2/A2 b/tests/de/iges_2/A2 index 2213edc136..3623b0c23a 100755 --- a/tests/de/iges_2/A2 +++ b/tests/de/iges_2/A2 @@ -13,7 +13,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 218 ( 218 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 218 ( 218 ) FreeWire = 0 ( 0 ) TOLERANCE : MaxTol = 0.07760384877 ( 0.07760384877 ) AvgTol = 0.001773555527 ( 0.001789794199 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 230 ( 883 ) N2Labels = 0 ( 0 ) TotalLabels = 231 ( 884 ) NameLabels = 231 ( 369 ) ColorLabels = 230 ( 883 ) LayerLabels = 230 ( 883 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 230 ( 1434 ) N2Labels = 0 ( 0 ) TotalLabels = 231 ( 1435 ) NameLabels = 231 ( 369 ) ColorLabels = 230 ( 1434 ) LayerLabels = 230 ( 1434 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) COLORS : Colors = YELLOW ( YELLOW ) diff --git a/tests/de/iges_2/A3 b/tests/de/iges_2/A3 index 7d988fe77c..e06a8ad5f1 100644 --- a/tests/de/iges_2/A3 +++ b/tests/de/iges_2/A3 @@ -12,7 +12,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 56 ( 56 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 56 ( 56 ) FreeWire = 38 ( 38 ) TOLERANCE : MaxTol = 0.4238514895 ( 0.4238514534 ) AvgTol = 0.006092757679 ( 0.006092602268 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 252 ( 542 ) N2Labels = 0 ( 0 ) TotalLabels = 253 ( 543 ) NameLabels = 253 ( 331 ) ColorLabels = 252 ( 542 ) LayerLabels = 178 ( 206 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 288 ( 672 ) N2Labels = 0 ( 0 ) TotalLabels = 289 ( 673 ) NameLabels = 253 ( 331 ) ColorLabels = 288 ( 672 ) LayerLabels = 178 ( 206 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 5 ) COLORS : Colors = BLUE MAGENTA RED WHITE ( BLUE MAGENTA RED WHITE YELLOW ) diff --git a/tests/de/iges_2/A4 b/tests/de/iges_2/A4 index b379b6056f..60c41cd942 100644 --- a/tests/de/iges_2/A4 +++ b/tests/de/iges_2/A4 @@ -11,8 +11,8 @@ TPSTAT : Faulties = 0 ( 9 ) Warnings = 110 ( 1087 ) Summary = 110 ( 1 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 622 ( 312 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 622 ( 622 ) FreeWire = 816 ( 816 ) -TOLERANCE : MaxTol = 0.6427268663 ( 4.45211637 ) AvgTol = 0.01239718283 ( 0.01385833784 ) -LABELS : N0Labels = 7 ( 7 ) N1Labels = 379 ( 3264 ) N2Labels = 0 ( 0 ) TotalLabels = 386 ( 3271 ) NameLabels = 386 ( 1010 ) ColorLabels = 381 ( 3266 ) LayerLabels = 0 ( 0 ) +TOLERANCE : MaxTol = 0.6427268663 ( 4.45211637 ) AvgTol = 0.01239718282 ( 0.01385833784 ) +LABELS : N0Labels = 7 ( 7 ) N1Labels = 787 ( 3264 ) N2Labels = 0 ( 0 ) TotalLabels = 794 ( 3271 ) NameLabels = 386 ( 1010 ) ColorLabels = 789 ( 3266 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) COLORS : Colors = WHITE ( WHITE ) diff --git a/tests/de/iges_2/A5 b/tests/de/iges_2/A5 index 414c4ba27c..04011e2d45 100644 --- a/tests/de/iges_2/A5 +++ b/tests/de/iges_2/A5 @@ -11,8 +11,8 @@ TPSTAT : Faulties = 0 ( 733 ) Warnings = 68 ( 4336 ) Summary = 68 ( 5 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2263 ( 2263 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2263 ( 2263 ) FreeWire = 2854 ( 2907 ) -TOLERANCE : MaxTol = 0.7925892163 ( 0.7925891552 ) AvgTol = 0.001587411539 ( 0.001648585557 ) -LABELS : N0Labels = 28 ( 28 ) N1Labels = 13487 ( 17629 ) N2Labels = 0 ( 0 ) TotalLabels = 13515 ( 17657 ) NameLabels = 13515 ( 17494 ) ColorLabels = 13489 ( 17629 ) LayerLabels = 13438 ( 17573 ) +TOLERANCE : MaxTol = 0.7925892163 ( 0.7925891552 ) AvgTol = 0.001587386005 ( 0.001648585553 ) +LABELS : N0Labels = 28 ( 28 ) N1Labels = 16279 ( 19400 ) N2Labels = 0 ( 0 ) TotalLabels = 16307 ( 19428 ) NameLabels = 13464 ( 17443 ) ColorLabels = 16281 ( 19400 ) LayerLabels = 13440 ( 19344 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 18 ( 18 ) COLORS : Colors = BLUE CYAN DARKKHAKI DARKSEAGREEN2 DEEPSKYBLUE2 DODGERBLUE2 GOLD3 GREEN GREEN4 KHAKI1 LIGHTPINK1 LIGHTSEAGREEN ORANGE PALEVIOLETRED4 PLUM1 RED WHITE YELLOW ( BLUE CYAN DARKKHAKI DARKSEAGREEN2 DEEPSKYBLUE2 DODGERBLUE2 GOLD3 GREEN GREEN4 KHAKI1 LIGHTPINK1 LIGHTSEAGREEN ORANGE PALEVIOLETRED4 PLUM1 RED WHITE YELLOW ) diff --git a/tests/de/iges_2/A6 b/tests/de/iges_2/A6 index eef7b0c516..cd13ab4a7a 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 ) STATSHAPE : Solid = 0 ( 5 ) Shell = 0 ( 5 ) Face = 93 ( 93 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1e-005 ( 0.9051733624 ) AvgTol = 9.894427245e-006 ( 0.243781117 ) +TOLERANCE : MaxTol = 1e-05 ( 0.9051733624 ) AvgTol = 9.894427245e-06 ( 0.2437792354 ) 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 0841e3e1bb..49f1808c38 100644 --- a/tests/de/iges_2/A7 +++ b/tests/de/iges_2/A7 @@ -12,8 +12,8 @@ TPSTAT : Faulties = 0 ( 49 ) Warnings = 45 ( 1060 ) Summary = 45 ( 11 CHECKSHAPE : Wires = 1 ( 0 ) Faces = 1 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 539 ( 539 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 539 ( 539 ) FreeWire = 19 ( 21 ) -TOLERANCE : MaxTol = 0.7510769849 ( 0.7510769849 ) AvgTol = 0.006912656008 ( 0.007275663147 ) -LABELS : N0Labels = 65 ( 65 ) N1Labels = 2112 ( 4443 ) N2Labels = 0 ( 0 ) TotalLabels = 2177 ( 4508 ) NameLabels = 2177 ( 2778 ) ColorLabels = 2123 ( 4458 ) LayerLabels = 0 ( 0 ) +TOLERANCE : MaxTol = 0.7510769849 ( 0.7510769849 ) AvgTol = 0.006912649549 ( 0.007275663147 ) +LABELS : N0Labels = 65 ( 65 ) N1Labels = 2114 ( 5314 ) N2Labels = 0 ( 0 ) TotalLabels = 2179 ( 5379 ) NameLabels = 2175 ( 2776 ) ColorLabels = 2125 ( 5329 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 4 ) COLORS : Colors = BLUE WHITE YELLOW ( BLUE GREEN WHITE YELLOW ) diff --git a/tests/de/iges_2/A8 b/tests/de/iges_2/A8 index 6b18a948dc..f9b198f517 100644 --- a/tests/de/iges_2/A8 +++ b/tests/de/iges_2/A8 @@ -11,8 +11,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 25 ( 339 ) Summary = 25 ( 339 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 157 ( 157 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 157 ( 157 ) FreeWire = 34 ( 34 ) -TOLERANCE : MaxTol = 0.9504514132 ( 1.074871981 ) AvgTol = 0.0174083729 ( 0.01759673602 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 545 ( 1285 ) N2Labels = 0 ( 0 ) TotalLabels = 546 ( 1286 ) NameLabels = 546 ( 645 ) ColorLabels = 545 ( 1285 ) LayerLabels = 0 ( 0 ) +TOLERANCE : MaxTol = 0.9504514132 ( 1.074871981 ) AvgTol = 0.0174081633 ( 0.01759673602 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 579 ( 1497 ) N2Labels = 0 ( 0 ) TotalLabels = 580 ( 1498 ) NameLabels = 546 ( 645 ) ColorLabels = 579 ( 1497 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 7 ) COLORS : Colors = GREEN GREEN4 MAGENTA WHITE YELLOW YELLOW3 ( BLUE GREEN GREEN4 MAGENTA WHITE YELLOW YELLOW3 ) diff --git a/tests/de/iges_2/A9 b/tests/de/iges_2/A9 index 58b7bcf1f7..9905a76202 100755 --- a/tests/de/iges_2/A9 +++ b/tests/de/iges_2/A9 @@ -13,9 +13,9 @@ DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) TPSTAT : Faulties = 0 ( 0 ) Warnings = 75 ( 15 ) Summary = 75 ( 15 ) CHECKSHAPE : Wires = 2 ( 1 ) Faces = 2 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2344 ( 1106 ) -STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2344 ( 2342 ) FreeWire = 2328 ( 2328 ) -TOLERANCE : MaxTol = 0.9711309062 ( 0.9711309063 ) AvgTol = 0.01917042498 ( 0.01948768236 ) -LABELS : N0Labels = 250 ( 250 ) N1Labels = 2268 ( 3204 ) N2Labels = 0 ( 0 ) TotalLabels = 2518 ( 3454 ) NameLabels = 2518 ( 3454 ) ColorLabels = 2512 ( 3448 ) LayerLabels = 0 ( 0 ) +STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2344 ( 2342 ) FreeWire = 2328 ( 4220 ) +TOLERANCE : MaxTol = 0.9711309062 ( 0.9711309063 ) AvgTol = 0.01917041579 ( 0.02395374369 ) +LABELS : N0Labels = 250 ( 250 ) N1Labels = 2268 ( 4296 ) N2Labels = 0 ( 0 ) TotalLabels = 2518 ( 4546 ) NameLabels = 2518 ( 3454 ) ColorLabels = 2512 ( 4540 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) COLORS : Colors = CYAN LIGHTPINK PALEGOLDENROD ROSYBROWN ( CYAN LIGHTPINK PALEGOLDENROD ROSYBROWN ) diff --git a/tests/de/iges_2/B1 b/tests/de/iges_2/B1 index d9717d3478..0549bf1f4f 100755 --- a/tests/de/iges_2/B1 +++ b/tests/de/iges_2/B1 @@ -11,12 +11,12 @@ TPSTAT : Faulties = 0 ( 480 ) Warnings = 321 ( 4694 ) Summary = 321 ( CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 732 ( 732 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 732 ( 732 ) FreeWire = 1612 ( 1613 ) -TOLERANCE : MaxTol = 0.6032674714 ( 0.6032674714 ) AvgTol = 0.001484585226 ( 0.001489802052 ) -LABELS : N0Labels = 4 ( 7 ) N1Labels = 11017 ( 18087 ) N2Labels = 0 ( 0 ) TotalLabels = 11021 ( 18094 ) NameLabels = 10620 ( 13085 ) ColorLabels = 11018 ( 18086 ) LayerLabels = 10917 ( 17934 ) +TOLERANCE : MaxTol = 0.6032674714 ( 0.6032674714 ) AvgTol = 0.001484584911 ( 0.001489802052 ) +LABELS : N0Labels = 4 ( 7 ) N1Labels = 10485 ( 16435 ) N2Labels = 0 ( 0 ) TotalLabels = 10489 ( 16442 ) NameLabels = 8504 ( 10969 ) ColorLabels = 10486 ( 16434 ) LayerLabels = 8801 ( 16282 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 17 ( 17 ) COLORS : Colors = BLUE CYAN DARKGOLDENROD1 DARKSLATEGRAY1 GREEN GREEN4 LIGHTPINK1 MAGENTA MEDIUMPURPLE1 MEDIUMSPRINGGREEN PURPLE RED RED3 ROYALBLUE2 SEAGREEN2 WHITE YELLOW ( BLUE CYAN DARKGOLDENROD1 DARKSLATEGRAY1 GREEN GREEN4 LIGHTPINK1 MAGENTA MEDIUMPURPLE1 MEDIUMSPRINGGREEN PURPLE RED RED3 ROYALBLUE2 SEAGREEN2 WHITE YELLOW ) -NLAYERS : NLayers = 16 ( 17 ) -LAYERS : Layers = 1 101 102 104 106 107 108 152 154 156 158 2 240 255 6 7 ( 1 101 102 104 106 107 108 152 154 156 158 2 239 240 255 6 7 ) +NLAYERS : NLayers = 13 ( 17 ) +LAYERS : Layers = 102 104 106 107 108 152 154 156 158 2 240 255 7 ( 1 101 102 104 106 107 108 152 154 156 158 2 239 240 255 6 7 ) } diff --git a/tests/de/iges_2/B2 b/tests/de/iges_2/B2 index e1326c3f39..83e5911876 100644 --- a/tests/de/iges_2/B2 +++ b/tests/de/iges_2/B2 @@ -11,8 +11,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 56 ( 425 ) Summary = 56 ( 425 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1892 ( 1892 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1892 ( 1892 ) FreeWire = 54 ( 54 ) -TOLERANCE : MaxTol = 0.5322014093 ( 0.5322014093 ) AvgTol = 0.002295472796 ( 0.002300296014 ) -LABELS : N0Labels = 7 ( 7 ) N1Labels = 1982 ( 2455 ) N2Labels = 0 ( 0 ) TotalLabels = 1989 ( 2462 ) NameLabels = 1989 ( 2062 ) ColorLabels = 1982 ( 2455 ) LayerLabels = 1982 ( 2455 ) +TOLERANCE : MaxTol = 0.5322014093 ( 0.5322014093 ) AvgTol = 0.002295472768 ( 0.002300296012 ) +LABELS : N0Labels = 7 ( 7 ) N1Labels = 2036 ( 2542 ) N2Labels = 0 ( 0 ) TotalLabels = 2043 ( 2549 ) NameLabels = 1989 ( 2062 ) ColorLabels = 2036 ( 2542 ) LayerLabels = 1982 ( 2542 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 4 ) COLORS : Colors = GRAY67 GREEN YELLOW ( GRAY67 GREEN MAGENTA YELLOW ) diff --git a/tests/de/iges_2/B3 b/tests/de/iges_2/B3 index 23bff17a40..75f8faef25 100644 --- a/tests/de/iges_2/B3 +++ b/tests/de/iges_2/B3 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 5 ( 219 ) Summary = 5 ( 219 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 4004 ( 4004 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 4004 ( 4004 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.01077402956 ( 0.005387073003 ) AvgTol = 4.984658154e-006 ( 9.179911224e-006 ) +TOLERANCE : MaxTol = 0.01077402956 ( 0.005387073003 ) AvgTol = 4.655384424e-06 ( 9.179906173e-06 ) LABELS : N0Labels = 4004 ( 4004 ) N1Labels = 0 ( 916 ) N2Labels = 0 ( 0 ) TotalLabels = 4004 ( 4920 ) NameLabels = 4004 ( 4004 ) ColorLabels = 248 ( 1164 ) LayerLabels = 3366 ( 4282 ) 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 a058c239ec..e590b8ec7c 100644 --- a/tests/de/iges_2/B4 +++ b/tests/de/iges_2/B4 @@ -7,12 +7,12 @@ set filename Case.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 267 ( 552 ) Summary = 267 ( 552 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 268 ( 552 ) Summary = 268 ( 552 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 208 ( 208 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 208 ( 208 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.7043468651 ( 0.7043466394 ) AvgTol = 0.006003712839 ( 0.006001242372 ) -LABELS : N0Labels = 1 ( 2 ) N1Labels = 208 ( 208 ) N2Labels = 0 ( 0 ) TotalLabels = 209 ( 210 ) NameLabels = 1 ( 2 ) ColorLabels = 208 ( 209 ) LayerLabels = 0 ( 0 ) +TOLERANCE : MaxTol = 0.7043468651 ( 0.7043466394 ) AvgTol = 0.006003712781 ( 0.006001242372 ) +LABELS : N0Labels = 1 ( 2 ) N1Labels = 239 ( 208 ) N2Labels = 0 ( 0 ) TotalLabels = 240 ( 210 ) NameLabels = 1 ( 2 ) ColorLabels = 239 ( 209 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 2 ) COLORS : Colors = DEEPSKYBLUE1 ( DEEPSKYBLUE1 WHITE ) diff --git a/tests/de/iges_2/B5 b/tests/de/iges_2/B5 index 7cee417d1f..9816f3918a 100644 --- a/tests/de/iges_2/B5 +++ b/tests/de/iges_2/B5 @@ -11,8 +11,8 @@ 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 200 ( 200 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 4.399371441e-006 ( 1.000236438e-007 ) AvgTol = 7.221372722e-007 ( 1.000013342e-007 ) -LABELS : N0Labels = 22 ( 23 ) N1Labels = 271 ( 279 ) N2Labels = 0 ( 0 ) TotalLabels = 293 ( 302 ) NameLabels = 22 ( 23 ) ColorLabels = 289 ( 290 ) LayerLabels = 289 ( 290 ) +TOLERANCE : MaxTol = 4.399371441e-06 ( 1.000236438e-07 ) AvgTol = 7.221372722e-07 ( 1.000013342e-07 ) +LABELS : N0Labels = 22 ( 23 ) N1Labels = 295 ( 279 ) N2Labels = 0 ( 0 ) TotalLabels = 317 ( 302 ) NameLabels = 22 ( 23 ) ColorLabels = 313 ( 290 ) LayerLabels = 289 ( 290 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) COLORS : Colors = RED WHITE ( RED WHITE ) diff --git a/tests/de/iges_2/B6 b/tests/de/iges_2/B6 index a1e05d6888..cf1e75e242 100755 --- a/tests/de/iges_2/B6 +++ b/tests/de/iges_2/B6 @@ -3,11 +3,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 = 96 ( 192 ) Summary = 96 ( 192 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 124 ( 192 ) Summary = 124 ( 192 ) CHECKSHAPE : Wires = 2 ( 2 ) Faces = 2 ( 2 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 569 ( 569 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 569 ( 569 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.7161069967 ( 0.7585238415 ) AvgTol = 0.006791986417 ( 0.006958568353 ) +TOLERANCE : MaxTol = 0.7161069967 ( 0.7585238415 ) AvgTol = 0.006788946843 ( 0.006955835734 ) 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 df0882a338..18834d2f50 100644 --- a/tests/de/iges_2/B7 +++ b/tests/de/iges_2/B7 @@ -11,8 +11,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 178 ( 454 ) Summary = 178 ( 45 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 304 ( 304 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 304 ( 304 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.4659394289 ( 0.4659394289 ) AvgTol = 0.01079422073 ( 0.01079529744 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 304 ( 1400 ) N2Labels = 0 ( 0 ) TotalLabels = 305 ( 1401 ) NameLabels = 305 ( 429 ) ColorLabels = 304 ( 1400 ) LayerLabels = 304 ( 1400 ) +TOLERANCE : MaxTol = 0.4659394289 ( 0.4659394289 ) AvgTol = 0.01079422061 ( 0.01079529744 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 304 ( 1854 ) N2Labels = 0 ( 0 ) TotalLabels = 305 ( 1855 ) NameLabels = 305 ( 429 ) ColorLabels = 304 ( 1854 ) LayerLabels = 304 ( 1854 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 3 ) COLORS : Colors = RED WHITE ( RED WHITE YELLOW ) diff --git a/tests/de/iges_2/B8 b/tests/de/iges_2/B8 index 6b680a7f6c..2426ff4ef1 100644 --- a/tests/de/iges_2/B8 +++ b/tests/de/iges_2/B8 @@ -11,11 +11,12 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 293 ( 5002 ) Summary = 293 ( 5 CHECKSHAPE : Wires = 8 ( 11 ) Faces = 8 ( 7 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 4729 ( 4729 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 4729 ( 4729 ) FreeWire = 18 ( 18 ) -TOLERANCE : MaxTol = 0.9804479161 ( 0.9805459497 ) AvgTol = 0.01154139976 ( 0.01155171873 ) -LABELS : N0Labels = 5089 ( 5165 ) N1Labels = 26 ( 3936 ) N2Labels = 0 ( 0 ) TotalLabels = 5115 ( 9101 ) NameLabels = 5089 ( 5165 ) ColorLabels = 5086 ( 9025 ) LayerLabels = 5086 ( 9025 ) +TOLERANCE : MaxTol = 0.9804479161 ( 0.9805459497 ) AvgTol = 0.01154139982 ( 0.01155171873 ) +LABELS : N0Labels = 5089 ( 5165 ) N1Labels = 80 ( 15756 ) N2Labels = 0 ( 0 ) TotalLabels = 5169 ( 20921 ) NameLabels = 5089 ( 5165 ) ColorLabels = 5140 ( 20845 ) LayerLabels = 5122 ( 20845 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) COLORS : Colors = BLUE CYAN GREEN ( BLUE CYAN GREEN ) NLAYERS : NLayers = 3 ( 3 ) LAYERS : Layers = 1 200 51 ( 1 200 51 ) + } diff --git a/tests/de/iges_2/C1 b/tests/de/iges_2/C1 index a9069f5a73..594b55c701 100644 --- a/tests/de/iges_2/C1 +++ b/tests/de/iges_2/C1 @@ -11,8 +11,8 @@ TPSTAT : Faulties = 0 ( 7 ) Warnings = 10 ( 142 ) Summary = 10 ( 149 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 28 ( 28 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 28 ( 28 ) FreeWire = 20 ( 20 ) -TOLERANCE : MaxTol = 0.09192532719 ( 0.09192532719 ) AvgTol = 0.0005521202193 ( 0.0005526017996 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 1153 ( 1298 ) N2Labels = 0 ( 0 ) TotalLabels = 1154 ( 1299 ) NameLabels = 1154 ( 1195 ) ColorLabels = 1153 ( 1298 ) LayerLabels = 1153 ( 1298 ) +TOLERANCE : MaxTol = 0.09192532719 ( 0.09192532719 ) AvgTol = 0.0005521171736 ( 0.0005524808205 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 1109 ( 1273 ) N2Labels = 0 ( 0 ) TotalLabels = 1110 ( 1274 ) NameLabels = 1090 ( 1131 ) ColorLabels = 1109 ( 1273 ) LayerLabels = 1089 ( 1273 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 6 ) COLORS : Colors = BLUE CYAN GOLDENROD2 GREEN YELLOW ( BLUE CYAN GOLDENROD2 GREEN RED YELLOW ) diff --git a/tests/de/iges_2/C2 b/tests/de/iges_2/C2 index 71dfc185fa..f78cd01f00 100644 --- a/tests/de/iges_2/C2 +++ b/tests/de/iges_2/C2 @@ -12,8 +12,8 @@ TPSTAT : Faulties = 2 ( 0 ) Warnings = 91 ( 292 ) Summary = 93 ( 292 CHECKSHAPE : Wires = 8 ( 15 ) Faces = 8 ( 13 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 419 ( 419 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 419 ( 419 ) FreeWire = 4 ( 4 ) -TOLERANCE : MaxTol = 4.548618897 ( 4.543567878 ) AvgTol = 0.03326761265 ( 0.03597535474 ) -LABELS : N0Labels = 457 ( 457 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 457 ( 457 ) NameLabels = 457 ( 457 ) ColorLabels = 451 ( 455 ) LayerLabels = 453 ( 457 ) +TOLERANCE : MaxTol = 4.548618897 ( 4.543567878 ) AvgTol = 0.03326761002 ( 0.03597535474 ) +LABELS : N0Labels = 457 ( 457 ) N1Labels = 4 ( 1259 ) N2Labels = 0 ( 0 ) TotalLabels = 461 ( 1716 ) NameLabels = 457 ( 457 ) ColorLabels = 455 ( 1714 ) LayerLabels = 453 ( 1716 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) COLORS : Colors = RED WHITE ( RED WHITE ) diff --git a/tests/de/iges_2/C3 b/tests/de/iges_2/C3 index e0830b59d7..2490b54ca1 100644 --- a/tests/de/iges_2/C3 +++ b/tests/de/iges_2/C3 @@ -11,8 +11,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 11 ( 190 ) Summary = 11 ( 190 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 309 ( 309 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 309 ( 309 ) FreeWire = 22 ( 22 ) -TOLERANCE : MaxTol = 0.75178756 ( 0.7517875657 ) AvgTol = 0.001674555166 ( 0.00167906973 ) -LABELS : N0Labels = 2030 ( 2204 ) N1Labels = 8 ( 673 ) N2Labels = 0 ( 0 ) TotalLabels = 2038 ( 2877 ) NameLabels = 2030 ( 2204 ) ColorLabels = 2006 ( 2703 ) LayerLabels = 2006 ( 2703 ) +TOLERANCE : MaxTol = 0.75178756 ( 0.7517875657 ) AvgTol = 0.001674553855 ( 0.00167906973 ) +LABELS : N0Labels = 2030 ( 2204 ) N1Labels = 30 ( 1187 ) N2Labels = 0 ( 0 ) TotalLabels = 2060 ( 3391 ) NameLabels = 2030 ( 2204 ) ColorLabels = 2028 ( 3217 ) LayerLabels = 2006 ( 3217 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 12 ( 12 ) COLORS : Colors = GRAY61 GREEN LIGHTSALMON2 MAGENTA MAGENTA3 RED ROSYBROWN SPRINGGREEN4 TURQUOISE TURQUOISE2 WHITE YELLOW ( GRAY61 GREEN LIGHTSALMON2 MAGENTA MAGENTA3 RED ROSYBROWN SPRINGGREEN4 TURQUOISE TURQUOISE2 WHITE YELLOW ) diff --git a/tests/de/iges_2/C4 b/tests/de/iges_2/C4 index 79d3fe465d..1991a1b0e7 100644 --- a/tests/de/iges_2/C4 +++ b/tests/de/iges_2/C4 @@ -1,21 +1,22 @@ # !!!! 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" set filename PRO14323.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 32 ( 319 ) Summary = 32 ( 319 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 31 ( 318 ) Summary = 31 ( 318 ) CHECKSHAPE : Wires = 0 ( 1 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 153 ( 153 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 153 ( 153 ) FreeWire = 21 ( 21 ) -TOLERANCE : MaxTol = 0.9672552763 ( 0.776676229 ) AvgTol = 0.01571417252 ( 0.01646993877 ) -LABELS : N0Labels = 564 ( 564 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 564 ( 564 ) NameLabels = 564 ( 564 ) ColorLabels = 543 ( 564 ) LayerLabels = 543 ( 564 ) +TOLERANCE : MaxTol = 0.9672552763 ( 0.776676229 ) AvgTol = 0.0152617674 ( 0.01601202399 ) +LABELS : N0Labels = 564 ( 564 ) N1Labels = 20 ( 732 ) N2Labels = 0 ( 0 ) TotalLabels = 584 ( 1296 ) NameLabels = 564 ( 564 ) ColorLabels = 563 ( 1296 ) LayerLabels = 543 ( 1296 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 2 ( 2 ) -COLORS : Colors = CYAN GRAY57 ( CYAN GRAY57 ) +NCOLORS : NColors = 2 ( 3 ) +COLORS : Colors = CYAN GRAY57 ( CYAN GRAY57 WHITE ) NLAYERS : NLayers = 2 ( 2 ) LAYERS : Layers = 1 25 ( 1 25 ) diff --git a/tests/de/iges_2/C5 b/tests/de/iges_2/C5 index a773052085..7c95405ff3 100644 --- a/tests/de/iges_2/C5 +++ b/tests/de/iges_2/C5 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 7 ( 2820 ) Summary = 7 ( 2820 CHECKSHAPE : Wires = 1 ( 6 ) Faces = 1 ( 6 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3786 ( 3786 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3786 ( 3786 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.08172710091 ( 0.05040240237 ) AvgTol = 0.0006058177695 ( 0.0006024184165 ) +TOLERANCE : MaxTol = 0.08172710091 ( 0.05040240237 ) AvgTol = 0.0006058177629 ( 0.0006024184155 ) LABELS : N0Labels = 3785 ( 3785 ) N1Labels = 2 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 3787 ( 3785 ) NameLabels = 3785 ( 3785 ) ColorLabels = 3786 ( 3785 ) LayerLabels = 3786 ( 3785 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 6 ) diff --git a/tests/de/iges_2/C7 b/tests/de/iges_2/C7 index 7c4494c4dd..45599c711a 100755 --- a/tests/de/iges_2/C7 +++ b/tests/de/iges_2/C7 @@ -11,8 +11,8 @@ TPSTAT : Faulties = 2 ( 212 ) Warnings = 6 ( 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 9 ( 9 ) FreeWire = 477 ( 477 ) -TOLERANCE : MaxTol = 0.002386883227 ( 0.002386886993 ) AvgTol = 1.573802585e-006 ( 1.573804825e-006 ) -LABELS : N0Labels = 2053 ( 2148 ) N1Labels = 381 ( 253 ) N2Labels = 0 ( 0 ) TotalLabels = 2434 ( 2401 ) NameLabels = 2053 ( 2148 ) ColorLabels = 1932 ( 2306 ) LayerLabels = 1932 ( 2306 ) +TOLERANCE : MaxTol = 0.002386883227 ( 0.002386886993 ) AvgTol = 1.573802585e-06 ( 1.573804825e-06 ) +LABELS : N0Labels = 2053 ( 2148 ) N1Labels = 419 ( 259 ) N2Labels = 0 ( 0 ) TotalLabels = 2472 ( 2407 ) NameLabels = 2053 ( 2148 ) ColorLabels = 1970 ( 2312 ) LayerLabels = 1932 ( 2312 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 13 ( 13 ) COLORS : Colors = BLUE CYAN CYAN3 DARKORANGE2 DEEPPINK4 GREEN GREEN4 LIGHTPINK2 MAGENTA MATRAGRAY RED SIENNA3 YELLOW ( BLUE CYAN CYAN3 DARKORANGE2 DEEPPINK4 GREEN GREEN4 LIGHTPINK2 MAGENTA MATRAGRAY RED SIENNA3 YELLOW ) diff --git a/tests/de/iges_2/C8 b/tests/de/iges_2/C8 index 6721e4f155..21f89a3743 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) 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 78fa20b366..c3bf1b53b3 100755 --- a/tests/de/iges_2/C9 +++ b/tests/de/iges_2/C9 @@ -12,8 +12,8 @@ TPSTAT : Faulties = 4 ( 0 ) Warnings = 0 ( 3 ) Summary = 4 ( 3 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 15 ( 15 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 15 ( 15 ) FreeWire = 1 ( 1 ) -TOLERANCE : MaxTol = 0.0007118427497 ( 0.0007117688754 ) AvgTol = 1.660862318e-005 ( 1.660574276e-005 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 68 ( 137 ) N2Labels = 0 ( 0 ) TotalLabels = 69 ( 138 ) NameLabels = 69 ( 76 ) ColorLabels = 68 ( 137 ) LayerLabels = 0 ( 0 ) +TOLERANCE : MaxTol = 0.0007118427497 ( 0.0007117688754 ) AvgTol = 1.660862318e-05 ( 1.660574276e-05 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 25 ( 93 ) N2Labels = 0 ( 0 ) TotalLabels = 26 ( 94 ) NameLabels = 25 ( 32 ) ColorLabels = 25 ( 93 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) COLORS : Colors = WHITE ( WHITE ) diff --git a/tests/de/iges_2/D1 b/tests/de/iges_2/D1 index 4a11b3037f..8427d9311c 100755 --- a/tests/de/iges_2/D1 +++ b/tests/de/iges_2/D1 @@ -13,7 +13,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 169 ( 169 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 169 ( 169 ) FreeWire = 49 ( 49 ) TOLERANCE : MaxTol = 0.1765497108 ( 0.1765497101 ) AvgTol = 0.0004121043216 ( 0.000415773091 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 981 ( 2201 ) N2Labels = 0 ( 0 ) TotalLabels = 982 ( 2202 ) NameLabels = 982 ( 1142 ) ColorLabels = 981 ( 2201 ) LayerLabels = 981 ( 2201 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 444 ( 1645 ) N2Labels = 0 ( 0 ) TotalLabels = 445 ( 1646 ) NameLabels = 396 ( 553 ) ColorLabels = 444 ( 1645 ) LayerLabels = 395 ( 1645 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 6 ) COLORS : Colors = BLUE CYAN GREEN MAGENTA WHITE YELLOW ( BLUE CYAN GREEN MAGENTA WHITE YELLOW ) diff --git a/tests/de/iges_2/D2 b/tests/de/iges_2/D2 index 6a88d20125..303b233260 100644 --- a/tests/de/iges_2/D2 +++ b/tests/de/iges_2/D2 @@ -7,11 +7,11 @@ set filename UK4.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 138 ( 695 ) Summary = 138 ( 695 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 150 ( 695 ) Summary = 150 ( 695 ) CHECKSHAPE : Wires = 0 ( 1 ) Faces = 0 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 272 ( 271 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 272 ( 271 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.7291364392 ( 0.7291361907 ) AvgTol = 0.01261526391 ( 0.01261915338 ) +TOLERANCE : MaxTol = 0.7291364392 ( 0.7291361907 ) AvgTol = 0.01261530853 ( 0.01261915338 ) LABELS : N0Labels = 271 ( 271 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 271 ( 271 ) NameLabels = 271 ( 271 ) ColorLabels = 0 ( 0 ) LayerLabels = 271 ( 271 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 0 ) diff --git a/tests/de/iges_2/D3 b/tests/de/iges_2/D3 index c759221d97..fda41e4522 100644 --- a/tests/de/iges_2/D3 +++ b/tests/de/iges_2/D3 @@ -7,12 +7,12 @@ set filename UKI60107-5.igs set ref_data { DATA : Faulties = 0 ( 12 ) Warnings = 0 ( 0 ) Summary = 0 ( 12 ) -TPSTAT : Faulties = 2 ( 0 ) Warnings = 64 ( 134 ) Summary = 66 ( 134 ) +TPSTAT : Faulties = 2 ( 0 ) Warnings = 218 ( 134 ) Summary = 220 ( 134 ) CHECKSHAPE : Wires = 1 ( 1 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 93 ( 93 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 93 ( 93 ) FreeWire = 2 ( 2 ) -TOLERANCE : MaxTol = 7.725102137e-006 ( 1e-005 ) AvgTol = 2.262720869e-007 ( 9.344523314e-006 ) -LABELS : N0Labels = 513 ( 513 ) N1Labels = 0 ( 15 ) N2Labels = 0 ( 0 ) TotalLabels = 513 ( 528 ) NameLabels = 513 ( 513 ) ColorLabels = 402 ( 422 ) LayerLabels = 508 ( 528 ) +TOLERANCE : MaxTol = 1e-05 ( 1e-05 ) AvgTol = 4.819041503e-07 ( 9.344523314e-06 ) +LABELS : N0Labels = 513 ( 513 ) N1Labels = 2 ( 15 ) N2Labels = 0 ( 0 ) TotalLabels = 515 ( 528 ) NameLabels = 513 ( 513 ) ColorLabels = 404 ( 422 ) LayerLabels = 508 ( 528 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 5 ) COLORS : Colors = GREEN MAGENTA RED WHITE YELLOW ( GREEN MAGENTA RED WHITE YELLOW ) diff --git a/tests/de/iges_2/D4 b/tests/de/iges_2/D4 index 7afe7cf116..ebc1d79d9c 100644 --- a/tests/de/iges_2/D4 +++ b/tests/de/iges_2/D4 @@ -1,7 +1,6 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: transfer failed : entity skipped." puts "TODO CR23096 ALL: LABELS : Faulty" -puts "TODO CR23096 ALL: COLORS : Faulty" set filename UKI60878.igs @@ -12,11 +11,11 @@ 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 1 ) Face = 136 ( 136 ) FreeWire = 169 ( 169 ) -TOLERANCE : MaxTol = 0.8737801249 ( 0.873776131 ) AvgTol = 0.01399319445 ( 0.01399287032 ) -LABELS : N0Labels = 416 ( 416 ) N1Labels = 2 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 418 ( 416 ) NameLabels = 416 ( 416 ) ColorLabels = 247 ( 416 ) LayerLabels = 247 ( 416 ) +TOLERANCE : MaxTol = 0.8737801249 ( 0.873776131 ) AvgTol = 0.01396134299 ( 0.01396106119 ) +LABELS : N0Labels = 416 ( 416 ) N1Labels = 171 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 587 ( 416 ) NameLabels = 416 ( 416 ) ColorLabels = 416 ( 416 ) LayerLabels = 247 ( 416 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 4 ( 5 ) -COLORS : Colors = CYAN GRAY33 GRAY6 YELLOW ( CYAN GRAY33 GRAY6 WHITE YELLOW ) +NCOLORS : NColors = 5 ( 5 ) +COLORS : Colors = CYAN GRAY33 GRAY6 WHITE YELLOW ( CYAN GRAY33 GRAY6 WHITE YELLOW ) NLAYERS : NLayers = 2 ( 2 ) LAYERS : Layers = 10 2 ( 10 2 ) diff --git a/tests/de/iges_2/D5 b/tests/de/iges_2/D5 index 8defd52a31..8e23f4ce83 100644 --- a/tests/de/iges_2/D5 +++ b/tests/de/iges_2/D5 @@ -1,21 +1,20 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: LABELS : Faulty" -puts "TODO CR23096 ALL: COLORS : Faulty" set filename UKI60997.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 44 ( 72 ) Summary = 44 ( 72 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 50 ( 72 ) Summary = 50 ( 72 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 25 ( 25 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 25 ( 25 ) FreeWire = 1 ( 1 ) -TOLERANCE : MaxTol = 0.5931853741 ( 0.5931853741 ) AvgTol = 0.01696808086 ( 0.01696902111 ) -LABELS : N0Labels = 26 ( 26 ) N1Labels = 0 ( 31 ) N2Labels = 0 ( 0 ) TotalLabels = 26 ( 57 ) NameLabels = 26 ( 57 ) ColorLabels = 25 ( 57 ) LayerLabels = 0 ( 0 ) +TOLERANCE : MaxTol = 0.5931853741 ( 0.5931853741 ) AvgTol = 0.01696838021 ( 0.01696902111 ) +LABELS : N0Labels = 26 ( 26 ) N1Labels = 2 ( 81 ) N2Labels = 0 ( 0 ) TotalLabels = 28 ( 107 ) NameLabels = 26 ( 57 ) ColorLabels = 27 ( 107 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 3 ( 4 ) -COLORS : Colors = ORANGE ORANGERED RED ( GREEN ORANGE ORANGERED RED ) +NCOLORS : NColors = 4 ( 4 ) +COLORS : Colors = GREEN ORANGE ORANGERED RED ( GREEN ORANGE ORANGERED RED ) NLAYERS : NLayers = 0 ( 0 ) LAYERS : Layers = ( ) diff --git a/tests/de/iges_2/D6 b/tests/de/iges_2/D6 index 3cd385c9c1..9712e514ad 100644 --- a/tests/de/iges_2/D6 +++ b/tests/de/iges_2/D6 @@ -11,8 +11,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 11 ) Summary = 0 ( 11 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 11 ( 11 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 11 ( 11 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1e-005 ( 1.210776757e-007 ) AvgTol = 1.545256205e-006 ( 1.010720359e-007 ) -LABELS : N0Labels = 11 ( 11 ) N1Labels = 0 ( 13 ) N2Labels = 0 ( 0 ) TotalLabels = 11 ( 24 ) NameLabels = 11 ( 24 ) ColorLabels = 11 ( 24 ) LayerLabels = 0 ( 0 ) +TOLERANCE : MaxTol = 1e-05 ( 1.210776757e-07 ) AvgTol = 1.545256205e-06 ( 1.010720359e-07 ) +LABELS : N0Labels = 11 ( 11 ) N1Labels = 4 ( 13 ) N2Labels = 0 ( 0 ) TotalLabels = 15 ( 24 ) NameLabels = 11 ( 24 ) ColorLabels = 15 ( 24 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 1 ( 1 ) COLORS : Colors = ORANGERED ( ORANGERED ) diff --git a/tests/de/iges_2/D7 b/tests/de/iges_2/D7 index 58ea5c82f6..caf3709193 100644 --- a/tests/de/iges_2/D7 +++ b/tests/de/iges_2/D7 @@ -11,8 +11,8 @@ TPSTAT : Faulties = 0 ( 90 ) Warnings = 0 ( 67 ) Summary = 0 ( 157 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) FreeWire = 22 ( 22 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) -LABELS : N0Labels = 2969 ( 2969 ) N1Labels = 535 ( 419 ) N2Labels = 0 ( 0 ) TotalLabels = 3504 ( 3388 ) NameLabels = 2969 ( 2969 ) ColorLabels = 2305 ( 2287 ) LayerLabels = 3288 ( 3308 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) +LABELS : N0Labels = 2969 ( 2969 ) N1Labels = 549 ( 419 ) N2Labels = 0 ( 0 ) TotalLabels = 3518 ( 3388 ) NameLabels = 2969 ( 2969 ) ColorLabels = 2319 ( 2287 ) LayerLabels = 3288 ( 3308 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 6 ) COLORS : Colors = BLUE CYAN GREEN MAGENTA RED YELLOW ( BLUE CYAN GREEN MAGENTA RED YELLOW ) diff --git a/tests/de/iges_2/D8 b/tests/de/iges_2/D8 index 72da01df46..3a56dce2b8 100644 --- a/tests/de/iges_2/D8 +++ b/tests/de/iges_2/D8 @@ -1,20 +1,20 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: LABELS : Faulty" -puts "TODO CR23096 ALL: COLORS : Faulty" + set filename USA60231.igs set ref_data { DATA : Faulties = 0 ( 1 ) Warnings = 0 ( 0 ) Summary = 0 ( 1 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 650 ( 1843 ) Summary = 650 ( 1843 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 665 ( 1843 ) Summary = 665 ( 1843 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 692 ( 692 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 692 ( 692 ) FreeWire = 5 ( 5 ) -TOLERANCE : MaxTol = 1.089725986e-005 ( 1.089659658e-005 ) AvgTol = 1.975349505e-006 ( 9.653139925e-006 ) -LABELS : N0Labels = 693 ( 693 ) N1Labels = 10 ( 1399 ) N2Labels = 0 ( 0 ) TotalLabels = 703 ( 2092 ) NameLabels = 693 ( 1341 ) ColorLabels = 692 ( 2092 ) LayerLabels = 692 ( 2092 ) +TOLERANCE : MaxTol = 1.089725986e-005 ( 1.089659658e-005 ) AvgTol = 1.339226067e-006 ( 9.653139925e-006 ) +LABELS : N0Labels = 693 ( 693 ) N1Labels = 12 ( 1399 ) N2Labels = 0 ( 0 ) TotalLabels = 705 ( 2092 ) NameLabels = 693 ( 1341 ) ColorLabels = 694 ( 2092 ) LayerLabels = 692 ( 2092 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 3 ( 4 ) -COLORS : Colors = CYAN WHITE YELLOW ( CYAN GREEN3 WHITE YELLOW ) +NCOLORS : NColors = 4 ( 4 ) +COLORS : Colors = CYAN GREEN3 WHITE YELLOW ( CYAN GREEN3 WHITE YELLOW ) NLAYERS : NLayers = 2 ( 2 ) LAYERS : Layers = 10 3 ( 10 3 ) diff --git a/tests/de/iges_2/D9 b/tests/de/iges_2/D9 index f9b2feeca0..8036679463 100644 --- a/tests/de/iges_2/D9 +++ b/tests/de/iges_2/D9 @@ -11,7 +11,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 127 ( 4244 ) Summary = 127 ( 4 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 440 ( 440 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 440 ( 440 ) FreeWire = 20 ( 20 ) -TOLERANCE : MaxTol = 0.07954526757 ( 0.04419037521 ) AvgTol = 0.0008416415666 ( 0.000715264452 ) +TOLERANCE : MaxTol = 0.07954526757 ( 0.04419037521 ) AvgTol = 0.0008415706687 ( 0.000715264452 ) 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/E1 b/tests/de/iges_2/E1 index 6e493054d0..adcacf65f8 100644 --- a/tests/de/iges_2/E1 +++ b/tests/de/iges_2/E1 @@ -12,7 +12,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 12 ( 6 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 12 ( 12 ) FreeWire = 40 ( 40 ) TOLERANCE : MaxTol = 0.2600681266 ( 7.241845164 ) AvgTol = 0.03211270001 ( 0.4065212776 ) -LABELS : N0Labels = 7 ( 7 ) N1Labels = 44 ( 98 ) N2Labels = 0 ( 0 ) TotalLabels = 51 ( 105 ) NameLabels = 51 ( 97 ) ColorLabels = 50 ( 104 ) LayerLabels = 0 ( 0 ) +LABELS : N0Labels = 7 ( 7 ) N1Labels = 83 ( 98 ) N2Labels = 0 ( 0 ) TotalLabels = 90 ( 105 ) NameLabels = 51 ( 97 ) ColorLabels = 89 ( 104 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) COLORS : Colors = RED WHITE ( RED WHITE ) diff --git a/tests/de/iges_2/E2 b/tests/de/iges_2/E2 index 388c30cb30..03ff5cdac6 100644 --- a/tests/de/iges_2/E2 +++ b/tests/de/iges_2/E2 @@ -11,8 +11,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 32 ( 2377 ) Summary = 32 ( 237 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 27 ( 27 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 27 ( 27 ) FreeWire = 99 ( 99 ) -TOLERANCE : MaxTol = 0.5378466765 ( 0.5378466739 ) AvgTol = 0.002037884252 ( 0.002051361294 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 72 ( 171 ) N2Labels = 0 ( 0 ) TotalLabels = 73 ( 172 ) NameLabels = 73 ( 172 ) ColorLabels = 72 ( 171 ) LayerLabels = 72 ( 171 ) +TOLERANCE : MaxTol = 0.5378466765 ( 0.5378466739 ) AvgTol = 0.002037876373 ( 0.002051361294 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 171 ( 182 ) N2Labels = 0 ( 0 ) TotalLabels = 172 ( 183 ) NameLabels = 73 ( 172 ) ColorLabels = 171 ( 182 ) LayerLabels = 72 ( 182 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) COLORS : Colors = GREEN RED YELLOW ( GREEN RED YELLOW ) diff --git a/tests/de/iges_2/E3 b/tests/de/iges_2/E3 index eb7d209fb3..f9e3a1dfe4 100644 --- a/tests/de/iges_2/E3 +++ b/tests/de/iges_2/E3 @@ -12,7 +12,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 208 ( 208 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 208 ( 208 ) FreeWire = 0 ( 0 ) TOLERANCE : MaxTol = 0.08196317057 ( 0.08606507237 ) AvgTol = 0.003601440065 ( 0.004429819317 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 214 ( 1233 ) N2Labels = 0 ( 0 ) TotalLabels = 215 ( 1234 ) NameLabels = 215 ( 311 ) ColorLabels = 214 ( 1233 ) LayerLabels = 214 ( 1233 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 214 ( 1260 ) N2Labels = 0 ( 0 ) TotalLabels = 215 ( 1261 ) NameLabels = 215 ( 311 ) ColorLabels = 214 ( 1260 ) LayerLabels = 214 ( 1260 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 5 ) COLORS : Colors = BLUE GRAY73 WHITE YELLOW ( BLUE GRAY73 GREEN WHITE YELLOW ) diff --git a/tests/de/iges_2/E4 b/tests/de/iges_2/E4 index 45c4189691..a83b2aee76 100644 --- a/tests/de/iges_2/E4 +++ b/tests/de/iges_2/E4 @@ -12,10 +12,10 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 47 ( 47 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 47 ( 47 ) FreeWire = 1 ( 1 ) TOLERANCE : MaxTol = 0.4901518209 ( 0.4901518209 ) AvgTol = 0.01741051483 ( 0.0174182959 ) -LABELS : N0Labels = 48 ( 48 ) N1Labels = 0 ( 394 ) N2Labels = 0 ( 0 ) TotalLabels = 48 ( 442 ) NameLabels = 48 ( 77 ) ColorLabels = 47 ( 442 ) LayerLabels = 47 ( 442 ) +LABELS : N0Labels = 48 ( 48 ) N1Labels = 1 ( 486 ) N2Labels = 0 ( 0 ) TotalLabels = 49 ( 534 ) NameLabels = 48 ( 77 ) ColorLabels = 48 ( 534 ) LayerLabels = 47 ( 457 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 1 ( 2 ) -COLORS : Colors = MAGENTA ( MAGENTA YELLOW ) +NCOLORS : NColors = 1 ( 3 ) +COLORS : Colors = MAGENTA ( GREEN MAGENTA YELLOW ) NLAYERS : NLayers = 1 ( 1 ) LAYERS : Layers = 2 ( 2 ) diff --git a/tests/de/iges_2/E5 b/tests/de/iges_2/E5 index 06fa2abaeb..478e0cf8f7 100644 --- a/tests/de/iges_2/E5 +++ b/tests/de/iges_2/E5 @@ -7,11 +7,11 @@ set filename ims007.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 1381 ( 3541 ) Summary = 1381 ( 3541 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 1396 ( 3541 ) Summary = 1396 ( 3541 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1193 ( 1193 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1193 ( 1193 ) FreeWire = 614 ( 614 ) -TOLERANCE : MaxTol = 0.9901746983 ( 0.9902737158 ) AvgTol = 0.009634546854 ( 0.00963536588 ) +TOLERANCE : MaxTol = 0.9901746983 ( 0.9902737158 ) AvgTol = 0.009634549413 ( 0.00963536588 ) LABELS : N0Labels = 6194 ( 6194 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 6194 ( 6194 ) NameLabels = 6194 ( 6194 ) ColorLabels = 0 ( 1 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 0 ( 1 ) diff --git a/tests/de/iges_2/E6 b/tests/de/iges_2/E6 index 9ba4a812cc..37cef5bddc 100644 --- a/tests/de/iges_2/E6 +++ b/tests/de/iges_2/E6 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 14 ( 524 ) Summary = 14 ( 524 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1177 ( 1177 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1177 ( 1177 ) FreeWire = 5 ( 5 ) -TOLERANCE : MaxTol = 0.8261873294 ( 0.8261873283 ) AvgTol = 0.01075754234 ( 0.01076339151 ) -LABELS : N0Labels = 1884 ( 1885 ) N1Labels = 0 ( 1036 ) N2Labels = 0 ( 0 ) TotalLabels = 1884 ( 2921 ) NameLabels = 1884 ( 1885 ) ColorLabels = 1873 ( 2920 ) LayerLabels = 1873 ( 2920 ) +TOLERANCE : MaxTol = 0.8261873294 ( 0.8261873283 ) AvgTol = 0.01075754232 ( 0.01076339151 ) +LABELS : N0Labels = 1884 ( 1885 ) N1Labels = 40 ( 4420 ) N2Labels = 0 ( 0 ) TotalLabels = 1924 ( 6305 ) NameLabels = 1884 ( 1885 ) ColorLabels = 1913 ( 6304 ) LayerLabels = 1908 ( 6304 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 7 ( 7 ) COLORS : Colors = BLACK BLUE CYAN GREEN RED WHITE YELLOW ( BLACK BLUE CYAN GREEN RED WHITE YELLOW ) diff --git a/tests/de/iges_2/E7 b/tests/de/iges_2/E7 index 14e3de14fd..40623b36ac 100644 --- a/tests/de/iges_2/E7 +++ b/tests/de/iges_2/E7 @@ -12,8 +12,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 72 ( 1081 ) Summary = 72 ( 108 CHECKSHAPE : Wires = 0 ( 1 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1628 ( 1628 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1628 ( 1628 ) FreeWire = 16 ( 17 ) -TOLERANCE : MaxTol = 0.9993613167 ( 0.9993613167 ) AvgTol = 0.01637963794 ( 0.01644107279 ) -LABELS : N0Labels = 3 ( 3 ) N1Labels = 1632 ( 3631 ) N2Labels = 0 ( 0 ) TotalLabels = 1635 ( 3634 ) NameLabels = 1635 ( 2037 ) ColorLabels = 1632 ( 3633 ) LayerLabels = 1632 ( 3633 ) +TOLERANCE : MaxTol = 0.9993613167 ( 0.9993613167 ) AvgTol = 0.01637963521 ( 0.01644107279 ) +LABELS : N0Labels = 3 ( 3 ) N1Labels = 1642 ( 5023 ) N2Labels = 0 ( 0 ) TotalLabels = 1645 ( 5026 ) NameLabels = 1632 ( 2034 ) ColorLabels = 1642 ( 5025 ) LayerLabels = 1630 ( 5025 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 4 ) COLORS : Colors = BLUE GREEN MAGENTA ( BLUE GREEN MAGENTA RED ) diff --git a/tests/de/iges_2/E8 b/tests/de/iges_2/E8 index a010fc4b59..f8bcdfeb98 100644 --- a/tests/de/iges_2/E8 +++ b/tests/de/iges_2/E8 @@ -1,6 +1,5 @@ # !!!! 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: LAYERS : Faulty" @@ -12,11 +11,11 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 37 ( 556 ) Summary = 37 ( 556 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 105 ( 105 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 105 ( 105 ) FreeWire = 138 ( 262 ) -TOLERANCE : MaxTol = 0.7848432514 ( 0.7848432514 ) AvgTol = 0.01536876498 ( 0.0170408413 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 530 ( 1068 ) N2Labels = 0 ( 0 ) TotalLabels = 531 ( 1069 ) NameLabels = 531 ( 738 ) ColorLabels = 530 ( 1068 ) LayerLabels = 494 ( 1010 ) +TOLERANCE : MaxTol = 0.7848432514 ( 0.7848432514 ) AvgTol = 0.015368765 ( 0.0170395238 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 476 ( 1139 ) N2Labels = 0 ( 0 ) TotalLabels = 477 ( 1140 ) NameLabels = 342 ( 549 ) ColorLabels = 476 ( 1139 ) LayerLabels = 336 ( 1081 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 6 ( 7 ) -COLORS : Colors = BLUE CYAN GREEN MAGENTA WHITE YELLOW ( BLUE CYAN GREEN MAGENTA RED WHITE YELLOW ) +NCOLORS : NColors = 7 ( 7 ) +COLORS : Colors = BLUE CYAN GREEN MAGENTA RED WHITE YELLOW ( BLUE CYAN GREEN MAGENTA RED WHITE YELLOW ) NLAYERS : NLayers = 11 ( 12 ) LAYERS : Layers = 10 110 111 121 131 2 3 5 51 7 9 ( 10 110 111 121 131 2 3 5 51 6 7 9 ) diff --git a/tests/de/iges_2/E9 b/tests/de/iges_2/E9 index cfd677df1b..e514e0ff43 100644 --- a/tests/de/iges_2/E9 +++ b/tests/de/iges_2/E9 @@ -13,7 +13,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 8 ( 7 ) Summary = 8 ( 7 ) CHECKSHAPE : Wires = 1 ( 0 ) Faces = 1 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1480 ( 1479 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1480 ( 1479 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9794963919 ( 0.9794963919 ) AvgTol = 0.04036783943 ( 0.04038000265 ) +TOLERANCE : MaxTol = 0.9794963919 ( 0.9794963919 ) AvgTol = 0.04036783908 ( 0.04038000265 ) 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_2/F1 b/tests/de/iges_2/F1 index e9cd002b01..f6b1790343 100755 --- a/tests/de/iges_2/F1 +++ b/tests/de/iges_2/F1 @@ -13,8 +13,8 @@ TPSTAT : Faulties = 44 ( 0 ) Warnings = 405 ( 1296 ) Summary = 449 ( CHECKSHAPE : Wires = 0 ( 0 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 270 ( 270 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 270 ( 270 ) FreeWire = 108 ( 108 ) -TOLERANCE : MaxTol = 2.113937626e+017 ( 2.113937968e+017 ) AvgTol = 9.737589861e+013 ( 9.762248147e+013 ) -LABELS : N0Labels = 7 ( 7 ) N1Labels = 450 ( 2042 ) N2Labels = 0 ( 0 ) TotalLabels = 457 ( 2049 ) NameLabels = 457 ( 698 ) ColorLabels = 450 ( 2043 ) LayerLabels = 449 ( 2042 ) +TOLERANCE : MaxTol = 2.113937626e+17 ( 2.113937968e+17 ) AvgTol = 9.737589861e+13 ( 9.762248147e+13 ) +LABELS : N0Labels = 7 ( 7 ) N1Labels = 450 ( 2375 ) N2Labels = 0 ( 0 ) TotalLabels = 457 ( 2382 ) NameLabels = 457 ( 698 ) ColorLabels = 450 ( 2376 ) LayerLabels = 449 ( 2375 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 7 ( 7 ) COLORS : Colors = BLUE GREEN MAGENTA RED RED3 WHITE YELLOW ( BLUE GREEN MAGENTA RED RED3 WHITE YELLOW ) diff --git a/tests/de/iges_2/F2 b/tests/de/iges_2/F2 index 565bbfd334..09d41529bc 100755 --- a/tests/de/iges_2/F2 +++ b/tests/de/iges_2/F2 @@ -1,6 +1,5 @@ # !!!! 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: LAYERS : Faulty" @@ -12,11 +11,11 @@ TPSTAT : Faulties = 0 ( 369 ) Warnings = 24 ( 983 ) Summary = 24 ( 13 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 73 ( 73 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 73 ( 73 ) FreeWire = 409 ( 414 ) -TOLERANCE : MaxTol = 0.6679845366 ( 0.6679845366 ) AvgTol = 0.004409841859 ( 0.004584996449 ) -LABELS : N0Labels = 4 ( 7 ) N1Labels = 804 ( 1805 ) N2Labels = 0 ( 0 ) TotalLabels = 808 ( 1812 ) NameLabels = 744 ( 1292 ) ColorLabels = 804 ( 1802 ) LayerLabels = 272 ( 884 ) +TOLERANCE : MaxTol = 0.6679845366 ( 0.6679845366 ) AvgTol = 0.00440983996 ( 0.004584996449 ) +LABELS : N0Labels = 4 ( 7 ) N1Labels = 1000 ( 1924 ) N2Labels = 0 ( 0 ) TotalLabels = 1004 ( 1931 ) NameLabels = 740 ( 1288 ) ColorLabels = 1000 ( 1921 ) LayerLabels = 271 ( 983 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 6 ( 7 ) -COLORS : Colors = CYAN GREEN MAGENTA MAGENTA4 RED WHITE ( BLUE CYAN GREEN MAGENTA MAGENTA4 RED WHITE ) +NCOLORS : NColors = 7 ( 7 ) +COLORS : Colors = BLUE CYAN GREEN MAGENTA MAGENTA4 RED WHITE ( BLUE CYAN GREEN MAGENTA MAGENTA4 RED WHITE ) NLAYERS : NLayers = 7 ( 10 ) LAYERS : Layers = 200 214 240 255 4 51 7 ( 192 200 214 221 239 240 255 4 51 7 ) diff --git a/tests/de/iges_2/F3 b/tests/de/iges_2/F3 index 6c5248fd03..d2a1a34601 100755 --- a/tests/de/iges_2/F3 +++ b/tests/de/iges_2/F3 @@ -12,11 +12,11 @@ TPSTAT : Faulties = 0 ( 367 ) Warnings = 64 ( 1209 ) Summary = 64 ( 1 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 211 ( 211 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 211 ( 211 ) FreeWire = 255 ( 267 ) -TOLERANCE : MaxTol = 0.9498862984 ( 0.9498862984 ) AvgTol = 0.00820696295 ( 0.008218042456 ) -LABELS : N0Labels = 3 ( 6 ) N1Labels = 454 ( 1943 ) N2Labels = 0 ( 0 ) TotalLabels = 457 ( 1949 ) NameLabels = 393 ( 870 ) ColorLabels = 454 ( 1940 ) LayerLabels = 450 ( 1923 ) +TOLERANCE : MaxTol = 0.9498862984 ( 0.9498862984 ) AvgTol = 0.008206959878 ( 0.008218042456 ) +LABELS : N0Labels = 3 ( 6 ) N1Labels = 487 ( 2305 ) N2Labels = 0 ( 0 ) TotalLabels = 490 ( 2311 ) NameLabels = 381 ( 858 ) ColorLabels = 487 ( 2302 ) LayerLabels = 438 ( 2285 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 5 ( 7 ) -COLORS : Colors = CYAN GREEN MAGENTA RED WHITE ( BLUE CYAN GREEN MAGENTA RED WHITE YELLOW ) +NCOLORS : NColors = 6 ( 7 ) +COLORS : Colors = BLUE CYAN GREEN MAGENTA RED WHITE ( BLUE CYAN GREEN MAGENTA RED WHITE YELLOW ) NLAYERS : NLayers = 4 ( 6 ) LAYERS : Layers = 200 240 255 4 ( 192 200 239 240 255 4 ) diff --git a/tests/de/iges_2/F4 b/tests/de/iges_2/F4 index e4c24b7f81..1a3d71c432 100755 --- a/tests/de/iges_2/F4 +++ b/tests/de/iges_2/F4 @@ -12,8 +12,8 @@ TPSTAT : Faulties = 30 ( 36 ) Warnings = 599 ( 1854 ) Summary = 629 ( CHECKSHAPE : Wires = 5 ( 6 ) Faces = 5 ( 6 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3499 ( 3499 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3499 ( 3499 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9816000285 ( 5.284023931 ) AvgTol = 0.02484144483 ( 0.02770136168 ) -LABELS : N0Labels = 12 ( 32 ) N1Labels = 3661 ( 3676 ) N2Labels = 0 ( 0 ) TotalLabels = 3673 ( 3708 ) NameLabels = 12 ( 3696 ) ColorLabels = 3661 ( 3672 ) LayerLabels = 0 ( 0 ) +TOLERANCE : MaxTol = 0.9816000285 ( 5.284023931 ) AvgTol = 0.02484144483 ( 0.02770132808 ) +LABELS : N0Labels = 12 ( 32 ) N1Labels = 3758 ( 12361 ) N2Labels = 0 ( 0 ) TotalLabels = 3770 ( 12393 ) NameLabels = 12 ( 3696 ) ColorLabels = 3758 ( 12357 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 10 ( 11 ) COLORS : Colors = BLUE DEEPSKYBLUE2 DODGERBLUE2 GREEN MAGENTA ORANGE ORANGERED RED TURQUOISE4 WHITE ( BLUE DEEPSKYBLUE2 DODGERBLUE2 GREEN MAGENTA ORANGE ORANGERED RED TURQUOISE4 WHITE YELLOW ) diff --git a/tests/de/iges_2/F5 b/tests/de/iges_2/F5 index da0abdaba0..2d11bed8a0 100755 --- a/tests/de/iges_2/F5 +++ b/tests/de/iges_2/F5 @@ -13,8 +13,8 @@ TPSTAT : Faulties = 6 ( 126 ) Warnings = 18 ( 676 ) 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 91 ( 91 ) FreeWire = 304 ( 372 ) -TOLERANCE : MaxTol = 0.0779303086 ( 0.07793030858 ) AvgTol = 6.708091639e-005 ( 0.0001034077705 ) -LABELS : N0Labels = 4 ( 39 ) N1Labels = 2431 ( 4252 ) N2Labels = 0 ( 0 ) TotalLabels = 2435 ( 4291 ) NameLabels = 2357 ( 2885 ) ColorLabels = 2431 ( 4217 ) LayerLabels = 220 ( 515 ) +TOLERANCE : MaxTol = 0.0779303086 ( 0.07793030858 ) AvgTol = 6.707077371e-05 ( 0.0001034077705 ) +LABELS : N0Labels = 4 ( 39 ) N1Labels = 2577 ( 4193 ) N2Labels = 0 ( 0 ) TotalLabels = 2581 ( 4232 ) NameLabels = 2199 ( 2722 ) ColorLabels = 2577 ( 4158 ) LayerLabels = 96 ( 464 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 7 ) COLORS : Colors = BLUE GREEN MAGENTA RED WHITE YELLOW ( BLUE CYAN GREEN MAGENTA RED WHITE YELLOW ) diff --git a/tests/de/iges_2/F6 b/tests/de/iges_2/F6 index e4ff862a15..afbedadbc6 100755 --- a/tests/de/iges_2/F6 +++ b/tests/de/iges_2/F6 @@ -12,8 +12,8 @@ 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) FreeWire = 7 ( 7 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) -LABELS : N0Labels = 5 ( 17 ) N1Labels = 284 ( 298 ) N2Labels = 0 ( 0 ) TotalLabels = 289 ( 315 ) NameLabels = 5 ( 28 ) ColorLabels = 284 ( 309 ) LayerLabels = 0 ( 309 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) +LABELS : N0Labels = 5 ( 17 ) N1Labels = 291 ( 298 ) N2Labels = 0 ( 0 ) TotalLabels = 296 ( 315 ) NameLabels = 5 ( 28 ) ColorLabels = 291 ( 309 ) LayerLabels = 0 ( 309 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 5 ) COLORS : Colors = RED WHITE ( CYAN GREEN RED WHITE YELLOW ) diff --git a/tests/de/iges_2/F7 b/tests/de/iges_2/F7 index 06fc384985..69d54fd8e4 100644 --- a/tests/de/iges_2/F7 +++ b/tests/de/iges_2/F7 @@ -12,8 +12,8 @@ TPSTAT : Faulties = 0 ( 6 ) Warnings = 1 ( 6 ) Summary = 1 ( 12 ) CHECKSHAPE : Wires = 6 ( 3 ) Faces = 6 ( 3 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 114 ( 114 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 114 ( 114 ) FreeWire = 2 ( 2 ) -TOLERANCE : MaxTol = 1380.000139 ( 0.0004988991064 ) AvgTol = 2.59888767 ( 2.124164932e-005 ) -LABELS : N0Labels = 122 ( 122 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 122 ( 122 ) NameLabels = 122 ( 122 ) ColorLabels = 120 ( 122 ) LayerLabels = 0 ( 0 ) +TOLERANCE : MaxTol = 1380.000139 ( 0.0004988991064 ) AvgTol = 2.59888767 ( 2.124164932e-05 ) +LABELS : N0Labels = 122 ( 122 ) N1Labels = 1 ( 1 ) N2Labels = 0 ( 0 ) TotalLabels = 123 ( 123 ) NameLabels = 122 ( 122 ) ColorLabels = 121 ( 123 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) COLORS : Colors = BLACK LIGHTSTEELBLUE1 PALEGOLDENROD WHITE ( BLACK LIGHTSTEELBLUE1 PALEGOLDENROD WHITE ) diff --git a/tests/de/iges_2/F8 b/tests/de/iges_2/F8 index 103ed61ff6..d50d99960e 100755 --- a/tests/de/iges_2/F8 +++ b/tests/de/iges_2/F8 @@ -14,7 +14,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 107 ( 107 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 107 ( 107 ) FreeWire = 9 ( 9 ) TOLERANCE : MaxTol = 0.07760384877 ( 0.07760384877 ) AvgTol = 0.001993343793 ( 0.002045379681 ) -LABELS : N0Labels = 19 ( 19 ) N1Labels = 347 ( 612 ) N2Labels = 0 ( 0 ) TotalLabels = 366 ( 631 ) NameLabels = 366 ( 433 ) ColorLabels = 357 ( 629 ) LayerLabels = 357 ( 629 ) +LABELS : N0Labels = 19 ( 19 ) N1Labels = 197 ( 695 ) N2Labels = 0 ( 0 ) TotalLabels = 216 ( 714 ) NameLabels = 214 ( 281 ) ColorLabels = 207 ( 712 ) LayerLabels = 205 ( 712 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 5 ( 6 ) COLORS : Colors = BLUE GREEN MAGENTA2 WHITE YELLOW ( BLUE GREEN MAGENTA2 RED WHITE YELLOW ) diff --git a/tests/de/iges_2/F9 b/tests/de/iges_2/F9 index 2acfc66642..6929c05c86 100644 --- a/tests/de/iges_2/F9 +++ b/tests/de/iges_2/F9 @@ -11,9 +11,9 @@ DATA : Faulties = 0 ( 1 ) Warnings = 0 ( 0 ) Summary = 0 ( 1 ) TPSTAT : Faulties = 0 ( 2 ) Warnings = 310 ( 2179 ) Summary = 310 ( 2181 ) CHECKSHAPE : Wires = 0 ( 3 ) Faces = 0 ( 3 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1457 ( 1455 ) -STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1457 ( 1455 ) FreeWire = 516 ( 528 ) -TOLERANCE : MaxTol = 0.3053256329 ( 0.4653265763 ) AvgTol = 0.0008083715719 ( 0.0008564004 ) -LABELS : N0Labels = 5 ( 5 ) N1Labels = 5689 ( 14639 ) N2Labels = 0 ( 0 ) TotalLabels = 5694 ( 14644 ) NameLabels = 5694 ( 7040 ) ColorLabels = 5689 ( 14643 ) LayerLabels = 5689 ( 14643 ) +STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1457 ( 1455 ) FreeWire = 516 ( 540 ) +TOLERANCE : MaxTol = 0.3053256329 ( 0.4653265763 ) AvgTol = 0.0008083596177 ( 0.0008564004 ) +LABELS : N0Labels = 5 ( 5 ) N1Labels = 2121 ( 11722 ) N2Labels = 0 ( 0 ) TotalLabels = 2126 ( 11727 ) NameLabels = 1614 ( 2894 ) ColorLabels = 2121 ( 11726 ) LayerLabels = 1609 ( 11726 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) COLORS : Colors = TURQUOISE WHITE ( TURQUOISE WHITE ) diff --git a/tests/de/iges_2/G1 b/tests/de/iges_2/G1 index 124680ac08..012652fefe 100755 --- a/tests/de/iges_2/G1 +++ b/tests/de/iges_2/G1 @@ -4,16 +4,17 @@ puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" puts "TODO CR23096 ALL: NBSHAPES : Faulty" puts "TODO CR23096 ALL: LABELS : Faulty" + set filename Henri.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 72 ( 54 ) Summary = 72 ( 54 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 69 ( 54 ) Summary = 69 ( 54 ) CHECKSHAPE : Wires = 8 ( 3 ) Faces = 8 ( 3 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3592 ( 2312 ) -STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3592 ( 3592 ) FreeWire = 4024 ( 4024 ) -TOLERANCE : MaxTol = 0.9133007093 ( 0.9133008813 ) AvgTol = 0.005631548694 ( 0.005952104345 ) -LABELS : N0Labels = 24 ( 24 ) N1Labels = 5153 ( 6559 ) N2Labels = 0 ( 0 ) TotalLabels = 5177 ( 6583 ) NameLabels = 5177 ( 6583 ) ColorLabels = 5153 ( 6559 ) LayerLabels = 0 ( 0 ) +STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3592 ( 3592 ) FreeWire = 4024 ( 6082 ) +TOLERANCE : MaxTol = 0.9133007093 ( 0.9133008813 ) AvgTol = 0.005631512248 ( 0.006706357817 ) +LABELS : N0Labels = 24 ( 24 ) N1Labels = 4094 ( 6591 ) N2Labels = 0 ( 0 ) TotalLabels = 4118 ( 6615 ) NameLabels = 4118 ( 5524 ) ColorLabels = 4094 ( 6591 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 6 ) COLORS : Colors = ANTIQUEWHITE4 CHARTREUSE DARKORANGE2 GREENYELLOW STEELBLUE2 WHEAT3 ( ANTIQUEWHITE4 CHARTREUSE DARKORANGE2 GREENYELLOW STEELBLUE2 WHEAT3 ) diff --git a/tests/de/iges_2/G2 b/tests/de/iges_2/G2 index b20d62ad94..697ae2ed6a 100644 --- a/tests/de/iges_2/G2 +++ b/tests/de/iges_2/G2 @@ -12,8 +12,8 @@ TPSTAT : Faulties = 2 ( 0 ) Warnings = 170 ( 940 ) Summary = 172 ( 94 CHECKSHAPE : Wires = 8 ( 8 ) Faces = 5 ( 5 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 346 ( 346 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 346 ( 346 ) FreeWire = 84 ( 84 ) -TOLERANCE : MaxTol = 0.4314224119 ( 0.2157335194 ) AvgTol = 0.001277618654 ( 0.001254883151 ) -LABELS : N0Labels = 560 ( 560 ) N1Labels = 94 ( 90 ) N2Labels = 0 ( 0 ) TotalLabels = 654 ( 650 ) NameLabels = 648 ( 650 ) ColorLabels = 554 ( 640 ) LayerLabels = 554 ( 640 ) +TOLERANCE : MaxTol = 0.4314224119 ( 0.2157335194 ) AvgTol = 0.001277618614 ( 0.001254883151 ) +LABELS : N0Labels = 560 ( 560 ) N1Labels = 150 ( 90 ) N2Labels = 0 ( 0 ) TotalLabels = 710 ( 650 ) NameLabels = 648 ( 650 ) ColorLabels = 610 ( 640 ) LayerLabels = 554 ( 640 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 3 ) COLORS : Colors = CYAN GREEN RED ( CYAN GREEN RED ) diff --git a/tests/de/iges_2/G3 b/tests/de/iges_2/G3 index 3aa2940fc6..c0af1086e3 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 783 ( 783 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) 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/G5 b/tests/de/iges_2/G5 index 1c13348135..9f26f44263 100644 --- a/tests/de/iges_2/G5 +++ b/tests/de/iges_2/G5 @@ -11,8 +11,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 43 ( 1740 ) Summary = 43 ( 174 CHECKSHAPE : Wires = 7 ( 7 ) Faces = 7 ( 7 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1424 ( 1424 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1424 ( 1424 ) FreeWire = 23 ( 23 ) -TOLERANCE : MaxTol = 0.01698924283 ( 0.03769875288 ) AvgTol = 0.0002758460767 ( 0.0003813154776 ) -LABELS : N0Labels = 1784 ( 1784 ) N1Labels = 0 ( 1660 ) N2Labels = 0 ( 0 ) TotalLabels = 1784 ( 3444 ) NameLabels = 1784 ( 1784 ) ColorLabels = 1761 ( 3444 ) LayerLabels = 1761 ( 1784 ) +TOLERANCE : MaxTol = 0.01698924283 ( 0.03769875288 ) AvgTol = 0.0002758462031 ( 0.0003813005409 ) +LABELS : N0Labels = 1784 ( 1784 ) N1Labels = 23 ( 8694 ) N2Labels = 0 ( 0 ) TotalLabels = 1807 ( 10478 ) NameLabels = 1784 ( 1784 ) ColorLabels = 1784 ( 10478 ) LayerLabels = 1761 ( 5183 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 7 ( 8 ) COLORS : Colors = BLUE CYAN GREEN MAGENTA RED WHITE YELLOW ( BLACK BLUE CYAN GREEN MAGENTA RED WHITE YELLOW ) diff --git a/tests/de/iges_2/G6 b/tests/de/iges_2/G6 index 56dc17e0ba..e4fcd65b34 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 127 ( 127 ) FreeWire = 8189 ( 8189 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) 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 6155cdf9f1..be3b2e40d3 100644 --- a/tests/de/iges_2/G7 +++ b/tests/de/iges_2/G7 @@ -14,8 +14,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 83 ( 1468 ) Summary = 83 ( 146 CHECKSHAPE : Wires = 2 ( 0 ) Faces = 2 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1569 ( 1568 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1569 ( 1568 ) FreeWire = 0 ( 14 ) -TOLERANCE : MaxTol = 0.9978911708 ( 0.9978911666 ) AvgTol = 0.01213233025 ( 0.01215982172 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 1596 ( 5187 ) N2Labels = 0 ( 0 ) TotalLabels = 1597 ( 5188 ) NameLabels = 1597 ( 2711 ) ColorLabels = 1596 ( 5187 ) LayerLabels = 1596 ( 5187 ) +TOLERANCE : MaxTol = 0.9978911708 ( 0.9978911666 ) AvgTol = 0.01212120142 ( 0.01214370912 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 1582 ( 9402 ) N2Labels = 0 ( 0 ) TotalLabels = 1583 ( 9403 ) NameLabels = 1583 ( 2697 ) ColorLabels = 1582 ( 9402 ) LayerLabels = 1582 ( 9402 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 7 ) COLORS : Colors = BLUE WHITE ( BLUE CYAN GREEN MAGENTA RED WHITE YELLOW ) diff --git a/tests/de/iges_2/G8 b/tests/de/iges_2/G8 index eb408ac2f2..c1a2f6f4fb 100644 --- a/tests/de/iges_2/G8 +++ b/tests/de/iges_2/G8 @@ -13,7 +13,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 253 ( 253 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 253 ( 253 ) FreeWire = 7 ( 10 ) TOLERANCE : MaxTol = 0.04838312754 ( 0.0483782783 ) AvgTol = 0.002925043567 ( 0.002891369257 ) -LABELS : N0Labels = 8 ( 8 ) N1Labels = 269 ( 2700 ) N2Labels = 0 ( 0 ) TotalLabels = 277 ( 2708 ) NameLabels = 277 ( 384 ) ColorLabels = 272 ( 2706 ) LayerLabels = 272 ( 2706 ) +LABELS : N0Labels = 8 ( 8 ) N1Labels = 273 ( 2703 ) N2Labels = 0 ( 0 ) TotalLabels = 281 ( 2711 ) NameLabels = 277 ( 384 ) ColorLabels = 276 ( 2709 ) LayerLabels = 274 ( 2709 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 4 ) COLORS : Colors = BLUE WHITE YELLOW ( BLUE GREEN WHITE YELLOW ) diff --git a/tests/de/iges_2/G9 b/tests/de/iges_2/G9 index 980629099a..731b5bf7c1 100755 --- a/tests/de/iges_2/G9 +++ b/tests/de/iges_2/G9 @@ -12,9 +12,9 @@ DATA : Faulties = 14 ( 0 ) Warnings = 0 ( 0 ) Summary = 14 ( 0 ) TPSTAT : Faulties = 28 ( 16 ) Warnings = 48 ( 3035 ) Summary = 76 ( 3051 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2639 ( 2634 ) -STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2639 ( 2639 ) FreeWire = 1027 ( 1027 ) +STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2639 ( 2639 ) FreeWire = 1027 ( 1109 ) TOLERANCE : MaxTol = 0.05705560511 ( 0.05705560511 ) AvgTol = 0.0002633894999 ( 0.0002621190848 ) -LABELS : N0Labels = 54 ( 54 ) N1Labels = 10590 ( 27260 ) N2Labels = 0 ( 0 ) TotalLabels = 10644 ( 27314 ) NameLabels = 10644 ( 13414 ) ColorLabels = 10590 ( 27312 ) LayerLabels = 7 ( 18 ) +LABELS : N0Labels = 54 ( 54 ) N1Labels = 4920 ( 20380 ) N2Labels = 0 ( 0 ) TotalLabels = 4974 ( 20434 ) NameLabels = 3983 ( 6534 ) ColorLabels = 4920 ( 20432 ) LayerLabels = 6 ( 17 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 8 ( 8 ) COLORS : Colors = BLUE CYAN GREEN GREEN3 MAGENTA RED WHITE YELLOW ( BLUE CYAN GREEN GREEN3 MAGENTA RED WHITE YELLOW ) diff --git a/tests/de/iges_2/H2 b/tests/de/iges_2/H2 index 920620c3d5..4b293f1bd6 100644 --- a/tests/de/iges_2/H2 +++ b/tests/de/iges_2/H2 @@ -1,6 +1,5 @@ # !!!! 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: LAYERS : Faulty" @@ -12,11 +11,11 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 139 ) Summary = 0 ( 139 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) FreeWire = 139 ( 139 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) -LABELS : N0Labels = 139 ( 139 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 139 ( 139 ) NameLabels = 139 ( 139 ) ColorLabels = 0 ( 139 ) LayerLabels = 0 ( 139 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) +LABELS : N0Labels = 139 ( 139 ) N1Labels = 139 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 278 ( 139 ) NameLabels = 139 ( 139 ) ColorLabels = 139 ( 139 ) LayerLabels = 0 ( 139 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 0 ( 1 ) -COLORS : Colors = ( CYAN ) +NCOLORS : NColors = 1 ( 1 ) +COLORS : Colors = CYAN ( CYAN ) NLAYERS : NLayers = 0 ( 139 ) LAYERS : Layers = ( 10 100 101 102 103 104 105 106 107 108 109 11 110 111 112 113 114 115 116 117 118 119 12 120 121 122 123 124 125 126 127 128 129 13 130 131 132 133 134 135 136 137 138 139 14 140 15 16 17 18 19 2 20 21 22 23 24 25 26 27 28 29 3 30 31 32 33 34 35 36 37 38 39 4 40 41 42 43 44 45 46 47 48 49 5 50 51 52 53 54 55 56 57 58 59 6 60 61 62 63 64 65 66 67 68 69 7 70 71 72 73 74 75 76 77 78 79 8 80 81 82 83 84 85 86 87 88 89 9 90 91 92 93 94 95 96 97 98 99 ) diff --git a/tests/de/iges_2/H3 b/tests/de/iges_2/H3 index 933b88f554..ff40e7653d 100755 --- a/tests/de/iges_2/H3 +++ b/tests/de/iges_2/H3 @@ -14,11 +14,11 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 159 ( 159 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 159 ( 159 ) FreeWire = 189 ( 284 ) TOLERANCE : MaxTol = 0.6023944505 ( 0.6023945025 ) AvgTol = 0.007298259627 ( 0.008822195946 ) -LABELS : N0Labels = 8 ( 11 ) N1Labels = 949 ( 1809 ) N2Labels = 0 ( 0 ) TotalLabels = 957 ( 1820 ) NameLabels = 955 ( 1263 ) ColorLabels = 949 ( 1807 ) LayerLabels = 917 ( 1774 ) +LABELS : N0Labels = 8 ( 11 ) N1Labels = 959 ( 2069 ) N2Labels = 0 ( 0 ) TotalLabels = 967 ( 2080 ) NameLabels = 797 ( 1105 ) ColorLabels = 959 ( 2067 ) LayerLabels = 780 ( 2034 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 12 ( 14 ) COLORS : Colors = BLUE CHOCOLATE2 DARKGOLDENROD4 DEEPSKYBLUE2 GOLD4 GREEN KHAKI1 KHAKI2 LEMONCHIFFON1 RED WHITE YELLOW ( BLUE CHOCOLATE2 DARKGOLDENROD4 DEEPSKYBLUE2 FIREBRICK4 GOLD4 GREEN KHAKI1 KHAKI2 LEMONCHIFFON1 RED TURQUOISE4 WHITE YELLOW ) -NLAYERS : NLayers = 10 ( 13 ) -LAYERS : Layers = 12 13 23 249 252 50 52 54 60 71 ( 12 13 23 244 246 249 252 50 52 54 60 70 71 ) +NLAYERS : NLayers = 11 ( 14 ) +LAYERS : Layers = 11 12 13 23 249 252 50 52 54 60 71 ( 11 12 13 23 244 246 249 252 50 52 54 60 70 71 ) } diff --git a/tests/de/iges_2/H4 b/tests/de/iges_2/H4 index 6b926c3cd0..8004aca500 100755 --- a/tests/de/iges_2/H4 +++ b/tests/de/iges_2/H4 @@ -1,7 +1,6 @@ # !!!! This file is generated automatically, do not edit manually! See end script puts "TODO CR23096 ALL: DATA : Faulty" puts "TODO CR23096 ALL: LABELS : Faulty" -puts "TODO CR23096 ALL: COLORS : Faulty" puts "TODO CR23096 ALL: LAYERS : Faulty" @@ -13,12 +12,12 @@ TPSTAT : Faulties = 16 ( 149 ) Warnings = 60 ( 1010 ) Summary = 76 ( CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 124 ( 124 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 124 ( 124 ) FreeWire = 219 ( 254 ) -TOLERANCE : MaxTol = 0.9970503224 ( 0.9970502696 ) AvgTol = 0.01722883807 ( 0.02186287305 ) -LABELS : N0Labels = 9 ( 9 ) N1Labels = 896 ( 1691 ) N2Labels = 0 ( 0 ) TotalLabels = 905 ( 1700 ) NameLabels = 905 ( 1233 ) ColorLabels = 896 ( 1692 ) LayerLabels = 864 ( 1659 ) +TOLERANCE : MaxTol = 0.9970503224 ( 0.9970502696 ) AvgTol = 0.01722883745 ( 0.02186287305 ) +LABELS : N0Labels = 9 ( 9 ) N1Labels = 910 ( 1755 ) N2Labels = 0 ( 0 ) TotalLabels = 919 ( 1764 ) NameLabels = 722 ( 1050 ) ColorLabels = 910 ( 1756 ) LayerLabels = 683 ( 1723 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 6 ( 7 ) -COLORS : Colors = BLUE LEMONCHIFFON1 RED RED4 WHITE YELLOW ( BLUE GREEN LEMONCHIFFON1 RED RED4 WHITE YELLOW ) -NLAYERS : NLayers = 12 ( 16 ) -LAYERS : Layers = 11 12 13 20 249 252 50 52 54 55 60 71 ( 10 11 12 13 20 246 249 252 50 52 54 55 60 65 70 71 ) +NCOLORS : NColors = 7 ( 7 ) +COLORS : Colors = BLUE GREEN LEMONCHIFFON1 RED RED4 WHITE YELLOW ( BLUE GREEN LEMONCHIFFON1 RED RED4 WHITE YELLOW ) +NLAYERS : NLayers = 13 ( 16 ) +LAYERS : Layers = 11 12 13 20 249 252 50 52 54 55 60 65 71 ( 10 11 12 13 20 246 249 252 50 52 54 55 60 65 70 71 ) } diff --git a/tests/de/iges_2/H5 b/tests/de/iges_2/H5 index a396834c4d..6000cedf65 100755 --- a/tests/de/iges_2/H5 +++ b/tests/de/iges_2/H5 @@ -13,8 +13,8 @@ TPSTAT : Faulties = 2 ( 0 ) Warnings = 20 ( 335 ) Summary = 22 ( 335 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 149 ( 149 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 149 ( 149 ) FreeWire = 14 ( 14 ) -TOLERANCE : MaxTol = 0.7457094468 ( 0.7457094468 ) AvgTol = 0.02275001022 ( 0.02302998404 ) -LABELS : N0Labels = 2 ( 2 ) N1Labels = 164 ( 766 ) N2Labels = 0 ( 0 ) TotalLabels = 166 ( 768 ) NameLabels = 164 ( 259 ) ColorLabels = 164 ( 766 ) LayerLabels = 162 ( 764 ) +TOLERANCE : MaxTol = 0.7457094468 ( 0.7457094468 ) AvgTol = 0.02274997804 ( 0.02302998404 ) +LABELS : N0Labels = 2 ( 2 ) N1Labels = 167 ( 1008 ) N2Labels = 0 ( 0 ) TotalLabels = 169 ( 1010 ) NameLabels = 153 ( 248 ) ColorLabels = 167 ( 1008 ) LayerLabels = 151 ( 1006 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 3 ) COLORS : Colors = MAGENTA WHITE ( CYAN MAGENTA WHITE ) diff --git a/tests/de/iges_2/H6 b/tests/de/iges_2/H6 index 5f9f857a21..12d9d380ec 100755 --- a/tests/de/iges_2/H6 +++ b/tests/de/iges_2/H6 @@ -11,8 +11,8 @@ 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 4 ( 4 ) FreeWire = 7 ( 7 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) -LABELS : N0Labels = 5 ( 12 ) N1Labels = 106 ( 70 ) N2Labels = 0 ( 0 ) TotalLabels = 111 ( 82 ) NameLabels = 28 ( 82 ) ColorLabels = 106 ( 50 ) LayerLabels = 106 ( 49 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) +LABELS : N0Labels = 5 ( 12 ) N1Labels = 113 ( 70 ) N2Labels = 0 ( 0 ) TotalLabels = 118 ( 82 ) NameLabels = 28 ( 82 ) ColorLabels = 113 ( 50 ) LayerLabels = 106 ( 49 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 5 ) COLORS : Colors = GOLD3 GREEN LIGHTSEAGREEN YELLOW ( GOLD3 GREEN LIGHTSEAGREEN RED YELLOW ) diff --git a/tests/de/iges_2/H7 b/tests/de/iges_2/H7 index edb7c373d6..50f2469a5d 100644 --- a/tests/de/iges_2/H7 +++ b/tests/de/iges_2/H7 @@ -13,7 +13,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 373 ( 373 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 373 ( 373 ) FreeWire = 1 ( 1 ) TOLERANCE : MaxTol = 0.5291749398 ( 0.5291749268 ) AvgTol = 0.008496021304 ( 0.00849604451 ) -LABELS : N0Labels = 1597 ( 1597 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1597 ( 1597 ) NameLabels = 1597 ( 1597 ) ColorLabels = 1580 ( 1597 ) LayerLabels = 1580 ( 1597 ) +LABELS : N0Labels = 1597 ( 1597 ) N1Labels = 1 ( 1680 ) N2Labels = 0 ( 0 ) TotalLabels = 1598 ( 3277 ) NameLabels = 1597 ( 1597 ) ColorLabels = 1581 ( 3277 ) LayerLabels = 1580 ( 3277 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 11 ( 12 ) COLORS : Colors = BURLYWOOD1 CHARTREUSE CYAN DARKORANGE GREEN KHAKI1 LIGHTSALMON1 LIGHTSTEELBLUE2 ORCHID1 WHITE YELLOW ( BURLYWOOD1 CHARTREUSE CYAN DARKORANGE DEEPSKYBLUE1 GREEN KHAKI1 LIGHTSALMON1 LIGHTSTEELBLUE2 ORCHID1 WHITE YELLOW ) diff --git a/tests/de/iges_2/H8 b/tests/de/iges_2/H8 index 36f928f872..2ae0ffce39 100644 --- a/tests/de/iges_2/H8 +++ b/tests/de/iges_2/H8 @@ -12,7 +12,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 = 1 ( 1 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1 ( 1 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 ) +TOLERANCE : MaxTol = 1e-07 ( 1e-07 ) AvgTol = 1e-07 ( 1e-07 ) LABELS : N0Labels = 5705 ( 5705 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 5705 ( 5705 ) NameLabels = 5705 ( 5705 ) ColorLabels = 4 ( 5705 ) LayerLabels = 0 ( 5700 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 3 ) diff --git a/tests/de/iges_2/H9 b/tests/de/iges_2/H9 index e66e62c1a0..e1e17aa967 100755 --- a/tests/de/iges_2/H9 +++ b/tests/de/iges_2/H9 @@ -3,6 +3,7 @@ puts "TODO CR23096 ALL: TOLERANCE : Faulty" puts "TODO CR23096 ALL: LABELS : Faulty" puts "TODO CR23096 ALL: COLORS : Faulty" + set filename coque-sup.igs set ref_data { @@ -11,8 +12,8 @@ TPSTAT : Faulties = 0 ( 2 ) Warnings = 1956 ( 4570 ) Summary = 1956 ( CHECKSHAPE : Wires = 1 ( 2 ) Faces = 3 ( 3 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1628 ( 1628 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1628 ( 1628 ) FreeWire = 22 ( 26 ) -TOLERANCE : MaxTol = 9.510579727e+086 ( 8.081584677e+086 ) AvgTol = 8.579374427e+082 ( 6.555234696e+083 ) -LABELS : N0Labels = 6 ( 6 ) N1Labels = 1643 ( 9836 ) N2Labels = 0 ( 0 ) TotalLabels = 1649 ( 9842 ) NameLabels = 1649 ( 2893 ) ColorLabels = 1645 ( 9841 ) LayerLabels = 489 ( 4144 ) +TOLERANCE : MaxTol = 9.510579727e+86 ( 8.081584677e+86 ) AvgTol = 8.579374427e+82 ( 6.555234696e+83 ) +LABELS : N0Labels = 6 ( 6 ) N1Labels = 1634 ( 12839 ) N2Labels = 0 ( 0 ) TotalLabels = 1640 ( 12845 ) NameLabels = 1635 ( 2879 ) ColorLabels = 1636 ( 12844 ) LayerLabels = 489 ( 4555 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 5 ) COLORS : Colors = BLUE CYAN GOLD3 GREEN ( BLUE CYAN GOLD3 GREEN YELLOW ) diff --git a/tests/de/iges_2/I1 b/tests/de/iges_2/I1 index 25e462adb7..8e1171e8a9 100644 --- a/tests/de/iges_2/I1 +++ b/tests/de/iges_2/I1 @@ -12,12 +12,12 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 330 ( 1392 ) Summary = 330 ( 1 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 152 ( 152 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 152 ( 152 ) FreeWire = 305 ( 441 ) -TOLERANCE : MaxTol = 0.9892459055 ( 0.9892459128 ) AvgTol = 0.004744883275 ( 0.01318545034 ) -LABELS : N0Labels = 10 ( 10 ) N1Labels = 553 ( 1961 ) N2Labels = 0 ( 0 ) TotalLabels = 563 ( 1971 ) NameLabels = 563 ( 909 ) ColorLabels = 553 ( 1970 ) LayerLabels = 533 ( 1938 ) +TOLERANCE : MaxTol = 0.9892459055 ( 0.9892459128 ) AvgTol = 0.004743958393 ( 0.01318545018 ) +LABELS : N0Labels = 10 ( 10 ) N1Labels = 797 ( 2177 ) N2Labels = 0 ( 0 ) TotalLabels = 807 ( 2187 ) NameLabels = 563 ( 909 ) ColorLabels = 797 ( 2186 ) LayerLabels = 552 ( 2153 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 8 ) COLORS : Colors = BLACK BLUE GREEN RED WHITE YELLOW ( BLACK BLUE CYAN GREEN MAGENTA RED WHITE YELLOW ) -NLAYERS : NLayers = 11 ( 13 ) -LAYERS : Layers = 1 101 103 2 3 32 4 52 61 70 77 ( 1 101 102 103 2 3 30 32 4 52 61 70 77 ) +NLAYERS : NLayers = 11 ( 14 ) +LAYERS : Layers = 1 101 103 2 3 32 4 52 61 70 77 ( 1 101 102 103 2 3 30 32 4 51 52 61 70 77 ) } diff --git a/tests/de/iges_2/I2 b/tests/de/iges_2/I2 index 6233f68d4e..41cf07248e 100644 --- a/tests/de/iges_2/I2 +++ b/tests/de/iges_2/I2 @@ -12,7 +12,7 @@ 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 12 ( 12 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 1e-005 ( 1e-005 ) AvgTol = 3.090234205e-007 ( 4.295805207e-006 ) +TOLERANCE : MaxTol = 1e-05 ( 1e-05 ) AvgTol = 3.011594576e-07 ( 4.295805207e-06 ) 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 4fdf5d7275..d6f4c20f0f 100644 --- a/tests/de/iges_2/I3 +++ b/tests/de/iges_2/I3 @@ -13,11 +13,11 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 19 ( 268 ) Summary = 19 ( 268 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 78 ( 78 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 78 ( 78 ) FreeWire = 75 ( 334 ) -TOLERANCE : MaxTol = 0.2587117061 ( 0.2578045038 ) AvgTol = 0.001366109261 ( 0.001652733346 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 880 ( 1545 ) N2Labels = 0 ( 0 ) TotalLabels = 881 ( 1546 ) NameLabels = 881 ( 1008 ) ColorLabels = 880 ( 1545 ) LayerLabels = 858 ( 1518 ) +TOLERANCE : MaxTol = 0.2587117061 ( 0.2578045038 ) AvgTol = 0.001366109272 ( 0.001652733346 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 521 ( 1435 ) N2Labels = 0 ( 0 ) TotalLabels = 522 ( 1436 ) NameLabels = 457 ( 584 ) ColorLabels = 521 ( 1435 ) LayerLabels = 453 ( 1408 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 5 ( 7 ) -COLORS : Colors = DODGERBLUE2 GREEN MAGENTA3 TURQUOISE2 WHITE ( DODGERBLUE2 GRAY80 GREEN MAGENTA3 TURQUOISE2 WHITE YELLOW3 ) +NCOLORS : NColors = 6 ( 7 ) +COLORS : Colors = DODGERBLUE2 GRAY80 GREEN MAGENTA3 TURQUOISE2 WHITE ( DODGERBLUE2 GRAY80 GREEN MAGENTA3 TURQUOISE2 WHITE YELLOW3 ) NLAYERS : NLayers = 8 ( 10 ) LAYERS : Layers = 1 10 12 13 16 19 4 5 ( 1 10 12 13 16 19 191 210 4 5 ) diff --git a/tests/de/iges_2/I4 b/tests/de/iges_2/I4 index 43904eca82..2a872cad96 100644 --- a/tests/de/iges_2/I4 +++ b/tests/de/iges_2/I4 @@ -12,8 +12,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 111 ) Summary = 0 ( 111 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 96 ( 96 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 96 ( 96 ) FreeWire = 14 ( 14 ) -TOLERANCE : MaxTol = 0.9808242672 ( 0.9808242374 ) AvgTol = 0.004978176876 ( 0.00497512858 ) -LABELS : N0Labels = 4 ( 4 ) N1Labels = 422 ( 771 ) N2Labels = 0 ( 0 ) TotalLabels = 426 ( 775 ) NameLabels = 426 ( 528 ) ColorLabels = 422 ( 771 ) LayerLabels = 422 ( 771 ) +TOLERANCE : MaxTol = 0.9808242672 ( 0.9808242374 ) AvgTol = 0.004978176887 ( 0.00497512858 ) +LABELS : N0Labels = 4 ( 4 ) N1Labels = 376 ( 781 ) N2Labels = 0 ( 0 ) TotalLabels = 380 ( 785 ) NameLabels = 367 ( 469 ) ColorLabels = 376 ( 781 ) LayerLabels = 363 ( 781 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 8 ) COLORS : Colors = BLUE GREEN3 RED TURQUOISE1 WHITE YELLOW ( BLUE GREEN3 GREEN4 MEDIUMORCHID RED TURQUOISE1 WHITE YELLOW ) diff --git a/tests/de/iges_2/I5 b/tests/de/iges_2/I5 index 89f0791656..024c2da15e 100755 --- a/tests/de/iges_2/I5 +++ b/tests/de/iges_2/I5 @@ -14,10 +14,10 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 854 ( 702 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 854 ( 854 ) FreeWire = 9 ( 31 ) TOLERANCE : MaxTol = 0.9589015104 ( 0.9589015104 ) AvgTol = 0.01827506851 ( 0.01834335655 ) -LABELS : N0Labels = 33 ( 33 ) N1Labels = 4502 ( 6695 ) N2Labels = 0 ( 0 ) TotalLabels = 4535 ( 6728 ) NameLabels = 4535 ( 4624 ) ColorLabels = 4522 ( 6715 ) LayerLabels = 4281 ( 6430 ) +LABELS : N0Labels = 33 ( 33 ) N1Labels = 4473 ( 6741 ) N2Labels = 0 ( 0 ) TotalLabels = 4506 ( 6774 ) NameLabels = 4497 ( 4586 ) ColorLabels = 4493 ( 6761 ) LayerLabels = 4275 ( 6496 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 8 ( 9 ) -COLORS : Colors = BLUE CYAN GREEN GREEN3 MAGENTA RED WHITE YELLOW ( BLUE CYAN GRAY80 GREEN GREEN3 MAGENTA RED WHITE YELLOW ) +NCOLORS : NColors = 7 ( 9 ) +COLORS : Colors = BLUE CYAN GREEN MAGENTA RED WHITE YELLOW ( BLUE CYAN GRAY80 GREEN GREEN3 MAGENTA RED WHITE YELLOW ) NLAYERS : NLayers = 6 ( 6 ) LAYERS : Layers = 10 200 201 3 40 45 ( 10 200 201 3 40 45 ) diff --git a/tests/de/iges_2/I6 b/tests/de/iges_2/I6 index 36d40f5303..05d13b2b33 100644 --- a/tests/de/iges_2/I6 +++ b/tests/de/iges_2/I6 @@ -13,10 +13,10 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 49 ( 49 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 49 ( 49 ) FreeWire = 146 ( 146 ) TOLERANCE : MaxTol = 0.03734358068 ( 0.03734358027 ) AvgTol = 0.0003219431442 ( 0.0003209232303 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 158 ( 421 ) N2Labels = 0 ( 0 ) TotalLabels = 159 ( 422 ) NameLabels = 159 ( 334 ) ColorLabels = 158 ( 421 ) LayerLabels = 0 ( 96 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 164 ( 421 ) N2Labels = 0 ( 0 ) TotalLabels = 165 ( 422 ) NameLabels = 159 ( 334 ) ColorLabels = 164 ( 421 ) LayerLabels = 0 ( 96 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 2 ( 4 ) -COLORS : Colors = MAGENTA YELLOW ( BLUE MAGENTA RED YELLOW ) +NCOLORS : NColors = 3 ( 4 ) +COLORS : Colors = MAGENTA RED YELLOW ( BLUE MAGENTA RED YELLOW ) NLAYERS : NLayers = 0 ( 1 ) LAYERS : Layers = ( 60 ) diff --git a/tests/de/iges_2/I7 b/tests/de/iges_2/I7 index 3f4ef19a88..a9924b1c16 100644 --- a/tests/de/iges_2/I7 +++ b/tests/de/iges_2/I7 @@ -1,7 +1,6 @@ # !!!! 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 ALL: COLORS : Faulty" set filename ims016.igs @@ -13,10 +12,10 @@ CHECKSHAPE : Wires = 2 ( 0 ) Faces = 2 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 138 ( 138 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 138 ( 138 ) FreeWire = 6 ( 6 ) TOLERANCE : MaxTol = 0.2092687841 ( 0.2092687804 ) AvgTol = 0.001094782521 ( 0.0009882759182 ) -LABELS : N0Labels = 503 ( 503 ) N1Labels = 0 ( 200 ) N2Labels = 0 ( 0 ) TotalLabels = 503 ( 703 ) NameLabels = 503 ( 503 ) ColorLabels = 470 ( 703 ) LayerLabels = 313 ( 344 ) +LABELS : N0Labels = 503 ( 503 ) N1Labels = 36 ( 230 ) N2Labels = 0 ( 0 ) TotalLabels = 539 ( 733 ) NameLabels = 503 ( 503 ) ColorLabels = 506 ( 733 ) LayerLabels = 313 ( 344 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 6 ( 7 ) -COLORS : Colors = CYAN GREEN MAGENTA RED WHITE YELLOW ( BLACK CYAN GREEN MAGENTA RED WHITE YELLOW ) +NCOLORS : NColors = 7 ( 7 ) +COLORS : Colors = BLACK CYAN GREEN MAGENTA RED WHITE YELLOW ( BLACK CYAN GREEN MAGENTA RED WHITE YELLOW ) NLAYERS : NLayers = 8 ( 8 ) LAYERS : Layers = 1 101 102 103 104 106 107 200 ( 1 101 102 103 104 106 107 200 ) diff --git a/tests/de/iges_2/I8 b/tests/de/iges_2/I8 index 1b5c8f1f62..e1271cbd68 100755 --- a/tests/de/iges_2/I8 +++ b/tests/de/iges_2/I8 @@ -15,7 +15,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 186 ( 186 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 186 ( 186 ) FreeWire = 200 ( 290 ) TOLERANCE : MaxTol = 0.5957823778 ( 0.5957823778 ) AvgTol = 0.00246270621 ( 0.002802769554 ) -LABELS : N0Labels = 2 ( 2 ) N1Labels = 657 ( 1428 ) N2Labels = 0 ( 0 ) TotalLabels = 659 ( 1430 ) NameLabels = 659 ( 1008 ) ColorLabels = 657 ( 1428 ) LayerLabels = 440 ( 1106 ) +LABELS : N0Labels = 2 ( 2 ) N1Labels = 582 ( 1628 ) N2Labels = 0 ( 0 ) TotalLabels = 584 ( 1630 ) NameLabels = 384 ( 733 ) ColorLabels = 582 ( 1628 ) LayerLabels = 368 ( 1335 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 9 ( 10 ) COLORS : Colors = BLUE BURLYWOOD1 CYAN DEEPSKYBLUE1 GREEN MAGENTA RED WHITE YELLOW ( BLUE BURLYWOOD1 CYAN DEEPSKYBLUE1 GREEN LEMONCHIFFON1 MAGENTA RED WHITE YELLOW ) diff --git a/tests/de/iges_2/I9 b/tests/de/iges_2/I9 index 4e4dd321ca..81fcfe09e2 100644 --- a/tests/de/iges_2/I9 +++ b/tests/de/iges_2/I9 @@ -13,8 +13,8 @@ TPSTAT : Faulties = 0 ( 201 ) Warnings = 12 ( 506 ) Summary = 12 ( 70 CHECKSHAPE : Wires = 1 ( 0 ) Faces = 1 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 117 ( 117 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 117 ( 117 ) FreeWire = 60 ( 93 ) -TOLERANCE : MaxTol = 0.7859817704 ( 0.7859817704 ) AvgTol = 0.005734028784 ( 0.006595335419 ) -LABELS : N0Labels = 2 ( 2 ) N1Labels = 2639 ( 3369 ) N2Labels = 0 ( 0 ) TotalLabels = 2641 ( 3371 ) NameLabels = 2641 ( 2850 ) ColorLabels = 2639 ( 3369 ) LayerLabels = 2607 ( 3332 ) +TOLERANCE : MaxTol = 0.7859817704 ( 0.7859817704 ) AvgTol = 0.005734027954 ( 0.006595335419 ) +LABELS : N0Labels = 2 ( 2 ) N1Labels = 2484 ( 3290 ) N2Labels = 0 ( 0 ) TotalLabels = 2486 ( 3292 ) NameLabels = 2438 ( 2645 ) ColorLabels = 2484 ( 3290 ) LayerLabels = 2432 ( 3253 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 7 ( 9 ) COLORS : Colors = CYAN DARKOLIVEGREEN2 GRAY67 LIGHTSKYBLUE1 MAGENTA3 MEDIUMPURPLE1 TAN1 ( CYAN DARKOLIVEGREEN2 GRAY67 HONEYDEW LIGHTSKYBLUE1 MAGENTA3 MEDIUMPURPLE1 PALETURQUOISE1 TAN1 ) diff --git a/tests/de/iges_2/J1 b/tests/de/iges_2/J1 index 40be648cf8..954e8da983 100644 --- a/tests/de/iges_2/J1 +++ b/tests/de/iges_2/J1 @@ -14,7 +14,7 @@ CHECKSHAPE : Wires = 0 ( 2 ) Faces = 0 ( 2 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 636 ( 628 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 636 ( 628 ) FreeWire = 51 ( 87 ) TOLERANCE : MaxTol = 0.9940193324 ( 0.9940193324 ) AvgTol = 0.01619162226 ( 0.01618234278 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 711 ( 11812 ) N2Labels = 0 ( 0 ) TotalLabels = 712 ( 11813 ) NameLabels = 708 ( 765 ) ColorLabels = 711 ( 11812 ) LayerLabels = 0 ( 0 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 716 ( 11818 ) N2Labels = 0 ( 0 ) TotalLabels = 717 ( 11819 ) NameLabels = 662 ( 719 ) ColorLabels = 716 ( 11818 ) LayerLabels = 0 ( 0 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 3 ( 5 ) COLORS : Colors = BLUE RED WHITE ( BLUE GREEN RED TURQUOISE2 WHITE ) diff --git a/tests/de/iges_3/A1 b/tests/de/iges_3/A1 index 1334bd0dd6..e80c2f7a37 100644 --- a/tests/de/iges_3/A1 +++ b/tests/de/iges_3/A1 @@ -13,11 +13,11 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 1002 ( 2775 ) Summary = 1002 ( CHECKSHAPE : Wires = 2 ( 2 ) Faces = 4 ( 4 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1127 ( 1125 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1127 ( 1125 ) FreeWire = 26 ( 26 ) -TOLERANCE : MaxTol = 0.08512566596 ( 0.08512566591 ) AvgTol = 0.005308547569 ( 0.00530936624 ) -LABELS : N0Labels = 1155 ( 1155 ) N1Labels = 0 ( 1498 ) N2Labels = 0 ( 0 ) TotalLabels = 1155 ( 2653 ) NameLabels = 1155 ( 2265 ) ColorLabels = 1125 ( 2653 ) LayerLabels = 1125 ( 1125 ) +TOLERANCE : MaxTol = 0.08512566596 ( 0.08512566591 ) AvgTol = 0.005308549978 ( 0.00530936624 ) +LABELS : N0Labels = 1155 ( 1155 ) N1Labels = 25 ( 1498 ) N2Labels = 0 ( 0 ) TotalLabels = 1180 ( 2653 ) NameLabels = 1155 ( 2265 ) ColorLabels = 1150 ( 2653 ) LayerLabels = 1125 ( 1125 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 1 ( 4 ) -COLORS : Colors = GREEN ( GREEN MAGENTA RED YELLOW ) +NCOLORS : NColors = 3 ( 4 ) +COLORS : Colors = GREEN MAGENTA YELLOW ( GREEN MAGENTA RED YELLOW ) NLAYERS : NLayers = 2 ( 2 ) LAYERS : Layers = 16 18 ( 16 18 ) diff --git a/tests/de/iges_3/A2 b/tests/de/iges_3/A2 index a283bf5c6f..f55f13864e 100755 --- a/tests/de/iges_3/A2 +++ b/tests/de/iges_3/A2 @@ -17,8 +17,8 @@ TPSTAT : Faulties = 4 ( 33 ) Warnings = 391 ( 320 ) Summary = 395 ( 3 CHECKSHAPE : Wires = 1 ( 1 ) Faces = 3 ( 2 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 421 ( 159 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 421 ( 419 ) FreeWire = 66 ( 114 ) -TOLERANCE : MaxTol = 3.181671016 ( 2716.882548 ) AvgTol = 0.008547432223 ( 3.678737419 ) -LABELS : N0Labels = 3 ( 3 ) N1Labels = 325 ( 1841 ) N2Labels = 0 ( 0 ) TotalLabels = 328 ( 1844 ) NameLabels = 328 ( 425 ) ColorLabels = 325 ( 1841 ) LayerLabels = 193 ( 1576 ) +TOLERANCE : MaxTol = 1.590835832 ( 2716.882548 ) AvgTol = 0.006724915687 ( 3.678737419 ) +LABELS : N0Labels = 3 ( 3 ) N1Labels = 224 ( 1781 ) N2Labels = 0 ( 0 ) TotalLabels = 227 ( 1784 ) NameLabels = 215 ( 312 ) ColorLabels = 224 ( 1781 ) LayerLabels = 157 ( 1551 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 6 ( 7 ) COLORS : Colors = GREEN MATRABLUE RED RED4 WHITE YELLOW ( GREEN MAGENTA MATRABLUE RED RED4 WHITE YELLOW ) diff --git a/tests/de/iges_3/A3 b/tests/de/iges_3/A3 index 4fe48b2974..1208331b30 100755 --- a/tests/de/iges_3/A3 +++ b/tests/de/iges_3/A3 @@ -14,11 +14,11 @@ TPSTAT : Faulties = 2 ( 0 ) Warnings = 15 ( 318 ) Summary = 17 ( 318 CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 79 ( 79 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 79 ( 79 ) FreeWire = 79 ( 230 ) -TOLERANCE : MaxTol = 0.06847151261 ( 0.8635005927 ) AvgTol = 0.001341967645 ( 0.003542904808 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 596 ( 1177 ) N2Labels = 0 ( 0 ) TotalLabels = 597 ( 1178 ) NameLabels = 597 ( 745 ) ColorLabels = 596 ( 1177 ) LayerLabels = 577 ( 1158 ) +TOLERANCE : MaxTol = 0.06847151261 ( 0.8635005927 ) AvgTol = 0.001341967636 ( 0.003542904808 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 358 ( 1049 ) N2Labels = 0 ( 0 ) TotalLabels = 359 ( 1050 ) NameLabels = 288 ( 434 ) ColorLabels = 358 ( 1049 ) LayerLabels = 283 ( 1039 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 5 ( 7 ) -COLORS : Colors = DODGERBLUE2 GREEN MAGENTA3 TURQUOISE2 WHITE ( DODGERBLUE2 GRAY80 GREEN MAGENTA3 TURQUOISE2 WHITE YELLOW3 ) +NCOLORS : NColors = 6 ( 7 ) +COLORS : Colors = DODGERBLUE2 GRAY80 GREEN MAGENTA3 TURQUOISE2 WHITE ( DODGERBLUE2 GRAY80 GREEN MAGENTA3 TURQUOISE2 WHITE YELLOW3 ) NLAYERS : NLayers = 8 ( 10 ) LAYERS : Layers = 1 10 13 16 19 31 4 5 ( 1 10 13 16 19 191 210 31 4 5 ) diff --git a/tests/de/iges_3/A4 b/tests/de/iges_3/A4 index 77afbac78d..b4e015193d 100755 --- a/tests/de/iges_3/A4 +++ b/tests/de/iges_3/A4 @@ -15,8 +15,8 @@ TPSTAT : Faulties = 12 ( 238 ) Warnings = 473 ( 2625 ) Summary = 485 CHECKSHAPE : Wires = 4 ( 4 ) Faces = 4 ( 4 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1346 ( 1345 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1346 ( 1345 ) FreeWire = 96 ( 170 ) -TOLERANCE : MaxTol = 0.8099726869 ( 1.367966665 ) AvgTol = 0.008043603037 ( 0.008389705625 ) -LABELS : N0Labels = 27 ( 27 ) N1Labels = 2100 ( 6248 ) N2Labels = 0 ( 0 ) TotalLabels = 2127 ( 6275 ) NameLabels = 2127 ( 2596 ) ColorLabels = 2114 ( 6274 ) LayerLabels = 2114 ( 6274 ) +TOLERANCE : MaxTol = 0.8099726869 ( 1.367966665 ) AvgTol = 0.008043601785 ( 0.008389705625 ) +LABELS : N0Labels = 27 ( 27 ) N1Labels = 2035 ( 7105 ) N2Labels = 0 ( 0 ) TotalLabels = 2062 ( 7132 ) NameLabels = 1971 ( 2440 ) ColorLabels = 2049 ( 7131 ) LayerLabels = 1958 ( 7131 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 11 ( 12 ) COLORS : Colors = BLUE CYAN CYAN2 DARKGOLDENROD GREEN MAGENTA PALEVIOLETRED1 RED TURQUOISE2 WHITE YELLOW ( BLUE CYAN CYAN2 DARKGOLDENROD GRAY53 GREEN MAGENTA PALEVIOLETRED1 RED TURQUOISE2 WHITE YELLOW ) diff --git a/tests/de/iges_3/A5 b/tests/de/iges_3/A5 index 28764f8b5b..db087f538c 100644 --- a/tests/de/iges_3/A5 +++ b/tests/de/iges_3/A5 @@ -4,16 +4,17 @@ puts "TODO CR23096 ALL: STATSHAPE : Faulty" puts "TODO CR23096 ALL: TOLERANCE : Faulty" puts "TODO CR23096 ALL: LABELS : Faulty" + set filename USA60022.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 153 ( 2003 ) Summary = 153 ( 2003 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 176 ( 2003 ) Summary = 176 ( 2003 ) CHECKSHAPE : Wires = 7 ( 14 ) Faces = 9 ( 15 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 666 ( 634 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 666 ( 634 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 6.4081268 ( 1.331845935 ) AvgTol = 0.002669846957 ( 0.002299131368 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 634 ( 634 ) N2Labels = 0 ( 0 ) TotalLabels = 635 ( 635 ) NameLabels = 635 ( 635 ) ColorLabels = 634 ( 635 ) LayerLabels = 634 ( 635 ) +TOLERANCE : MaxTol = 6.4081268 ( 1.331845935 ) AvgTol = 0.002669862916 ( 0.002299131368 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 635 ( 634 ) N2Labels = 0 ( 0 ) TotalLabels = 636 ( 635 ) NameLabels = 635 ( 635 ) ColorLabels = 635 ( 635 ) LayerLabels = 634 ( 635 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 2 ( 2 ) COLORS : Colors = GREEN RED ( GREEN RED ) diff --git a/tests/de/iges_3/A6 b/tests/de/iges_3/A6 index e08ca631f2..bb182f4875 100755 --- a/tests/de/iges_3/A6 +++ b/tests/de/iges_3/A6 @@ -2,7 +2,6 @@ puts "TODO CR23096 ALL: DATA : Faulty" puts "TODO CR23096 ALL: TPSTAT : Faulty" puts "TODO CR23096 ALL: LABELS : Faulty" -puts "TODO CR23096 ALL: COLORS : Faulty" puts "TODO CR23096 ALL: LAYERS : Faulty" @@ -15,10 +14,10 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 145 ( 145 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 145 ( 145 ) FreeWire = 64 ( 64 ) TOLERANCE : MaxTol = 0.09719916174 ( 0.09719915743 ) AvgTol = 0.001636220412 ( 0.001630657269 ) -LABELS : N0Labels = 2 ( 2 ) N1Labels = 346 ( 756 ) N2Labels = 0 ( 0 ) TotalLabels = 348 ( 758 ) NameLabels = 348 ( 478 ) ColorLabels = 347 ( 757 ) LayerLabels = 336 ( 744 ) +LABELS : N0Labels = 2 ( 2 ) N1Labels = 412 ( 756 ) N2Labels = 0 ( 0 ) TotalLabels = 414 ( 758 ) NameLabels = 348 ( 478 ) ColorLabels = 413 ( 757 ) LayerLabels = 337 ( 744 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) -NCOLORS : NColors = 2 ( 3 ) -COLORS : Colors = RED WHITE ( RED WHITE YELLOW ) +NCOLORS : NColors = 3 ( 3 ) +COLORS : Colors = RED WHITE YELLOW ( RED WHITE YELLOW ) NLAYERS : NLayers = 6 ( 7 ) LAYERS : Layers = 1 2 242 243 244 3 ( 1 11 2 242 243 244 3 ) diff --git a/tests/de/iges_3/A7 b/tests/de/iges_3/A7 index dc7d5a48d5..d934bdcf4d 100644 --- a/tests/de/iges_3/A7 +++ b/tests/de/iges_3/A7 @@ -10,8 +10,8 @@ TPSTAT : Faulties = 0 ( 569 ) Warnings = 154 ( 8440 ) Summary = 154 ( CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 9171 ( 9171 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 9171 ( 9171 ) FreeWire = 998 ( 1096 ) -TOLERANCE : MaxTol = 0.6305328468 ( 0.6305328468 ) AvgTol = 0.0003777026259 ( 0.0003780893559 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 31624 ( 37142 ) N2Labels = 0 ( 0 ) TotalLabels = 31625 ( 37143 ) NameLabels = 31621 ( 36777 ) ColorLabels = 31624 ( 37142 ) LayerLabels = 29174 ( 34054 ) +TOLERANCE : MaxTol = 0.6305328468 ( 0.6305328468 ) AvgTol = 0.000377702607 ( 0.0003780893559 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 32515 ( 54384 ) N2Labels = 0 ( 0 ) TotalLabels = 32516 ( 54385 ) NameLabels = 31523 ( 36679 ) ColorLabels = 32515 ( 54384 ) LayerLabels = 29174 ( 49746 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) COLORS : Colors = GOLD3 MAGENTA WHITE YELLOW ( GOLD3 MAGENTA WHITE YELLOW ) diff --git a/tests/de/iges_3/A8 b/tests/de/iges_3/A8 index db7b46cb21..bb4eb84ba6 100755 --- a/tests/de/iges_3/A8 +++ b/tests/de/iges_3/A8 @@ -11,8 +11,8 @@ TPSTAT : Faulties = 2 ( 19 ) Warnings = 97 ( 1155 ) Summary = 99 ( 11 CHECKSHAPE : Wires = 0 ( 1 ) Faces = 0 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 436 ( 436 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 436 ( 436 ) FreeWire = 15 ( 15 ) -TOLERANCE : MaxTol = 0.8904045146 ( 0.8904045345 ) AvgTol = 0.01244635993 ( 0.01248091559 ) -LABELS : N0Labels = 1 ( 1 ) N1Labels = 501 ( 2306 ) N2Labels = 0 ( 0 ) TotalLabels = 502 ( 2307 ) NameLabels = 502 ( 770 ) ColorLabels = 501 ( 2306 ) LayerLabels = 443 ( 2228 ) +TOLERANCE : MaxTol = 0.8904045146 ( 0.8904045345 ) AvgTol = 0.01244635964 ( 0.01248091559 ) +LABELS : N0Labels = 1 ( 1 ) N1Labels = 514 ( 3187 ) N2Labels = 0 ( 0 ) TotalLabels = 515 ( 3188 ) NameLabels = 502 ( 770 ) ColorLabels = 514 ( 3187 ) LayerLabels = 443 ( 3109 ) PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 ) NCOLORS : NColors = 4 ( 4 ) COLORS : Colors = BLUE GREEN RED WHITE ( BLUE GREEN RED WHITE ) diff --git a/tests/de/iges_3/A9 b/tests/de/iges_3/A9 index 38541bf533..55a9d4513a 100644 --- a/tests/de/iges_3/A9 +++ b/tests/de/iges_3/A9 @@ -6,12 +6,12 @@ set filename BUC60291.igs set ref_data { DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 ) -TPSTAT : Faulties = 0 ( 0 ) Warnings = 5748 ( 31179 ) Summary = 5748 ( 31179 ) +TPSTAT : Faulties = 0 ( 0 ) Warnings = 5748 ( 31168 ) Summary = 5748 ( 31168 ) CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 6500 ( 6500 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 6500 ( 6500 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.9560441943 ( 0.9560441934 ) AvgTol = 0.001956455229 ( 0.001954596039 ) -LABELS : N0Labels = 6500 ( 6500 ) N1Labels = 0 ( 25582 ) N2Labels = 0 ( 0 ) TotalLabels = 6500 ( 32082 ) NameLabels = 6500 ( 6500 ) ColorLabels = 6500 ( 32082 ) LayerLabels = 6500 ( 32082 ) +TOLERANCE : MaxTol = 0.9560441943 ( 0.9560441934 ) AvgTol = 0.001955325174 ( 0.001953471486 ) +LABELS : N0Labels = 6500 ( 6500 ) N1Labels = 0 ( 29980 ) N2Labels = 0 ( 0 ) TotalLabels = 6500 ( 36480 ) NameLabels = 6500 ( 6500 ) ColorLabels = 6500 ( 36480 ) LayerLabels = 6500 ( 36480 ) 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 d2d374e779..83f8e40dfa 100644 --- a/tests/de/iges_3/B1 +++ b/tests/de/iges_3/B1 @@ -11,8 +11,8 @@ 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 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 224 ( 224 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.3297745494 ( 0.0412874456 ) AvgTol = 7.221653678e-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 ) +TOLERANCE : MaxTol = 0.3297745494 ( 0.0412874456 ) AvgTol = 7.219207892e-05 ( 3.712938892e-05 ) +LABELS : N0Labels = 224 ( 224 ) N1Labels = 0 ( 21524 ) N2Labels = 0 ( 0 ) TotalLabels = 224 ( 21748 ) NameLabels = 224 ( 224 ) ColorLabels = 224 ( 21748 ) LayerLabels = 0 ( 0 ) 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/B2 b/tests/de/iges_3/B2 index 862b7a6bc4..ce13d0db24 100755 --- a/tests/de/iges_3/B2 +++ b/tests/de/iges_3/B2 @@ -12,7 +12,7 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 883 ( 1953 ) Summary = 883 ( 1 CHECKSHAPE : Wires = 4 ( 2 ) Faces = 2 ( 2 ) Shells = 0 ( 0 ) Solids = 0 ( 0 ) NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1223 ( 1223 ) STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1223 ( 1223 ) FreeWire = 0 ( 0 ) -TOLERANCE : MaxTol = 0.002714431471 ( 0.001436622896 ) AvgTol = 1.621537502e-006 ( 9.779578932e-006 ) +TOLERANCE : MaxTol = 0.002714431471 ( 0.001436622896 ) AvgTol = 1.591279644e-06 ( 9.779578932e-06 ) 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 )