1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0023439: Integration of test grid "xigs" into the new testing system

Loop back tests for iges and step files with possibility of generation of reference data.
Clean up of test scripts (removal of obsolete code, adding comments, corrected formatting)
two fixes were done (same like bug 23722 and bug 23736)
Cancelling checking for number of warnings
rewrite some test scripts in cause of this and fix 23794
Tolerance checking was weakened.
Fix to check instability on Linux (bug 23822) was added.
TODO messages was added to tests which have different results on Windows and Mandriva2010
Ability to update this TODO in regeneration mode was added.
Add fix to bug 23852
Test groups were recomposed.
'dataexch' was renamed to 'de'.
CPU limit was decreased from 2000 sec. to 1500 sec.
This commit is contained in:
ika 2013-04-05 16:09:52 +04:00
parent ebd1da3d10
commit c97067ad95
1090 changed files with 22293 additions and 26 deletions

View File

@ -776,7 +776,7 @@ proc locate_data_file {filename} {
}
# raise error
error [join [list "Error: file $filename could not be found" \
error [join [list "File $filename could not be found" \
"(should be in paths indicated by CSF_TestDataPath environment variable, " \
"or in subfolder data in the script directory)"] "\n"]
}
@ -885,15 +885,12 @@ proc _run_test {scriptsdir group gridname casefile echo} {
set optarg [lindex $args end-1]
if { $optarg == "stdout" || $optarg == "stderr" || $optarg == "-newline" } {
dlog add [lindex $args end]
} else {
eval puts-saved $args
}
} else {
dlog add [lindex $args end]
}
# reproduce original puts
if { $_tests_verbose } {
eval puts-saved $args
}
}
}
@ -903,6 +900,7 @@ proc _run_test {scriptsdir group gridname casefile echo} {
uplevel set casename [file tail $casefile]
uplevel set groupname $group
uplevel set gridname $gridname
uplevel set dirname $scriptsdir
# set variables for saving of images if not yet set
if { ! [uplevel info exists imagedir] } {

View File

@ -1,6 +1,6 @@
puts "TODO OCC11111 ALL: Error : Result shape is WRONG"
puts "TODO OCC11111 ALL: Error : The square of result shape is"
puts "TODO ?OCC11111 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO OCC11111 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO ?OCC11111 ALL: Faulty OCC5805 : result is not Closed shape"
puts "TODO ?OCC11111 ALL: Error : The command is not valid"
puts "============"

View File

@ -1,17 +0,0 @@
puts "========="
puts "PRO19619"
puts "=========="
##################################################
## Regression in C30. Can not display restored shape in axonometric view.
##################################################
#restore pro19619a.rle res (small/brep)
restore [locate_data_file shading_116.brep] res
checkshape res
axo
fit
delete

12
tests/de/begin Normal file
View File

@ -0,0 +1,12 @@
pload DCAF
pload TOPTEST
pload XDE
cpulimit 1500
# Create a new document and set UndoLimit
NewDocument D MDTV-XCAF
UndoLimit D 100
# Open a transaction
NewCommand D

713
tests/de/end Normal file
View File

@ -0,0 +1,713 @@
# Main script in this test grid; does all the job.
# Individual test scripts are used only to specify data file and reference
# test data (expected values of test execution).
# The procedure is:
# - load specified data file
# - check transfer status, shape, and attributes against expected values
# - write data to
# Set flag dump_file to 1 in order to regenerate script files with actual data
# used as reference. In this mode all tests intentionaly report failure.
set dump_file 0
########################################################################
set mist_Second 0; set mist_w 0; set mist 0; set isIGES 0;
############################################ DATA c ################
set dfal_First 0; set dwar_First 0; set dcomp_First 0
set dfal_Second 0; set dwar_Second 0; set dcomp_Second 0
############################################# TPSTAT c ##############
set fal_First 0; set war_First 0; set comp_First 0
set fal_Second 0; set war_Second 0; set comp_Second 0
###################################### DECAF information ##########
set nblev0_First 0; set nblev1_First 0; set nblev2_First 0; set nblev_total_First 0; set nbshname_First 0;
set nbshcolor_First 0; set nbshlayer_First 0;
set nbcentroid_First 0; set nbvolume_First 0; set nbarea_First 0;
set nbcolor_First 0; set colors_First ""; set nblayer_First 0; set layers_First "";
set nblev0_Second 0; set nblev1_Second 0; set nblev2_Second 0; set nblev_total_Second 0; set nbshname_Second 0;
set nbshcolor_Second 0; set nbshlayer_Second 0;
set nbcentroid_Second 0; set nbvolume_Second 0; set nbarea_Second 0;
set nbcolor_Second 0; set colors_Second ""; set nblayer_Second 0; set layers_Second "";
############################################# TOLERANCE ############
set MaxTol_First 0; set AvgTol_First 0
set MaxTol_Second 0; set AvgTol_Second 0
############################################# STATSHAPE ############
set sol_First 0; set she_First 0; set fac_First 0; set fwir_First 0; set fedg_First 0; set sedg_First 0
set sol_Second 0; set she_Second 0; set fac_Second 0; set fwir_Second 0; set fedg_Second 0; set sedg_Second 0
############################################# NBSHAPES #############
set fa_First 0; set sh_First 0; set so_First 0; set co_First 0; set shpp_First 0
set fa_Second 0; set sh_Second 0; set so_Second 0; set co_Second 0; set shpp_Second 0
###################################### CHECKSHAPE ##################
set chwi_First 0; set chfa_First 0; set chsh_First 0; set chso_First 0
set chwi_Second 0; set chfa_Second 0; set chsh_Second 0; set chso_Second 0
###################################################################
set ref_Compare 0
set todo_msg ""
set todo_mask "puts \"TODO CR23096 ALL: "
set Mandriva_todo_mask "puts \"TODO CR23096 Mandriva2010:"
set end_line "\" \n"
##################################################################
# Read original file
if { [string length $filename] > 1} {
set ext [file extension $filename]
set ReadCommand ReadStep
set WriteCommand WriteStep
set isIGES 0
if { $ext == ".igs" || $ext == ".iges" } {
set ReadCommand ReadIges
set WriteCommand WriteIges
set isIGES 1
}
if {[info exist ProductMode] && $ProductMode == "OFF"} {
set tmp [param read.step.product.mode OFF]
}
set path_file [locate_data_file $filename]
if { [catch { $ReadCommand D_First $path_file } catch_result] } {
set err_msg "Error: First - file was not read - exception "
puts $err_msg
append todo_msg $todo_mask $err_msg $end_line
set mist 1
}
} else {
set mist 1
}
# Get information about translation
if { $mist < 1} {
puts ""
set tps_2 [data c]
if { [llength $tps_2] > 0 } {
# Finding all strings with warnings
set a [regexp -all -inline {[\t ]+([-0-9.+eE]+)[\t ]+W:} $tps_2]
# Extracting counts of warnings
set b [regexp -all -inline {([-0-9.+eE]+)} $a]
# Calculating total number of warnings
foreach i $b {set dwar_First [expr $dwar_First + $i]}
set dwar_First [expr $dwar_First/4]
# Finding all strings with faulties
set a [regexp -all -inline {[\t ]+([-0-9.+eE]+)[\t ]+F:} $tps_2]
# Extracting counts of faulties
set b [regexp -all -inline {([-0-9.+eE]+)} $a]
# Calculating total number of faulties
foreach i $b {set dfal_First [expr $dfal_First + $i]}
set dfal_First [expr $dfal_First/4]
# Calculating total number of faulties and warnings
set dcomp_First [expr $dfal_First + $dwar_First]
} else {
puts " DATA c checking was NOT provided"
}
puts ""
set tps_1 [tpstat c]
set colvo [llength $tps_1]
if { ${colvo} > 0 } {
# Finding all strings with warnings
set a [regexp -all -inline {[\t ]+([-0-9.+eE]+)[\t ]+W:} $tps_1]
# Extracting counts of warnings
set b [regexp -all -inline {([-0-9.+eE]+)} $a]
# Calculating total number of warnings
foreach i $b {set war_First [expr $war_First + $i]}
set war_First [expr $war_First/4]
# Finding all strings with faulties
set a [regexp -all -inline {[\t ]+([-0-9.+eE]+)[\t ]+F:} $tps_1]
# Extracting counts of faulties
set b [regexp -all -inline {([-0-9.+eE]+)} $a]
# Calculating total number of faulties
foreach i $b {set fal_First [expr $fal_First + $i]}
set fal_First [expr $fal_First/4]
# Calculating total number of faulties and warnings
set comp_First [expr $fal_First + $war_First]
} else {
puts " TPSTAT c checking was NOT provided"
}
# Get DECAF information about (color, layers and properties)
puts ""
set xst [ XStat D_First ]
if { [llength $xst] > 0 } {
regexp {level +N +0 +: +([-0-9.+eE]+)} $xst full nblev0_First
regexp {level +N +1 +: +([-0-9.+eE]+)} $xst full nblev1_First
regexp {level +N +2 +: +([-0-9.+eE]+)} $xst full nblev2_First
regexp {Total +number +of +labels +for +shapes +in +the +document += +([-0-9.+eE]+)} $xst full nblev_total_First
regexp {Number +of +labels +with +name += +([-0-9.+eE]+)} $xst full nbshname_First
regexp {Number +of +labels +with +color +link += +([-0-9.+eE]+)} $xst full nbshcolor_First
regexp {Number +of +labels +with +layer +link += +([-0-9.+eE]+)} $xst full nbshlayer_First
regexp {Number +of +Centroid Props += +([-0-9.+eE]+)} $xst full nbcentroid_First
regexp {Number +of +Volume Props += +([-0-9.+eE]+)} $xst full nbvolume_First
regexp {Number +of +Area Props += +([-0-9.+eE]+)} $xst full nbarea_First
regexp {Number +of +colors += +([-0-9.+eE]+)} $xst full nbcolor_First
regexp {Number +of +colors += +[-0-9.+eE]+\n([^\n]*)} $xst full colors_First
regexp {Number +of +layers += +([-0-9.+eE]+)} $xst full nblayer_First
regexp {Number +of +layers += +[-0-9.+eE]+\n([^\n]*)} $xst full layers_First
} else {
puts " DECAF information was NOT provided"
}
# Get shape for standard analysis
puts ""
if { [catch { XGetOneShape res_1 D_First } catch_result] } {
set err_msg ""Error : First - cannot get shape from document - exception"
puts $err_msg
append todo_msg $todo_mask $err_msg $end_line
set mist 1
}
if { $mist < 1 && [info exists res_1] == 0 } {
set err_msg "Error : First - cannot read any relevant data from the file"
puts $err_msg
append todo_msg $todo_mask $err_msg $end_line
set mist 1
}
if { $mist < 1 } {
# Standard analysis
puts ""
set tol [tolerance res_1]
if { [llength $tol] > 0 } {
regexp {Tolerance +MAX=([-0-9.+eE]+) +AVG=([-0-9.+eE]+) +MIN=[-0-9.+eE]+} $tol full MaxTol_First AvgTol_First
} else {
puts " TOLERANCE checking was NOT provided"
}
puts ""
set tps_3 [ statshape res_1]
set col [llength $tps_3]
if { ${col} > 0 } {
regexp {([-0-9.+eE]+)\t+ +EDGE \(Free\)} $tps_3 full fedg_First
regexp {([-0-9.+eE]+)\t+ +EDGE \(Shared\)} $tps_3 full sedg_First
regexp {([-0-9.+eE]+)\t+ +WIRE \(Free\)} $tps_3 full fwir_First
regexp {([-0-9.+eE]+)\t+ +FACE} $tps_3 full fac_First
regexp {([-0-9.+eE]+)\t+ +SHELL} $tps_3 full she_First
regexp {([-0-9.+eE]+)\t+ +SOLID} $tps_3 full sol_First
} else {
puts " STATSHAPE checking was NOT provided"
}
puts ""
set nbs [ nbshapes res_1]
if { [llength ${nbs}] > 0 } {
regexp {FACE +: +([-0-9.+eE]+)} $nbs full fa_First
regexp {SHELL +: +([-0-9.+eE]+)} $nbs full sh_First
regexp {SOLID +: +([-0-9.+eE]+)} $nbs full so_First
regexp {COMPOUND +: +([-0-9.+eE]+)} $nbs full co_First
regexp {SHAPE +: +([-0-9.+eE]+)} $nbs full shpp_First
} else {
puts " NBSHAPES checking was NOT provided"
}
set chbr [checkshape res_1 ff]
if { [llength ${chbr}] > 0 } {
regexp {WIRE\t+: +([-0-9.+eE]+).+} $chbr full chwi_First
regexp {FACE\t+: +([-0-9.+eE]+).+} $chbr full chfa_First
regexp {SHELL\t+: +([-0-9.+eE]+).+} $chbr full chsh_First
regexp {SOLID\t+: +([-0-9.+eE]+).+} $chbr full chso_First
} else {
puts " CHECKSHAPE checking was NOT provided"
}
}
}
# Writing file
if { $mist < 1} {
puts " "
puts "-----------------------------WRITING FILE ------------------------------"
file delete $imagedir/${casename}_D_First$ext
if { [catch { $WriteCommand D_First $imagedir/${casename}_D_First$ext } catch_result] } {
set err_msg "Error: First - file was not written - exception"
puts $err_msg
append todo_msg $todo_mask $err_msg $end_line
set mist_w 1
}
if { $mist_w < 1 } {
if { [catch { $ReadCommand D_Second $imagedir/${casename}_D_First$ext } catch_result] } {
set err_msg "Errorr: Second - file was not read - exception"
puts $err_msg
append todo_msg $todo_mask $err_msg $end_line
set mist_Second 1
}
}
catch {[file delete $imagedir/${casename}_D_First$ext]}
# Close the document
if { [catch { Close D_First } catch_result] } {
set err_msg "Error : cannot close a document D_First - exception"
puts $err_msg
append todo_msg $todo_mask $err_msg $end_line
#set mist 1
}
}
if { $mist_w > 0 || $mist_Second > 0 } {
set mist 2
}
# Get information about translation
if { $mist < 1} {
puts ""
set tps_2 [data c]
if { [llength $tps_2] > 0 } {
# Finding all strings with warnings
set a [regexp -all -inline {[\t ]+([-0-9.+eE]+)[\t ]+W:} $tps_2]
# Extracting counts of warnings
set b [regexp -all -inline {([-0-9.+eE]+)} $a]
# Calculating total number of warnings
foreach i $b {set dwar_Second [expr $dwar_Second + $i]}
set dwar_Second [expr $dwar_Second/4]
# Finding all strings with faulties
set a [regexp -all -inline {[\t ]+([-0-9.+eE]+)[\t ]+F:} $tps_2]
# Extracting counts of faulties
set b [regexp -all -inline {([-0-9.+eE]+)} $a]
# Calculating total number of faulties
foreach i $b {set dfal_Second [expr $dfal_Second + $i]}
set dfal_Second [expr $dfal_Second/4]
# Calculating total number of faulties and warnings
set dcomp_Second [expr $dfal_Second + $dwar_Second]
} else {
puts " DATA c checking was NOT provided"
}
puts ""
set tps_1 [tpstat c]
set colvo [llength $tps_1]
if { ${colvo} > 0 } {
# Finding all strings with warnings
set a [regexp -all -inline {[\t ]+([-0-9.+eE]+)[\t ]+W:} $tps_1]
# Extracting counts of warnings
set b [regexp -all -inline {([-0-9.+eE]+)} $a]
# Calculating total number of warnings
foreach i $b {set war_Second [expr $war_Second + $i]}
set war_Second [expr $war_Second/4]
# Finding all strings with faulties
set a [regexp -all -inline {[\t ]+([-0-9.+eE]+)[\t ]+F:} $tps_1]
# Extracting counts of faulties
set b [regexp -all -inline {([-0-9.+eE]+)} $a]
# Calculating total number of faulties
foreach i $b {set fal_Second [expr $fal_Second + $i]}
set fal_Second [expr $fal_Second/4]
# Calculating total number of faulties and warnings
set comp_Second [expr $fal_Second + $war_Second]
} else {
puts " TPSTAT c checking was NOT provided"
}
# Get DECAF information about (color, layers and properties)
puts ""
set xst [ XStat D_Second ]
if { [llength $xst] > 0 } {
regexp {level +N +0 +: +([-0-9.+eE]+)} $xst full nblev0_Second
regexp {level +N +1 +: +([-0-9.+eE]+)} $xst full nblev1_Second
regexp {level +N +2 +: +([-0-9.+eE]+)} $xst full nblev2_Second
regexp {Total +number +of +labels +for +shapes +in +the +document += +([-0-9.+eE]+)} $xst full nblev_total_Second
regexp {Number +of +labels +with +name += +([-0-9.+eE]+)} $xst full nbshname_Second
regexp {Number +of +labels +with +color +link += +([-0-9.+eE]+)} $xst full nbshcolor_Second
regexp {Number +of +labels +with +layer +link += +([-0-9.+eE]+)} $xst full nbshlayer_Second
regexp {Number +of +Centroid Props += +([-0-9.+eE]+)} $xst full nbcentroid_Second
regexp {Number +of +Volume Props += +([-0-9.+eE]+)} $xst full nbvolume_Second
regexp {Number +of +Area Props += +([-0-9.+eE]+)} $xst full nbarea_Second
regexp {Number +of +colors += +([-0-9.+eE]+)} $xst full nbcolor_Second
regexp {Number +of +colors += +[-0-9.+eE]+\n([^\n]*)} $xst full colors_Second
regexp {Number +of +layers += +([-0-9.+eE]+)} $xst full nblayer_Second
regexp {Number +of +layers += +[-0-9.+eE]+\n([^\n]*)} $xst full layers_Second
} else {
puts " DECAF information was NOT provided"
}
# Get shape for standard analysis
puts ""
if { [catch { XGetOneShape res_2 D_Second } catch_result] } {
set err_msg "Error : Second - cannot get shape from document - exception"
puts $err_msg
append todo_msg $todo_mask $err_msg $end_line
set mist 1
}
if { $mist < 1 && [info exists res_2] == 0 } {
set err_msg "Error : Second - cannot read any relevant data from the file"
puts $err_msg
append todo_msg $todo_mask $err_msg $end_line
set mist_Second 1
set mist 1
}
if { $mist < 1} {
# Standard analysis
puts ""
set tol [tolerance res_2]
if { [llength $tol] > 0 } {
regexp {Tolerance +MAX=([-0-9.+eE]+) +AVG=([-0-9.+eE]+) +MIN=[-0-9.+eE]+} $tol full MaxTol_Second AvgTol_Second
} else {
puts " TOLERANCE checking was NOT provided"
}
puts ""
set tps_3 [ statshape res_2]
set col [llength $tps_3]
if { ${col} > 0 } {
regexp {([-0-9.+eE]+)\t+ +EDGE \(Free\)} $tps_3 full fedg_Second
regexp {([-0-9.+eE]+)\t+ +EDGE \(Shared\)} $tps_3 full sedg_Second
regexp {([-0-9.+eE]+)\t+ +WIRE \(Free\)} $tps_3 full fwir_Second
regexp {([-0-9.+eE]+)\t+ +FACE} $tps_3 full fac_Second
regexp {([-0-9.+eE]+)\t+ +SHELL} $tps_3 full she_Second
regexp {([-0-9.+eE]+)\t+ +SOLID} $tps_3 full sol_Second
} else {
puts " STATSHAPE checking was NOT provided"
}
puts ""
set nbs [ nbshapes res_2]
if { [llength ${nbs}] > 0 } {
regexp {FACE +: +([-0-9.+eE]+)} $nbs full fa_Second
regexp {SHELL +: +([-0-9.+eE]+)} $nbs full sh_Second
regexp {SOLID +: +([-0-9.+eE]+)} $nbs full so_Second
regexp {COMPOUND +: +([-0-9.+eE]+)} $nbs full co_Second
regexp {SHAPE +: +([-0-9.+eE]+)} $nbs full shpp_Second
} else {
puts " NBSHAPES checking was NOT provided"
}
set chbr [checkshape res_2 ff]
if { [llength ${chbr}] > 0 } {
regexp {WIRE\t+: +([-0-9.+eE]+).+} $chbr full chwi_Second
regexp {FACE\t+: +([-0-9.+eE]+).+} $chbr full chfa_Second
regexp {SHELL\t+: +([-0-9.+eE]+).+} $chbr full chsh_Second
regexp {SOLID\t+: +([-0-9.+eE]+).+} $chbr full chso_Second
} else {
puts " CHECKSHAPE checking was NOT provided"
}
}
}
#Collect results of loop back test
if { $mist < 1 } {
set dat_check "DATA : OK"
set tpst_check "TPSTAT : OK"
set check_check "CHECKSHAPE : OK"
set nbsh_check "NBSHAPES : OK"
set ststh_check "STATSHAPE : OK"
set toler_check "TOLERANCE : OK"
set lbls_check "LABELS : OK"
set prps_check "PROPS : OK"
set clrs_check "COLORS : OK"
set lrs_check "LAYERS : OK"
if { $dcomp_First < $dcomp_Second || $dfal_First < $dfal_Second } {
set dat_check "DATA : Faulty"
append todo_msg $todo_mask $dat_check $end_line
}
if { $fal_First < $fal_Second || $war_First < $war_Second } {
set tpst_check "TPSTAT : Faulty"
append todo_msg $todo_mask $tpst_check $end_line
}
if { $chwi_First < $chwi_Second || $chfa_First < $chfa_Second || $chsh_First < $chsh_Second || $chso_First < $chso_Second } {
set check_check "CHECKSHAPE : Faulty"
append todo_msg $todo_mask $check_check $end_line
}
if { ($isIGES == 0 && $shpp_First > $shpp_Second) ||
($isIGES == 1 && ($shpp_First - $co_First) > ($shpp_Second - $co_Second))} {
set nbsh_check "NBSHAPES : Faulty"
append todo_msg $todo_mask $nbsh_check $end_line
}
if { $sol_First < $sol_Second || $she_First < $she_Second || $fac_First < $fac_Second || $fwir_First < $fwir_Second || $fedg_First < $fedg_Second} {
set ststh_check "STATSHAPE : Faulty"
append todo_msg $todo_mask $ststh_check $end_line
}
if { ([expr 1.*($MaxTol_Second - $MaxTol_First)] > [expr 0.0001 * $MaxTol_First] && [expr 1. * abs($MaxTol_First-$MaxTol_Second)] > 0.0000001) || ($MaxTol_Second == 0 && $MaxTol_First > 0)} {
set toler_check "TOLERANCE : Faulty"
append todo_msg $todo_mask $toler_check $end_line
}
if { $nblev0_First != $nblev0_Second || $nblev1_First != $nblev1_Second || $nblev2_First != $nblev2_Second || $nblev_total_First != $nblev_total_Second || $nbshname_First != $nbshname_Second || $nbshcolor_First != $nbshcolor_Second || $nbshlayer_First != $nbshlayer_Second } {
set lbls_check "LABELS : Faulty"
append todo_msg $todo_mask $lbls_check $end_line
}
if { $nbcentroid_First != $nbcentroid_Second || $nbvolume_First != $nbvolume_Second || $nbarea_First != $nbarea_Second } {
set prps_check "PROPS : Faulty"
append todo_msg $todo_mask $prps_check $end_line
}
if { $nbcolor_First != $nbcolor_Second } {
set clrs_check "COLORS : Faulty"
append todo_msg $todo_mask $clrs_check $end_line
}
if { $nblayer_First != $nblayer_Second } {
set lrs_check "LAYERS : Faulty"
append todo_msg $todo_mask $lrs_check $end_line
}
}
if { $mist != 1 } {
puts ""
set result ""
append result [format "DATA : Faulties = %s ( %s ) Warnings = %s ( %s ) Summary = %s ( %s )\n" \
$dfal_Second $dfal_First $dwar_Second $dwar_First $dcomp_Second $dcomp_First ]
append result [format "TPSTAT : Faulties = %s ( %s ) Warnings = %s ( %s ) Summary = %s ( %s )\n" \
$fal_Second $fal_First $war_Second $war_First $comp_Second $comp_First ]
append result [format "CHECKSHAPE : Wires = %s ( %s ) Faces = %s ( %s ) Shells = %s ( %s ) Solids = %s ( %s )\n" \
$chwi_Second $chwi_First $chfa_Second $chfa_First $chsh_Second $chsh_First $chso_Second $chso_First ]
append result [format "NBSHAPES : Solid = %s ( %s ) Shell = %s ( %s ) Face = %s ( %s ) Summary = %s ( %s )\n" \
$so_Second $so_First $sh_Second $sh_First $fa_Second $fa_First $shpp_Second $shpp_First ]
append result [format "STATSHAPE : Solid = %s ( %s ) Shell = %s ( %s ) Face = %s ( %s ) FreeWire = %s ( %s ) FreeEdge = %s ( %s ) SharedEdge = %s ( %s )\n" \
$sol_Second $sol_First $she_Second $she_First $fac_Second $fac_First $fwir_Second $fwir_First $fedg_Second $fedg_First $sedg_Second $sedg_First ]
append result [format "TOLERANCE : MaxTol = %14.10g ( %14.10g ) AvgTol = %14.10g ( %14.10g )\n" \
$MaxTol_Second $MaxTol_First $AvgTol_Second $AvgTol_First ]
append result [format "LABELS : N0Labels = %s ( %s ) N1Labels = %s ( %s ) N2Labels = %s ( %s ) TotalLabels = %s ( %s ) NameLabels = %s ( %s ) ColorLabels = %s ( %s ) LayerLabels = %s ( %s )\n" \
$nblev0_Second $nblev0_First $nblev1_Second $nblev1_First $nblev2_Second $nblev2_First $nblev_total_Second $nblev_total_First $nbshname_Second $nbshname_First $nbshcolor_Second $nbshcolor_First $nbshlayer_Second $nbshlayer_First ]
append result [format "PROPS : Centroid = %s ( %s ) Volume = %s ( %s ) Area = %s ( %s )\n" \
$nbcentroid_Second $nbcentroid_First $nbvolume_Second $nbvolume_First $nbarea_Second $nbarea_First ]
append result [format "NCOLORS : NColors = %s ( %s )\n" \
$nbcolor_Second $nbcolor_First ]
append result [format "COLORS : Colors = %s ( %s )\n" \
[lsort $colors_Second] [lsort $colors_First] ]
append result [format "NLAYERS : NLayers = %s ( %s )\n" \
$nblayer_Second $nblayer_First ]
append result [format "LAYERS : Layers = %s ( %s )\n" \
[lsort $layers_Second] [lsort $layers_First] ]
}
puts ""
puts ""
puts "########################### RESULTS ###############################"
puts ""
puts "========================== Loop Back test ========================="
puts ""
if {$mist == 1 } {
set err_msg "Error : Here is reading problem"
puts $err_msg
append todo_msg $todo_mask $err_msg $end_line
} else {
puts "File was read PROPERLY - OK"
puts ""
if {$mist_w > 0 } {
set err_msg "Error : Here is writing problem"
puts $err_msg
append todo_msg $todo_mask $err_msg $end_line
} else {
puts "File was write PROPERLY - OK"
puts ""
if {$mist_Second > 0 } {
set err_msg "Error : Here is reading problem for writing file"
puts $err_msg
append todo_msg $todo_mask $err_msg $end_line
} else {
puts "Writing file was read PROPERLY - OK"
puts ""
puts $dat_check
puts $tpst_check
puts $check_check
puts $nbsh_check
puts $ststh_check
puts $toler_check
puts $lbls_check
puts $prps_check
puts $clrs_check
puts $lrs_check
puts ""
if { $todo_msg != "" } {
puts $result
puts ""
}
}
}
}
set err_compare_ref ""
# Put reference data to the test script file if option "dump" is set
if { $dump_file == 1 } {
set fd_stream [open $dirname/$groupname/$gridname/$casename w]
puts $fd_stream "# !!!! This file is generated automatically, do not edit manually! See end script"
if { $todo_msg != "" } {
puts $fd_stream $todo_msg
puts $fd_stream ""
}
if {[info exist LinuxFaulties] && [llength $LinuxFaulties] != 0} {
for {set i 0} { $i < [llength $LinuxFaulties] } { incr i } {
puts $fd_stream "$Mandriva_todo_mask [lindex $LinuxFaulties $i] : Faulty $end_line"
}
}
if {[info exist LinuxDiff] && $LinuxDiff != 0} {
puts $fd_stream "$Mandriva_todo_mask Error : $LinuxDiff differences with reference data found :$end_line"
}
if {[info exist LinuxDiff] && $LinuxDiff != 0} {
puts $fd_stream "set LinuxDiff $LinuxDiff"
set LinuxDiff 0
}
if {[info exist LinuxFaulties] && [llength $LinuxFaulties] != 0} {
puts $fd_stream "set LinuxFaulties \{$LinuxFaulties\}"
set LinuxFaulties {}
}
if {[info exist ProductMode] && $ProductMode == "OFF"} {
puts $fd_stream "set ProductMode OFF"
}
puts $fd_stream "set filename $filename"
if { $mist != 1 } {
puts $fd_stream ""
puts $fd_stream "set ref_data \{"
puts $fd_stream $result
puts $fd_stream "\}"
}
close $fd_stream
} elseif { $mist != 1 } {
puts "========================== Comparision with reference data ========"
puts ""
# Comparision of reference data with obtained result
set ref_list [split $ref_data \n]
set cur_list [split $result \n]
set nb_ref [llength $ref_list]
set nb_cur [llength $cur_list]
for { set i 0 } { $i < $nb_cur } { incr i } {
set j [expr $i +1]
set refstr [lindex $ref_list $j]
set curstr [lindex $cur_list $i]
set isSplit 0;
set isOK 1;
if {[regexp "DATA :" $refstr]} {
set isSplit 1;
set data_ref [split $refstr " "]
set data_cur [split $curstr " "]
set k_ref 1; set k_cur 1
for { set k 1 } { $k <= 2 } { incr k } {
while {[string is integer -strict [lindex $data_ref $k_ref]] == 0} {incr k_ref}
while {[string is integer -strict [lindex $data_cur $k_cur]] == 0} {incr k_cur}
set ref_number [lindex $data_ref $k_ref]
set cur_number [lindex $data_cur $k_cur]
incr k_ref
incr k_cur
if { $cur_number > $ref_number} {
set isOK 0
}
}
}
if {[regexp "TPSTAT :" $refstr]} {
set isSplit 1;
set data_ref [split $refstr " "]
set data_cur [split $curstr " "]
set k_ref 1; set k_cur 1
for { set k 1 } { $k <= 2 } { incr k } {
while {[string is integer -strict [lindex $data_ref $k_ref]] == 0} {incr k_ref}
while {[string is integer -strict [lindex $data_cur $k_cur]] == 0} {incr k_cur}
set ref_number [lindex $data_ref $k_ref]
set cur_number [lindex $data_cur $k_cur]
incr k_ref
incr k_cur
if { $cur_number > $ref_number} {
set isOK 0
}
}
}
if {[regexp "CHECKSHAPE :" $refstr]} {
set isSplit 1;
set data_ref [split $refstr " "]
set data_cur [split $curstr " "]
set k_ref 1; set k_cur 1
for { set k 1 } { $k <= 8 } { incr k } {
while {[string is integer -strict [lindex $data_ref $k_ref]] == 0} {incr k_ref}
while {[string is integer -strict [lindex $data_cur $k_cur]] == 0} {incr k_cur}
set ref_number [lindex $data_ref $k_ref]
set cur_number [lindex $data_cur $k_cur]
incr k_ref
incr k_cur
if { $cur_number > $ref_number} {
set isOK 0
}
}
}
if {[regexp "TOLERANCE :" $refstr]} {
set isSplit 1;
set data_ref [split $refstr " "]
set data_cur [split $curstr " "]
set k_ref 1; set k_cur 1
for { set k 1 } { $k <= 4 } { incr k } {
while {[string is double -strict [lindex $data_ref $k_ref]] == 0} {incr k_ref}
while {[string is double -strict [lindex $data_cur $k_cur]] == 0} {incr k_cur}
set ref_number [lindex $data_ref $k_ref]
set cur_number [lindex $data_cur $k_cur]
incr k_ref
incr k_cur
if { [expr 1. * ($cur_number-$ref_number)] > 0.0001 &&
[expr 1. * ($cur_number-$ref_number)] > [expr 0.01 * $ref_number]} {
set isOK 0
}
}
}
if {$isSplit == 0} {
if {$refstr != $curstr} {set isOK 0}
}
if { $isOK == 0} {
incr ref_Compare
append err_compare_ref " Reference data - $refstr\n"
append err_compare_ref " Current data - $curstr\n"
append err_compare_ref "----------------------------------------------\n"
}
}
}
if { $dump_file != 0 } {
puts "Error : Running in regeneration mode, comparision was not performed!"
if { $mist != 1 } {
puts "Generation of test file $groupname/$gridname/$casename successful"
} else {
puts "Generation of reference data failed"
}
} else {
if { $ref_Compare > 0} {
puts "Error : $ref_Compare differences with reference data found :\n$err_compare_ref"
} else {
puts "Comparision of current result with reference data - OK\n"
}
}
puts "--------------------------------------------------------------------"
puts ""
clear
smallview
if { $mist < 1 } {
if { [info exists res_2] && [isdraw res_2] } {
donly res_2
}
}
fit
xwd $imagedir/${test_image}.gif
if { $mist < 1 } {
if { [catch { Close D_Second } catch_result] } {
puts "Error : cannot close a document D_Second"
}
}
set ProductMode ON
puts "TEST COMPLETED"

8
tests/de/grids.list Normal file
View File

@ -0,0 +1,8 @@
001 iges_1
002 iges_2
003 iges_3
004 step_1
005 step_2
006 step_3
007 step_4
008 step_5

18
tests/de/iges_1/A1 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename lh93wsddr3370z3.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 347 ( 9072 ) Summary = 347 ( 9072 )
CHECKSHAPE : Wires = 1 ( 1 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 673 ( 673 ) Summary = 15005 ( 15001 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 673 ( 673 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 6844 ( 6844 )
TOLERANCE : MaxTol = 0.1926431182 ( 0.1926431182 ) AvgTol = 0.000143220206 ( 0.0001408044723 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/A2 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename buc40130.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 38 ( 38 ) Summary = 38 ( 38 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3312 ( 3312 ) Summary = 38865 ( 38865 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3312 ( 3312 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 15941 ( 15941 )
TOLERANCE : MaxTol = 0.9010557082 ( 0.9010557089 ) AvgTol = 0.005653402654 ( 0.005653402896 )
LABELS : N0Labels = 3312 ( 3312 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 3312 ( 3312 ) NameLabels = 3312 ( 3312 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 0 ( 0 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/A3 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename marteau.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 25 ( 224 ) Summary = 25 ( 224 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 45 ( 45 ) Summary = 2322 ( 2322 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 45 ( 45 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1114 ( 1114 )
TOLERANCE : MaxTol = 0.1574979916 ( 0.1574995582 ) AvgTol = 0.0008504390128 ( 0.0008526713095 )
LABELS : N0Labels = 45 ( 45 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 45 ( 45 ) NameLabels = 45 ( 45 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 0 ( 0 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

21
tests/de/iges_1/A4 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
set filename matinf.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
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 = 685 ( 685 ) Summary = 8191 ( 8193 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 685 ( 685 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3418 ( 3418 )
TOLERANCE : MaxTol = 0.7975995425 ( 0.7975995425 ) AvgTol = 0.01318864138 ( 0.01318867194 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

21
tests/de/iges_1/A5 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
set filename poininfo.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
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 = 605 ( 605 ) Summary = 7232 ( 7234 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 605 ( 605 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3018 ( 3018 )
TOLERANCE : MaxTol = 0.797599617 ( 0.797599617 ) AvgTol = 0.01440213795 ( 0.01440217257 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

21
tests/de/iges_1/A6 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
set filename s01.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 15 ) Summary = 0 ( 15 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1416 ( 1416 ) Summary = 16121 ( 16125 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1416 ( 1416 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 6652 ( 6652 )
TOLERANCE : MaxTol = 0.9671829226 ( 0.9671829226 ) AvgTol = 0.01310886995 ( 0.01310984483 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

21
tests/de/iges_1/A7 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
set filename sample_diff_data_1.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 26 ) Summary = 0 ( 26 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 455 ( 455 ) Summary = 5485 ( 5485 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 455 ( 455 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2295 ( 2295 )
TOLERANCE : MaxTol = 0.007446262663 ( 0.00733072557 ) AvgTol = 1.638173104e-005 ( 1.01902787e-005 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/A8 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename sim1.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 7 ) Summary = 0 ( 7 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 954 ( 954 ) Summary = 15755 ( 15781 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 954 ( 954 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 6942 ( 6942 )
TOLERANCE : MaxTol = 0.9723189972 ( 0.9723189972 ) AvgTol = 0.007899165796 ( 0.007903307507 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/A9 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename sim2.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
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 = 463 ( 463 ) Summary = 7827 ( 7878 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 463 ( 463 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3443 ( 3443 )
TOLERANCE : MaxTol = 0.9681628245 ( 0.9681628245 ) AvgTol = 0.01970986694 ( 0.01971354546 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/B1 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename usi105.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
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 = 1137 ( 1137 ) Summary = 14699 ( 14702 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1137 ( 1137 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 6228 ( 6228 )
TOLERANCE : MaxTol = 0.9916912901 ( 0.9916912901 ) AvgTol = 0.04552765692 ( 0.04552789906 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/B2 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename BUC50025.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 7 ( 7 ) Summary = 71 ( 71 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 7 ( 7 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 28 ( 28 )
TOLERANCE : MaxTol = 1.000105038e-007 ( 1e-007 ) AvgTol = 1.000022178e-007 ( 1e-007 )
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 )
COLORS : Colors = YELLOW ( YELLOW )
NLAYERS : NLayers = 1 ( 1 )
LAYERS : Layers = 1 ( 1 )
}

18
tests/de/iges_1/B3 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename BUC50047.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 )
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 ) Summary = 2277 ( 2277 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 102 ( 102 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1027 ( 1027 )
TOLERANCE : MaxTol = 0.9428103106 ( 0.9428103191 ) AvgTol = 0.04703881931 ( 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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 1 ( 1 )
LAYERS : Layers = 1 ( 1 )
}

21
tests/de/iges_1/B4 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
set LinuxDiff 1
set filename t500core.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 169 ( 429 ) Summary = 169 ( 429 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 674 ( 674 ) Summary = 9625 ( 9625 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 674 ( 674 ) FreeWire = 0 ( 0 ) FreeEdge = 28 ( 28 ) SharedEdge = 4104 ( 4104 )
TOLERANCE : MaxTol = 0.9813254857 ( 320.715769 ) AvgTol = 0.002671919158 ( 0.06743198887 )
LABELS : N0Labels = 702 ( 702 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 702 ( 702 ) NameLabels = 702 ( 702 ) ColorLabels = 16 ( 16 ) LayerLabels = 702 ( 702 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 1 ( 1 )
COLORS : Colors = WHITE ( WHITE )
NLAYERS : NLayers = 1 ( 1 )
LAYERS : Layers = 115 ( 115 )
}

18
tests/de/iges_1/B5 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename BUC60113.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 266 ( 266 ) Summary = 2940 ( 2940 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 266 ( 266 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1202 ( 1202 )
TOLERANCE : MaxTol = 0.9647320607 ( 0.9647320724 ) AvgTol = 0.09372541107 ( 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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

21
tests/de/iges_1/B6 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
set filename CTS18314.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 )
TPSTAT : Faulties = 0 ( 10 ) Warnings = 308 ( 102 ) Summary = 308 ( 112 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 2 ) Solids = 0 ( 2 )
NBSHAPES : Solid = 0 ( 30 ) Shell = 0 ( 30 ) Face = 390 ( 390 ) Summary = 4699 ( 2569 )
STATSHAPE : Solid = 0 ( 30 ) Shell = 0 ( 30 ) Face = 390 ( 390 ) FreeWire = 0 ( 0 ) FreeEdge = 50 ( 50 ) SharedEdge = 1908 ( 994 )
TOLERANCE : MaxTol = 0.03576190045 ( 0.03576190009 ) AvgTol = 8.616971914e-005 ( 0.0003710077648 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/B7 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename CTS18542-1.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 1 ) Summary = 1 ( 1 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 277 ( 277 ) Summary = 3519 ( 3519 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 277 ( 277 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1482 ( 1482 )
TOLERANCE : MaxTol = 9.977163954e-006 ( 1e-005 ) AvgTol = 2.196639253e-006 ( 9.404700402e-006 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/B8 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename CTS18542-2.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 130 ( 131 ) Summary = 130 ( 131 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1071 ( 1071 ) Summary = 14484 ( 14484 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1071 ( 1071 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 6154 ( 6154 )
TOLERANCE : MaxTol = 0.9959055336 ( 0.995905536 ) AvgTol = 0.05477448992 ( 0.05477462971 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

21
tests/de/iges_1/B9 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
set filename CTS18544.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 )
TPSTAT : Faulties = 0 ( 2 ) Warnings = 20 ( 17 ) Summary = 20 ( 19 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2430 ( 2430 ) Summary = 29945 ( 29945 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2430 ( 2430 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 12543 ( 12543 )
TOLERANCE : MaxTol = 0.9991343001 ( 0.9991342868 ) AvgTol = 0.02628258487 ( 0.0262828129 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/C1 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename CTS18635-1.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
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 ) Summary = 427 ( 427 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 34 ( 34 ) FreeWire = 0 ( 0 ) FreeEdge = 1 ( 1 ) SharedEdge = 177 ( 177 )
TOLERANCE : MaxTol = 0.9671317357 ( 0.9671317236 ) AvgTol = 0.0492708189 ( 0.04927174141 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/C2 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename CTS18635-2.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 34 ( 34 ) Summary = 407 ( 407 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 34 ( 34 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 168 ( 168 )
TOLERANCE : MaxTol = 0.9671317357 ( 0.9671317236 ) AvgTol = 0.0517427016 ( 0.05174271535 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/C3 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename CTS18635-3.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
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 ) Summary = 1043 ( 1043 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 48 ( 48 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 473 ( 473 )
TOLERANCE : MaxTol = 0.9965425609 ( 0.9965425534 ) AvgTol = 0.01070529537 ( 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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/C4 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename CTS18635-4.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 6 ( 20 ) Summary = 6 ( 20 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 48 ( 48 ) Summary = 605 ( 605 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 48 ( 48 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 254 ( 254 )
TOLERANCE : MaxTol = 0.9965425609 ( 0.9965425534 ) AvgTol = 0.01938808773 ( 0.0193884753 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/C5 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename CTS18953.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 14 ( 14 ) Summary = 173 ( 173 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 14 ( 14 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 72 ( 72 )
TOLERANCE : MaxTol = 4.0002e-005 ( 4.0002e-005 ) AvgTol = 3.127982218e-006 ( 3.127982218e-006 )
LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 0 ( 0 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/C6 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename CTS19582.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 13 ) Summary = 0 ( 13 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 152 ( 152 ) Summary = 2080 ( 2080 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 152 ( 152 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 889 ( 889 )
TOLERANCE : MaxTol = 0.9363734225 ( 0.9363734225 ) AvgTol = 0.04721503286 ( 0.04721548297 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/C7 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename CTS21136.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 106 ( 536 ) Summary = 106 ( 536 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 206 ( 206 ) Summary = 3950 ( 3950 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 206 ( 206 ) FreeWire = 0 ( 0 ) FreeEdge = 4 ( 4 ) SharedEdge = 1760 ( 1760 )
TOLERANCE : MaxTol = 0.2688118771 ( 0.2688118774 ) AvgTol = 0.0006626012538 ( 0.0006624636278 )
LABELS : N0Labels = 210 ( 210 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 210 ( 210 ) NameLabels = 210 ( 210 ) ColorLabels = 210 ( 210 ) LayerLabels = 210 ( 210 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 7 ( 7 )
COLORS : Colors = BURLYWOOD1 DARKORANGE DEEPSKYBLUE1 GRAY79 MAGENTA1 MEDIUMSPRINGGREEN WHITE ( BURLYWOOD1 DARKORANGE DEEPSKYBLUE1 GRAY79 MAGENTA1 MEDIUMSPRINGGREEN WHITE )
NLAYERS : NLayers = 10 ( 10 )
LAYERS : Layers = 2 3 4 50 52 53 54 55 58 59 ( 2 3 4 50 52 53 54 55 58 59 )
}

18
tests/de/iges_1/C8 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename CTS21866.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 82 ( 85 ) Summary = 82 ( 85 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1459 ( 1459 ) Summary = 19160 ( 19160 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1459 ( 1459 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 8093 ( 8093 )
TOLERANCE : MaxTol = 0.9346509485 ( 0.9346509437 ) AvgTol = 0.02356731391 ( 0.02356733517 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/C9 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename CTS60168.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 2 ) Summary = 0 ( 2 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 9 ( 9 ) Summary = 166 ( 166 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 9 ( 9 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 73 ( 73 )
TOLERANCE : MaxTol = 0.54574397 ( 0.5457439747 ) AvgTol = 0.06954487897 ( 0.06954487788 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/D1 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename FRA60182.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 2 ) Summary = 1 ( 2 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1029 ( 1029 ) Summary = 14016 ( 14019 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1029 ( 1029 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 5991 ( 5989 )
TOLERANCE : MaxTol = 0.9998969699 ( 0.9998969699 ) AvgTol = 0.03184826265 ( 0.03187529348 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/D2 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename GER61123-1.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
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 = 519 ( 519 ) Summary = 6139 ( 6139 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 519 ( 519 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2502 ( 2502 )
TOLERANCE : MaxTol = 0.8632897705 ( 0.8632897802 ) AvgTol = 0.04019572889 ( 0.0401958388 )
LABELS : N0Labels = 519 ( 519 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 519 ( 519 ) NameLabels = 519 ( 519 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 0 ( 0 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/D3 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename GER61123-2.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
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 ) Summary = 6497 ( 6497 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 537 ( 537 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2655 ( 2655 )
TOLERANCE : MaxTol = 0.9158783896 ( 0.9159699741 ) AvgTol = 0.08054961241 ( 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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/D4 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename ITA60277.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) Summary = 9 ( 9 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) FreeWire = 1 ( 1 ) FreeEdge = 4 ( 4 ) SharedEdge = 4 ( 4 )
TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 )
LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 0 ( 0 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/D5 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename NIC_file5.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1 ( 1 ) Summary = 8 ( 8 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1 ( 1 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 4 ( 4 )
TOLERANCE : MaxTol = 2.287521146e-007 ( 2.287522163e-007 ) AvgTol = 1.556878604e-007 ( 1.550159841e-007 )
LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 0 ( 0 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/D6 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename PRO10629.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 320 ) Summary = 0 ( 320 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 192 ( 192 ) Summary = 8447 ( 8447 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 192 ( 192 ) FreeWire = 0 ( 0 ) FreeEdge = 6 ( 6 ) SharedEdge = 4028 ( 4028 )
TOLERANCE : MaxTol = 1.001437005e-005 ( 1e-005 ) AvgTol = 1.823426864e-006 ( 9.520967742e-006 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

21
tests/de/iges_1/D7 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
set filename CTS21884.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 129 ( 70 ) Summary = 129 ( 70 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 1 ) Shell = 0 ( 1 ) Face = 180 ( 180 ) Summary = 2185 ( 1096 )
STATSHAPE : Solid = 0 ( 1 ) Shell = 0 ( 1 ) Face = 180 ( 180 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 912 ( 457 )
TOLERANCE : MaxTol = 0.02358959588 ( 0.02358723715 ) AvgTol = 0.0007627813754 ( 0.001634279296 )
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 )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/D8 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename PRO18762.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 189 ( 189 ) Summary = 2471 ( 2471 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 189 ( 189 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1047 ( 1047 )
TOLERANCE : MaxTol = 0.9674930965 ( 0.9674931058 ) AvgTol = 0.07394129092 ( 0.07394139392 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/D9 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename REN20001.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1 ( 1 ) Summary = 12 ( 12 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1 ( 1 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 5 ( 5 )
TOLERANCE : MaxTol = 0.1038480255 ( 0.1038478805 ) AvgTol = 0.08956664418 ( 0.08956767442 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/E1 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename Rough_1.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 168 ) Summary = 0 ( 168 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2136 ( 2136 ) Summary = 24367 ( 24367 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2136 ( 2136 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 10058 ( 10058 )
TOLERANCE : MaxTol = 0.05529392 ( 0.05529391994 ) AvgTol = 0.0003644351094 ( 0.0003640919991 )
LABELS : N0Labels = 2136 ( 2136 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 2136 ( 2136 ) NameLabels = 2136 ( 2136 ) ColorLabels = 2136 ( 2136 ) LayerLabels = 2136 ( 2136 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 3 ( 3 )
COLORS : Colors = BLACK CYAN1 YELLOW ( BLACK CYAN1 YELLOW )
NLAYERS : NLayers = 1 ( 1 )
LAYERS : Layers = 1 ( 1 )
}

18
tests/de/iges_1/E2 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename Table20.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 4 ( 202 ) Summary = 4 ( 202 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 309 ( 309 ) Summary = 7205 ( 7205 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 309 ( 309 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3274 ( 3274 )
TOLERANCE : MaxTol = 0.9528326294 ( 0.952832627 ) AvgTol = 0.02908511465 ( 0.02909176809 )
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 )
COLORS : Colors = GRAY ( GRAY )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/E3 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename carfender.igs
set ref_data {
DATA : Faulties = 0 ( 1 ) Warnings = 0 ( 0 ) Summary = 0 ( 1 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 12 ( 12 ) Summary = 127 ( 127 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 12 ( 12 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 51 ( 51 )
TOLERANCE : MaxTol = 0.015577035 ( 0.015577035 ) AvgTol = 0.005229384693 ( 0.005229762271 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/E4 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename castest1.igs
set ref_data {
DATA : Faulties = 0 ( 1 ) Warnings = 0 ( 1 ) Summary = 0 ( 2 )
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 ) Summary = 121 ( 121 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 12 ( 12 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 48 ( 48 )
TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 )
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 )
COLORS : Colors = GRAY ( GRAY )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/E5 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename castest2.igs
set ref_data {
DATA : Faulties = 0 ( 1 ) Warnings = 0 ( 1 ) Summary = 0 ( 2 )
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 ) Summary = 21 ( 21 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 2 ( 2 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 8 ( 8 )
TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 )
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 )
COLORS : Colors = GRAY ( GRAY )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/E6 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename castest3a.igs
set ref_data {
DATA : Faulties = 0 ( 1 ) Warnings = 0 ( 1 ) Summary = 0 ( 2 )
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 ) Summary = 10 ( 10 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1 ( 1 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 4 ( 4 )
TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 )
LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 1 ( 1 )
COLORS : Colors = GRAY ( GRAY )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/E7 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename compsolid.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 13 ( 13 ) Summary = 139 ( 141 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 13 ( 13 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 56 ( 56 )
TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 )
LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 0 ( 0 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/E8 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename crapaud_corrupted.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 213 ( 213 ) Summary = 2333 ( 2333 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 213 ( 213 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 961 ( 961 )
TOLERANCE : MaxTol = 0.005110402507 ( 0.005110402507 ) AvgTol = 0.0002970992888 ( 0.00029709923 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/E9 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename fauteuil.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 130 ( 130 ) Summary = 1301 ( 1303 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 130 ( 130 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 520 ( 520 )
TOLERANCE : MaxTol = 1.000100142e-007 ( 1e-007 ) AvgTol = 1.000001184e-007 ( 1e-007 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/F1 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename holedbox.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 6 ( 6 ) Summary = 73 ( 73 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 6 ( 6 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 28 ( 28 )
TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 )
LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 0 ( 0 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/F2 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename phone.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 68 ( 68 ) Summary = 679 ( 679 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 68 ( 68 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 272 ( 272 )
TOLERANCE : MaxTol = 1.000100058e-007 ( 1e-007 ) AvgTol = 1.000015612e-007 ( 1e-007 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/F3 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename robinet_microsurface.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 2 ( 29 ) Summary = 2 ( 29 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 32 ( 32 ) Summary = 419 ( 419 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 32 ( 32 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 177 ( 177 )
TOLERANCE : MaxTol = 0.06404154287 ( 0.06404154205 ) AvgTol = 0.002360273594 ( 0.002360979702 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/F4 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename scenrio2.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 )
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 ) Summary = 993 ( 993 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 23 ( 23 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 468 ( 468 )
TOLERANCE : MaxTol = 0.7088972898 ( 0.7088972898 ) AvgTol = 0.007706834255 ( 0.007716106329 )
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 )
COLORS : Colors = GRAY ( GRAY )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/F5 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
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 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 530 ( 530 ) Summary = 6512 ( 6512 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 530 ( 530 ) FreeWire = 2 ( 2 ) FreeEdge = 146 ( 146 ) SharedEdge = 2648 ( 2648 )
TOLERANCE : MaxTol = 0.0469660729 ( 0.0469660729 ) AvgTol = 0.000869854804 ( 0.0008698603728 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

21
tests/de/iges_1/F6 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
set filename TEC0278.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 5 ( 0 ) Summary = 5 ( 0 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) Summary = 28 ( 27 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) FreeWire = 2 ( 2 ) FreeEdge = 12 ( 12 ) SharedEdge = 12 ( 12 )
TOLERANCE : MaxTol = 1.946144167e-005 ( 1.946144167e-005 ) AvgTol = 3.118921409e-006 ( 3.98657152e-006 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/F7 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename UK1.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 87 ) Summary = 0 ( 87 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 65 ( 65 ) Summary = 981 ( 974 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 65 ( 65 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 425 ( 419 )
TOLERANCE : MaxTol = 1e-005 ( 1e-005 ) AvgTol = 5.069367256e-007 ( 5.437344663e-007 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 1 ( 1 )
LAYERS : Layers = 1 ( 1 )
}

18
tests/de/iges_1/F8 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename UK2.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 26 ( 96 ) Summary = 26 ( 96 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 71 ( 71 ) Summary = 1714 ( 1714 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 71 ( 71 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 780 ( 780 )
TOLERANCE : MaxTol = 0.6714388732 ( 0.6714388722 ) AvgTol = 0.03709378851 ( 0.0370998158 )
LABELS : N0Labels = 71 ( 71 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 71 ( 71 ) NameLabels = 71 ( 71 ) ColorLabels = 0 ( 0 ) LayerLabels = 71 ( 71 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 0 ( 0 )
COLORS : Colors = ( )
NLAYERS : NLayers = 1 ( 1 )
LAYERS : Layers = 1 ( 1 )
}

21
tests/de/iges_1/F9 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
set filename UKI60095.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 7 ( 5 ) Summary = 7 ( 5 )
CHECKSHAPE : Wires = 0 ( 1 ) Faces = 0 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 622 ( 622 ) Summary = 7867 ( 7867 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 622 ( 622 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3291 ( 3291 )
TOLERANCE : MaxTol = 0.9474413126 ( 0.9474413171 ) AvgTol = 0.04459575327 ( 0.04459619526 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/G1 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename UKI60155.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
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 ) Summary = 3031 ( 3031 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 228 ( 228 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1288 ( 1288 )
TOLERANCE : MaxTol = 0.9908409583 ( 0.9908409583 ) AvgTol = 0.05061446111 ( 0.05061549122 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/G2 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename USA60337.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 7 ( 157 ) Summary = 7 ( 157 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 52 ( 52 ) Summary = 851 ( 851 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 52 ( 52 ) FreeWire = 0 ( 0 ) FreeEdge = 3 ( 3 ) SharedEdge = 372 ( 372 )
TOLERANCE : MaxTol = 0.2057401816 ( 0.205740183 ) AvgTol = 0.001181147318 ( 0.001181149489 )
LABELS : N0Labels = 55 ( 55 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 55 ( 55 ) NameLabels = 55 ( 55 ) ColorLabels = 53 ( 53 ) LayerLabels = 55 ( 55 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 2 ( 2 )
COLORS : Colors = CYAN1 MAGENTA1 ( CYAN1 MAGENTA1 )
NLAYERS : NLayers = 1 ( 1 )
LAYERS : Layers = 6 ( 6 )
}

18
tests/de/iges_1/G3 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename annie_surf.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
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 = 74 ( 74 ) Summary = 957 ( 957 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 74 ( 74 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 402 ( 402 )
TOLERANCE : MaxTol = 0.4002596462 ( 0.4002596419 ) AvgTol = 0.07066549153 ( 0.07066573636 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/G4 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename clapet.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 427 ( 427 ) Summary = 6071 ( 6071 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 427 ( 427 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2607 ( 2607 )
TOLERANCE : MaxTol = 0.9913863463 ( 0.9913863463 ) AvgTol = 0.05768021989 ( 0.05768022342 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/G5 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename coq-inf-support.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 3 ) Summary = 1 ( 3 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 380 ( 380 ) Summary = 4599 ( 4599 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 380 ( 380 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1904 ( 1904 )
TOLERANCE : MaxTol = 0.7395230815 ( 0.7395230851 ) AvgTol = 0.02340356526 ( 0.02340359477 )
LABELS : N0Labels = 380 ( 380 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 380 ( 380 ) NameLabels = 380 ( 380 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 0 ( 0 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/G6 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename coq-sup-support.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 2 ) Summary = 0 ( 2 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 409 ( 409 ) Summary = 5247 ( 5247 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 409 ( 409 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2209 ( 2209 )
TOLERANCE : MaxTol = 0.9579389807 ( 0.9579389801 ) AvgTol = 0.05177332439 ( 0.05180172526 )
LABELS : N0Labels = 409 ( 409 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 409 ( 409 ) NameLabels = 409 ( 409 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 0 ( 0 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/G7 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename frame.igs
set ref_data {
DATA : Faulties = 0 ( 5003 ) Warnings = 0 ( 0 ) Summary = 0 ( 5003 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) Summary = 2830 ( 2830 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) FreeWire = 0 ( 0 ) FreeEdge = 944 ( 944 ) SharedEdge = 944 ( 944 )
TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 )
LABELS : N0Labels = 944 ( 944 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 944 ( 944 ) NameLabels = 944 ( 944 ) ColorLabels = 944 ( 944 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 1 ( 1 )
COLORS : Colors = WHITE ( WHITE )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

18
tests/de/iges_1/G8 Normal file
View File

@ -0,0 +1,18 @@
# !!!! This file is generated automatically, do not edit manually! See end script
set filename ims012.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 )
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 ) Summary = 2314 ( 2314 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 79 ( 79 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1068 ( 1068 )
TOLERANCE : MaxTol = 6.019859301e-006 ( 1e-005 ) AvgTol = 2.732868072e-007 ( 7.554593962e-006 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

21
tests/de/iges_1/G9 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
set filename lh93wsddr3370z4.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 162 ( 4127 ) Summary = 162 ( 4127 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 448 ( 448 ) Summary = 7237 ( 7237 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 448 ( 448 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3192 ( 3192 )
TOLERANCE : MaxTol = 0.08683083502 ( 0.04341528762 ) AvgTol = 0.000870172875 ( 0.0007502917279 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

21
tests/de/iges_1/H1 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename BUC40182.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
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 ) Summary = 876 ( 876 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 48 ( 48 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 383 ( 383 )
TOLERANCE : MaxTol = 0.4654616407 ( 0.4654616407 ) AvgTol = 0.01534289133 ( 0.01534994109 )
LABELS : N0Labels = 1 ( 1 ) N1Labels = 48 ( 304 ) N2Labels = 0 ( 0 ) TotalLabels = 49 ( 305 ) NameLabels = 49 ( 72 ) ColorLabels = 48 ( 304 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 4 ( 4 )
COLORS : Colors = BLUE1 DARKGREEN WHITE YELLOW ( BLUE1 DARKGREEN WHITE YELLOW )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

21
tests/de/iges_1/H2 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename BUC50002.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 24 ) Summary = 1 ( 24 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 98 ( 98 ) Summary = 1543 ( 1489 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 98 ( 98 ) FreeWire = 0 ( 0 ) FreeEdge = 26 ( 26 ) SharedEdge = 687 ( 633 )
TOLERANCE : MaxTol = 0.03645053132 ( 0.03645054227 ) AvgTol = 0.0005473590273 ( 0.0005479624657 )
LABELS : N0Labels = 124 ( 124 ) N1Labels = 0 ( 87 ) N2Labels = 0 ( 0 ) TotalLabels = 124 ( 211 ) NameLabels = 124 ( 124 ) ColorLabels = 124 ( 211 ) LayerLabels = 124 ( 211 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 1 ( 1 )
COLORS : Colors = GREEN ( GREEN )
NLAYERS : NLayers = 2 ( 2 )
LAYERS : Layers = 101 141 ( 101 141 )
}

21
tests/de/iges_1/H3 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
set filename BUC50024.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 14 ) Summary = 0 ( 14 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 11 ( 11 ) Summary = 605 ( 605 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 11 ( 11 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 291 ( 291 )
TOLERANCE : MaxTol = 0.03107706969 ( 0.01553878539 ) AvgTol = 0.0002156995012 ( 0.000180475073 )
LABELS : N0Labels = 11 ( 11 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 11 ( 11 ) NameLabels = 11 ( 11 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 0 ( 0 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

21
tests/de/iges_1/H4 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
set filename modelsup.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 7 ) Summary = 1 ( 7 )
CHECKSHAPE : Wires = 2 ( 1 ) Faces = 2 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1477 ( 1477 ) Summary = 18136 ( 18135 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1477 ( 1477 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 7639 ( 7639 )
TOLERANCE : MaxTol = 0.9794963919 ( 0.9794963919 ) AvgTol = 0.03860117108 ( 0.03861764608 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

23
tests/de/iges_1/H5 Normal file
View File

@ -0,0 +1,23 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename BUC60032.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 53 ) Warnings = 74 ( 154 ) Summary = 74 ( 207 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 42 ( 42 ) Summary = 1100 ( 1133 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 42 ( 42 ) FreeWire = 8 ( 58 ) FreeEdge = 217 ( 217 ) SharedEdge = 413 ( 395 )
TOLERANCE : MaxTol = 0.9314567018 ( 0.01444583491 ) AvgTol = 0.04857564588 ( 0.0003004299328 )
LABELS : N0Labels = 3 ( 3 ) N1Labels = 141 ( 209 ) N2Labels = 0 ( 0 ) TotalLabels = 144 ( 212 ) NameLabels = 144 ( 172 ) ColorLabels = 141 ( 209 ) LayerLabels = 140 ( 208 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 6 ( 6 )
COLORS : Colors = BLUE1 CYAN1 MAGENTA2 RED TURQUOISE3 WHITE ( BLUE1 CYAN1 MAGENTA2 RED TURQUOISE3 WHITE )
NLAYERS : NLayers = 2 ( 2 )
LAYERS : Layers = 1 252 ( 1 252 )
}

23
tests/de/iges_1/H6 Normal file
View File

@ -0,0 +1,23 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename BUC60033.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 5 ) Warnings = 78 ( 815 ) Summary = 78 ( 820 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 208 ( 208 ) Summary = 7973 ( 8005 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 208 ( 208 ) FreeWire = 0 ( 32 ) FreeEdge = 70 ( 70 ) SharedEdge = 3748 ( 3748 )
TOLERANCE : MaxTol = 0.9313845927 ( 0.9049033554 ) AvgTol = 0.01438156805 ( 0.01221739863 )
LABELS : N0Labels = 1 ( 1 ) N1Labels = 246 ( 2188 ) N2Labels = 0 ( 0 ) TotalLabels = 247 ( 2189 ) NameLabels = 247 ( 374 ) ColorLabels = 246 ( 2188 ) LayerLabels = 241 ( 2183 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 5 ( 5 )
COLORS : Colors = CYAN1 GREEN RED WHITE YELLOW ( CYAN1 GREEN RED WHITE YELLOW )
NLAYERS : NLayers = 2 ( 2 )
LAYERS : Layers = 100 101 ( 100 101 )
}

22
tests/de/iges_1/H7 Normal file
View File

@ -0,0 +1,22 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename BUC60034.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 53 ) Warnings = 4 ( 632 ) Summary = 4 ( 685 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1766 ( 1766 ) Summary = 18583 ( 18585 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1766 ( 1766 ) FreeWire = 0 ( 2 ) FreeEdge = 104 ( 104 ) SharedEdge = 7470 ( 7469 )
TOLERANCE : MaxTol = 0.1881003203 ( 0.1881003203 ) AvgTol = 0.000520145094 ( 0.0004561075883 )
LABELS : N0Labels = 3 ( 3 ) N1Labels = 1816 ( 3099 ) N2Labels = 0 ( 0 ) TotalLabels = 1819 ( 3102 ) NameLabels = 1819 ( 1961 ) ColorLabels = 1816 ( 3099 ) LayerLabels = 1816 ( 3099 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 5 ( 5 )
COLORS : Colors = BLUE1 MAGENTA2 ORANGE RED WHITE ( BLUE1 MAGENTA2 ORANGE RED WHITE )
NLAYERS : NLayers = 4 ( 4 )
LAYERS : Layers = 2 252 3 4 ( 2 252 3 4 )
}

21
tests/de/iges_1/H8 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename BUC60035.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 5 ) Warnings = 82 ( 761 ) Summary = 82 ( 766 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 208 ( 208 ) Summary = 7763 ( 7763 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 208 ( 208 ) FreeWire = 0 ( 0 ) FreeEdge = 6 ( 6 ) SharedEdge = 3665 ( 3665 )
TOLERANCE : MaxTol = 0.1393674657 ( 0.1393674657 ) AvgTol = 0.003096469593 ( 0.003080442488 )
LABELS : N0Labels = 1 ( 1 ) N1Labels = 214 ( 3661 ) N2Labels = 0 ( 0 ) TotalLabels = 215 ( 3662 ) NameLabels = 215 ( 330 ) ColorLabels = 214 ( 3661 ) LayerLabels = 209 ( 3656 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 5 ( 5 )
COLORS : Colors = CYAN1 GREEN RED WHITE YELLOW ( CYAN1 GREEN RED WHITE YELLOW )
NLAYERS : NLayers = 2 ( 2 )
LAYERS : Layers = 100 101 ( 100 101 )
}

21
tests/de/iges_1/H9 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename BUC60207.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 1 ( 40 ) Summary = 1 ( 40 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 22 ( 22 ) Summary = 770 ( 770 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 22 ( 22 ) FreeWire = 6 ( 6 ) FreeEdge = 123 ( 123 ) SharedEdge = 302 ( 302 )
TOLERANCE : MaxTol = 0.9257818164 ( 0.9257819919 ) AvgTol = 0.02303074349 ( 0.0230306875 )
LABELS : N0Labels = 1 ( 1 ) N1Labels = 131 ( 244 ) N2Labels = 0 ( 0 ) TotalLabels = 132 ( 245 ) NameLabels = 132 ( 149 ) ColorLabels = 131 ( 244 ) LayerLabels = 131 ( 244 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 4 ( 4 )
COLORS : Colors = BLUE1 GREEN STEELBLUE2 VIOLETRED2 ( BLUE1 GREEN STEELBLUE2 VIOLETRED2 )
NLAYERS : NLayers = 4 ( 4 )
LAYERS : Layers = 2 3 51 9 ( 2 3 51 9 )
}

22
tests/de/iges_1/I1 Normal file
View File

@ -0,0 +1,22 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename BUC60216.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 79 ( 653 ) Summary = 79 ( 653 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 218 ( 218 ) Summary = 33194 ( 33225 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 218 ( 218 ) FreeWire = 77 ( 108 ) FreeEdge = 2656 ( 2656 ) SharedEdge = 15767 ( 15767 )
TOLERANCE : MaxTol = 0.1504135906 ( 0.1504135906 ) AvgTol = 0.0004235460154 ( 0.0004477161756 )
LABELS : N0Labels = 2 ( 2 ) N1Labels = 1279 ( 3464 ) N2Labels = 0 ( 0 ) TotalLabels = 1281 ( 3466 ) NameLabels = 1281 ( 1491 ) ColorLabels = 1280 ( 3465 ) LayerLabels = 284 ( 2412 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 4 ( 4 )
COLORS : Colors = GREEN MAGENTA1 WHITE YELLOW ( GREEN MAGENTA1 WHITE YELLOW )
NLAYERS : NLayers = 3 ( 3 )
LAYERS : Layers = 1 2 3 ( 1 2 3 )
}

22
tests/de/iges_1/I2 Normal file
View File

@ -0,0 +1,22 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename BUC60625-2.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 26 ( 61 ) Summary = 26 ( 61 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 120 ( 120 ) Summary = 5259 ( 5260 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 120 ( 120 ) FreeWire = 31 ( 31 ) FreeEdge = 1039 ( 1039 ) SharedEdge = 2053 ( 2048 )
TOLERANCE : MaxTol = 0.763617442 ( 0.7636174422 ) AvgTol = 0.001290845317 ( 0.001290629985 )
LABELS : N0Labels = 1051 ( 1051 ) N1Labels = 0 ( 13 ) N2Labels = 0 ( 0 ) TotalLabels = 1051 ( 1064 ) NameLabels = 1051 ( 1051 ) ColorLabels = 971 ( 1064 ) LayerLabels = 971 ( 1051 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 8 ( 8 )
COLORS : Colors = BLACK BLUE1 CYAN1 GREEN MAGENTA1 RED WHITE YELLOW ( BLACK BLUE1 CYAN1 GREEN MAGENTA1 RED WHITE YELLOW )
NLAYERS : NLayers = 7 ( 7 )
LAYERS : Layers = 1 100 63 70 97 98 99 ( 1 100 63 70 97 98 99 )
}

21
tests/de/iges_1/I3 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename BUC60800.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 9 ) Summary = 0 ( 9 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1 ( 1 ) Summary = 248 ( 248 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1 ( 1 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 123 ( 123 )
TOLERANCE : MaxTol = 1e-007 ( 1.000269908e-007 ) AvgTol = 1e-007 ( 1.000005471e-007 )
LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 123 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 124 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 124 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 1 ( 1 )
COLORS : Colors = WHITE ( WHITE )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

21
tests/de/iges_1/I4 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename BUC60850.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 232 ( 515 ) Summary = 232 ( 515 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 146 ( 146 ) Summary = 2430 ( 2430 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 146 ( 146 ) FreeWire = 5 ( 5 ) FreeEdge = 176 ( 176 ) SharedEdge = 1005 ( 1005 )
TOLERANCE : MaxTol = 0.02364292093 ( 6.820743821 ) AvgTol = 9.641592031e-005 ( 0.01088190714 )
LABELS : N0Labels = 285 ( 287 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 285 ( 287 ) NameLabels = 285 ( 287 ) ColorLabels = 279 ( 285 ) LayerLabels = 279 ( 285 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 2 ( 2 )
COLORS : Colors = MAGENTA1 WHITE ( MAGENTA1 WHITE )
NLAYERS : NLayers = 2 ( 2 )
LAYERS : Layers = 1 2 ( 1 2 )
}

21
tests/de/iges_1/I5 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename BUC61004-1.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 4 ) Warnings = 0 ( 312 ) Summary = 0 ( 316 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 241 ( 241 ) Summary = 9983 ( 9983 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 241 ( 241 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 4776 ( 4776 )
TOLERANCE : MaxTol = 9.452110694e-006 ( 1e-005 ) AvgTol = 1.744351223e-007 ( 8.133454698e-006 )
LABELS : N0Labels = 241 ( 241 ) N1Labels = 0 ( 83 ) N2Labels = 0 ( 0 ) TotalLabels = 241 ( 324 ) NameLabels = 241 ( 241 ) ColorLabels = 241 ( 324 ) LayerLabels = 241 ( 324 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 2 ( 2 )
COLORS : Colors = WHITE YELLOW ( WHITE YELLOW )
NLAYERS : NLayers = 1 ( 1 )
LAYERS : Layers = 10 ( 10 )
}

21
tests/de/iges_1/I6 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename BUC61004-2.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 )
TPSTAT : Faulties = 0 ( 1 ) Warnings = 16 ( 427 ) Summary = 16 ( 428 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 180 ( 180 ) Summary = 19884 ( 19884 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 180 ( 180 ) FreeWire = 1 ( 1 ) FreeEdge = 139 ( 139 ) SharedEdge = 9699 ( 9699 )
TOLERANCE : MaxTol = 0.0305692698 ( 0.03056926518 ) AvgTol = 0.001472997661 ( 0.001472983156 )
LABELS : N0Labels = 296 ( 296 ) N1Labels = 0 ( 1 ) N2Labels = 0 ( 0 ) TotalLabels = 296 ( 297 ) NameLabels = 296 ( 297 ) ColorLabels = 293 ( 294 ) LayerLabels = 31 ( 31 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 4 ( 4 )
COLORS : Colors = BLUE1 CYAN1 GREEN YELLOW ( BLUE1 CYAN1 GREEN YELLOW )
NLAYERS : NLayers = 1 ( 1 )
LAYERS : Layers = 1 ( 1 )
}

21
tests/de/iges_1/I7 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
set filename BUC61004-3.igs
set ref_data {
DATA : Faulties = 0 ( 2 ) Warnings = 0 ( 0 ) Summary = 0 ( 2 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 5 ( 21 ) Summary = 5 ( 21 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1 ( 1 ) Summary = 10 ( 10 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1 ( 1 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 4 ( 4 )
TOLERANCE : MaxTol = 1e-005 ( 1e-007 ) AvgTol = 9.238461538e-006 ( 1e-007 )
LABELS : N0Labels = 1 ( 1 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 1 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 1 ( 1 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 1 ( 1 )
COLORS : Colors = WHITE ( WHITE )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

22
tests/de/iges_1/I8 Normal file
View File

@ -0,0 +1,22 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename CTS17806.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 478 ( 6259 ) Summary = 478 ( 6259 )
CHECKSHAPE : Wires = 0 ( 2 ) Faces = 0 ( 3 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3647 ( 3647 ) Summary = 63291 ( 63420 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 3647 ( 3647 ) FreeWire = 180 ( 289 ) FreeEdge = 1393 ( 1393 ) SharedEdge = 27767 ( 27781 )
TOLERANCE : MaxTol = 0.9982953477 ( 0.9982953477 ) AvgTol = 0.01534545907 ( 0.01547294777 )
LABELS : N0Labels = 403 ( 403 ) N1Labels = 3841 ( 15575 ) N2Labels = 0 ( 0 ) TotalLabels = 4244 ( 15978 ) NameLabels = 4242 ( 6516 ) ColorLabels = 4090 ( 15977 ) LayerLabels = 4090 ( 15977 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 5 ( 5 )
COLORS : Colors = BLUE1 CHARTREUSE CYAN1 DARKKHAKI LIGHTPINK1 ( BLUE1 CHARTREUSE CYAN1 DARKKHAKI LIGHTPINK1 )
NLAYERS : NLayers = 4 ( 4 )
LAYERS : Layers = 110 111 116 35 ( 110 111 116 35 )
}

21
tests/de/iges_1/I9 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
set filename sample_diff_data_2.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 39 ) Summary = 0 ( 39 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 327 ( 327 ) Summary = 4036 ( 4036 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 327 ( 327 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 1696 ( 1696 )
TOLERANCE : MaxTol = 0.000190478139 ( 9.082153586e-005 ) AvgTol = 9.791349933e-006 ( 2.775931887e-006 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

21
tests/de/iges_1/J1 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename test.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1 ( 1 ) Summary = 8 ( 8 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1 ( 1 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 4 ( 4 )
TOLERANCE : MaxTol = 1.029699839e-007 ( 1e-007 ) AvgTol = 1.011423015e-007 ( 1e-007 )
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 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

22
tests/de/iges_1/J2 Normal file
View File

@ -0,0 +1,22 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: LABELS : Faulty"
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
set LinuxDiff 1
set filename CTS18546-1.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 292 ( 1100 ) Summary = 292 ( 1100 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 900 ( 900 ) Summary = 18228 ( 18221 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 900 ( 900 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 8220 ( 8213 )
TOLERANCE : MaxTol = 0.004034169186 ( 0.004034577888 ) AvgTol = 7.892309606e-006 ( 1.210857047e-005 )
LABELS : N0Labels = 900 ( 900 ) N1Labels = 0 ( 929 ) N2Labels = 0 ( 0 ) TotalLabels = 900 ( 1829 ) NameLabels = 900 ( 900 ) ColorLabels = 900 ( 1829 ) LayerLabels = 900 ( 1829 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 1 ( 1 )
COLORS : Colors = YELLOW ( YELLOW )
NLAYERS : NLayers = 1 ( 1 )
LAYERS : Layers = 1 ( 1 )
}

21
tests/de/iges_1/J3 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename CTS18546-2.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 42 ( 1090 ) Summary = 42 ( 1090 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1038 ( 1038 ) Summary = 22109 ( 22098 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1038 ( 1038 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 10016 ( 10005 )
TOLERANCE : MaxTol = 0.5433123154 ( 0.5433122968 ) AvgTol = 0.002230726965 ( 0.002235664162 )
LABELS : N0Labels = 1038 ( 1038 ) N1Labels = 0 ( 1450 ) N2Labels = 0 ( 0 ) TotalLabels = 1038 ( 2488 ) NameLabels = 1038 ( 1038 ) ColorLabels = 1038 ( 2488 ) LayerLabels = 1038 ( 2488 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 2 ( 2 )
COLORS : Colors = GREEN RED ( GREEN RED )
NLAYERS : NLayers = 1 ( 1 )
LAYERS : Layers = 1 ( 1 )
}

21
tests/de/iges_1/J4 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename CTS18847.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
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 ) Summary = 1543 ( 773 )
STATSHAPE : Solid = 0 ( 1 ) Shell = 0 ( 1 ) Face = 117 ( 117 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 652 ( 326 )
TOLERANCE : MaxTol = 0.1300827208 ( 0.1300697287 ) AvgTol = 0.002196749552 ( 0.00567483205 )
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 )
NLAYERS : NLayers = 1 ( 1 )
LAYERS : Layers = 2 ( 2 )
}

21
tests/de/iges_1/J5 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename CTS19883.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 396 ( 396 ) Summary = 5044 ( 5060 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 396 ( 396 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 2133 ( 2133 )
TOLERANCE : MaxTol = 0.9967131592 ( 0.9967131592 ) AvgTol = 0.05132244187 ( 0.05132274204 )
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 )
COLORS : Colors = MAGENTA1 RED ( MAGENTA1 RED )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

21
tests/de/iges_1/J6 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: COLORS : Faulty"
set filename CTS21137.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 156 ( 820 ) Summary = 156 ( 820 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 282 ( 282 ) Summary = 4898 ( 4898 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 282 ( 282 ) FreeWire = 0 ( 0 ) FreeEdge = 7 ( 7 ) SharedEdge = 2170 ( 2170 )
TOLERANCE : MaxTol = 0.8210384396 ( 0.821038439 ) AvgTol = 0.006791053813 ( 0.00686200517 )
LABELS : N0Labels = 289 ( 289 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 289 ( 289 ) NameLabels = 289 ( 289 ) ColorLabels = 101 ( 101 ) LayerLabels = 288 ( 288 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 2 ( 8 )
COLORS : Colors = RED WHITE ( BURLYWOOD1 DARKORANGE DEEPSKYBLUE1 LEMONCHIFFON1 MAGENTA1 MEDIUMSPRINGGREEN RED WHITE )
NLAYERS : NLayers = 9 ( 9 )
LAYERS : Layers = 1 11 19 2 3 5 6 8 9 ( 1 11 19 2 3 5 6 8 9 )
}

22
tests/de/iges_1/J7 Normal file
View File

@ -0,0 +1,22 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename CTS21140.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 168 ( 197 ) Summary = 168 ( 197 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 331 ( 331 ) Summary = 6878 ( 6924 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 331 ( 331 ) FreeWire = 70 ( 116 ) FreeEdge = 1479 ( 1479 ) SharedEdge = 2967 ( 2967 )
TOLERANCE : MaxTol = 0.6112323056 ( 0.6112323056 ) AvgTol = 0.0009107364143 ( 0.001289214856 )
LABELS : N0Labels = 1 ( 1 ) N1Labels = 481 ( 739 ) N2Labels = 0 ( 0 ) TotalLabels = 482 ( 740 ) NameLabels = 482 ( 559 ) ColorLabels = 481 ( 739 ) LayerLabels = 479 ( 737 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 8 ( 8 )
COLORS : Colors = BLUE1 CYAN1 DARKORANGE GOLD3 PALETURQUOISE2 RED WHITE YELLOW ( BLUE1 CYAN1 DARKORANGE GOLD3 PALETURQUOISE2 RED WHITE YELLOW )
NLAYERS : NLayers = 6 ( 6 )
LAYERS : Layers = 15 20 25 30 50 60 ( 15 20 25 30 50 60 )
}

22
tests/de/iges_1/J8 Normal file
View File

@ -0,0 +1,22 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename CTS21142.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 136 ) Warnings = 51 ( 583 ) Summary = 51 ( 719 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 308 ( 308 ) Summary = 6755 ( 6756 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 308 ( 308 ) FreeWire = 6 ( 7 ) FreeEdge = 795 ( 795 ) SharedEdge = 2675 ( 2675 )
TOLERANCE : MaxTol = 0.9778021574 ( 0.9778021574 ) AvgTol = 0.03580275897 ( 0.03579740035 )
LABELS : N0Labels = 1 ( 1 ) N1Labels = 1089 ( 2054 ) N2Labels = 0 ( 0 ) TotalLabels = 1090 ( 2055 ) NameLabels = 1090 ( 1285 ) ColorLabels = 1089 ( 2054 ) LayerLabels = 168 ( 311 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 6 ( 6 )
COLORS : Colors = BLUE1 GREEN MAGENTA1 RED WHITE YELLOW ( BLUE1 GREEN MAGENTA1 RED WHITE YELLOW )
NLAYERS : NLayers = 5 ( 5 )
LAYERS : Layers = 10 101 105 15 20 ( 10 101 105 15 20 )
}

22
tests/de/iges_1/J9 Normal file
View File

@ -0,0 +1,22 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: TPSTAT : Faulty"
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
set filename CTS21655.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 )
TPSTAT : Faulties = 0 ( 28 ) Warnings = 112 ( 7 ) Summary = 112 ( 35 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 2 ( 0 ) Shells = 0 ( 1 ) Solids = 0 ( 1 )
NBSHAPES : Solid = 0 ( 18 ) Shell = 0 ( 18 ) Face = 1190 ( 1190 ) Summary = 15073 ( 7693 )
STATSHAPE : Solid = 0 ( 18 ) Shell = 0 ( 18 ) Face = 1190 ( 1190 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 6283 ( 3134 )
TOLERANCE : MaxTol = 0.2496383637 ( 0.2496258832 ) AvgTol = 0.002193597722 ( 0.004111699584 )
LABELS : N0Labels = 27 ( 27 ) N1Labels = 0 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 27 ( 27 ) NameLabels = 27 ( 27 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 0 ( 0 )
COLORS : Colors = ( )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

21
tests/de/iges_1/K1 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename t_pro_200_222_0sg_whl.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
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 ) Summary = 9737 ( 9737 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) FreeWire = 218 ( 218 ) FreeEdge = 3900 ( 3900 ) SharedEdge = 3900 ( 3900 )
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 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 6 ( 6 )
COLORS : Colors = BLUE1 GREEN MAGENTA1 RED WHITE YELLOW ( BLUE1 GREEN MAGENTA1 RED WHITE YELLOW )
NLAYERS : NLayers = 0 ( 0 )
LAYERS : Layers = ( )
}

21
tests/de/iges_1/K2 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename D44-11325-6.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 2 ( 298 ) Summary = 2 ( 298 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 568 ( 568 ) Summary = 8541 ( 8540 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 568 ( 568 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 3702 ( 3701 )
TOLERANCE : MaxTol = 0.4977710304 ( 0.4977710286 ) AvgTol = 0.001985075959 ( 0.001988149118 )
LABELS : N0Labels = 568 ( 569 ) N1Labels = 0 ( 1207 ) N2Labels = 0 ( 0 ) TotalLabels = 568 ( 1776 ) NameLabels = 568 ( 569 ) ColorLabels = 568 ( 1775 ) LayerLabels = 568 ( 1775 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 1 ( 1 )
COLORS : Colors = YELLOW ( YELLOW )
NLAYERS : NLayers = 1 ( 1 )
LAYERS : Layers = 1 ( 1 )
}

21
tests/de/iges_1/K3 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename FRA62468-1.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 315 ( 5224 ) Summary = 315 ( 5224 )
CHECKSHAPE : Wires = 10 ( 16 ) Faces = 14 ( 14 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 5163 ( 5163 ) Summary = 68630 ( 68418 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 5163 ( 5163 ) FreeWire = 10 ( 10 ) FreeEdge = 283 ( 283 ) SharedEdge = 29283 ( 29075 )
TOLERANCE : MaxTol = 0.9874083984 ( 0.9875071265 ) AvgTol = 0.0111433033 ( 0.01115568393 )
LABELS : N0Labels = 5392 ( 5458 ) N1Labels = 18 ( 4437 ) N2Labels = 0 ( 0 ) TotalLabels = 5410 ( 9895 ) NameLabels = 5392 ( 5458 ) ColorLabels = 5391 ( 9829 ) LayerLabels = 5391 ( 9829 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 4 ( 4 )
COLORS : Colors = BLACK BLUE1 CYAN1 GREEN ( BLACK BLUE1 CYAN1 GREEN )
NLAYERS : NLayers = 3 ( 3 )
LAYERS : Layers = 1 51 6 ( 1 51 6 )
}

21
tests/de/iges_1/K4 Normal file
View File

@ -0,0 +1,21 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: LABELS : Faulty"
set filename GER60736.igs
set ref_data {
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 1 ) Summary = 0 ( 1 )
TPSTAT : Faulties = 0 ( 0 ) Warnings = 642 ( 814 ) Summary = 642 ( 814 )
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 406 ( 406 ) Summary = 23060 ( 23055 )
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 406 ( 406 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 11148 ( 11143 )
TOLERANCE : MaxTol = 1.005912368e-005 ( 1.005909788e-005 ) AvgTol = 7.142461941e-007 ( 9.442593263e-006 )
LABELS : N0Labels = 406 ( 406 ) N1Labels = 0 ( 282 ) N2Labels = 0 ( 0 ) TotalLabels = 406 ( 688 ) NameLabels = 406 ( 406 ) ColorLabels = 406 ( 688 ) LayerLabels = 406 ( 688 )
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
NCOLORS : NColors = 6 ( 6 )
COLORS : Colors = CYAN1 GREEN MAGENTA1 RED WHITE YELLOW ( CYAN1 GREEN MAGENTA1 RED WHITE YELLOW )
NLAYERS : NLayers = 1 ( 1 )
LAYERS : Layers = 1 ( 1 )
}

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