mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
Update testing cases for current state of OCCT6.7.1
This commit is contained in:
parent
dd81d91035
commit
56a979d205
@ -28,10 +28,18 @@ set q [dchrono h show]
|
||||
regexp {CPU user time: ([-0-9.+eE]+) seconds} $q full z
|
||||
puts "$z"
|
||||
|
||||
if { [regexp {Windows} [dversion] ] } {
|
||||
set max_time 20.0
|
||||
if { [regexp {Debug mode} [dversion]] } {
|
||||
if { [regexp {Windows} [dversion]] } {
|
||||
set max_time 100.0
|
||||
} else {
|
||||
set max_time 200.0
|
||||
}
|
||||
} else {
|
||||
set max_time 40.0
|
||||
if { [regexp {Windows} [dversion]] } {
|
||||
set max_time 20.0
|
||||
} else {
|
||||
set max_time 60.0
|
||||
}
|
||||
}
|
||||
|
||||
if { $z > ${max_time} } {
|
||||
|
@ -10,15 +10,15 @@ pload QAcommands
|
||||
|
||||
if { [regexp {Debug mode} [dversion]] } {
|
||||
if { [regexp {Windows} [dversion]] } {
|
||||
set max_time 180
|
||||
set max_time 250
|
||||
} else {
|
||||
set max_time 290
|
||||
}
|
||||
} else {
|
||||
if { [regexp {Windows} [dversion]] } {
|
||||
set max_time 50
|
||||
set max_time 70
|
||||
} else {
|
||||
set max_time 80
|
||||
set max_time 120
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -10,15 +10,15 @@ pload QAcommands
|
||||
|
||||
if { [regexp {Debug mode} [dversion]] } {
|
||||
if { [regexp {Windows} [dversion]] } {
|
||||
set max_time 220
|
||||
set max_time 300
|
||||
} else {
|
||||
set max_time 400
|
||||
set max_time 450
|
||||
}
|
||||
} else {
|
||||
if { [regexp {Windows} [dversion]] } {
|
||||
set max_time 80
|
||||
} else {
|
||||
set max_time 100
|
||||
set max_time 160
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -10,15 +10,15 @@ pload QAcommands
|
||||
|
||||
if { [regexp {Debug mode} [dversion]] } {
|
||||
if { [regexp {Windows} [dversion]] } {
|
||||
set max_time 250
|
||||
set max_time 350
|
||||
} else {
|
||||
set max_time 500
|
||||
}
|
||||
} else {
|
||||
if { [regexp {Windows} [dversion]] } {
|
||||
set max_time 100
|
||||
set max_time 110
|
||||
} else {
|
||||
set max_time 120
|
||||
set max_time 190
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -10,15 +10,15 @@ pload QAcommands
|
||||
|
||||
if { [regexp {Debug mode} [dversion]] } {
|
||||
if { [regexp {Windows} [dversion]] } {
|
||||
set max_time 300
|
||||
set max_time 350
|
||||
} else {
|
||||
set max_time 550
|
||||
}
|
||||
} else {
|
||||
if { [regexp {Windows} [dversion]] } {
|
||||
set max_time 100
|
||||
set max_time 120
|
||||
} else {
|
||||
set max_time 150
|
||||
set max_time 220
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -10,7 +10,7 @@ pload QAcommands
|
||||
|
||||
if { [regexp {Debug mode} [dversion]] } {
|
||||
if { [regexp {Windows} [dversion]] } {
|
||||
set max_time 260
|
||||
set max_time 300
|
||||
} else {
|
||||
set max_time 500
|
||||
}
|
||||
@ -18,7 +18,7 @@ if { [regexp {Debug mode} [dversion]] } {
|
||||
if { [regexp {Windows} [dversion]] } {
|
||||
set max_time 100
|
||||
} else {
|
||||
set max_time 150
|
||||
set max_time 180
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -10,11 +10,6 @@ restore [locate_data_file bug24766_shell_for_points.brep] s1
|
||||
restore [locate_data_file bug24766_edge_to_line.brep] e1
|
||||
|
||||
set dist_list [distmini d s1 e1]
|
||||
if { [llength ${dist_list}] != 2 } {
|
||||
puts "Error: bad number of solutions"
|
||||
} else {
|
||||
puts "OK: good number of solutions"
|
||||
}
|
||||
|
||||
regexp {([-0-9.+eE]+)} [dump d_val] full dist
|
||||
|
||||
|
@ -2,7 +2,7 @@ pload DCAF
|
||||
pload TOPTEST
|
||||
pload XDE
|
||||
|
||||
cpulimit 1500
|
||||
cpulimit 2500
|
||||
|
||||
# Create a new document and set UndoLimit
|
||||
NewDocument D MDTV-XCAF
|
||||
|
@ -1,6 +1,5 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: Exception in Segment()"
|
||||
|
||||
set LinuxDiff 1
|
||||
set filename t500core.igs
|
||||
|
@ -1,7 +1,7 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: Exception in Segment()"
|
||||
|
||||
|
||||
|
||||
set filename PRO10578.igs
|
||||
|
@ -1,8 +1,5 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: Exception in Segment()"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :"
|
||||
|
||||
set LinuxDiff 1
|
||||
|
@ -3,7 +3,7 @@ puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 ALL: LAYERS : Faulty"
|
||||
puts "TODO DEBUG_OCC24442 Debian60-64 Windows: Warning: Exception in Segment()"
|
||||
|
||||
|
||||
|
||||
set filename CATIA01.igs
|
||||
|
@ -4,22 +4,22 @@ puts "TODO CR23096 ALL: NBSHAPES : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 ALL: COLORS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: STATSHAPE : Faulty "
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :"
|
||||
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: ShapeAnalysis_Surface"
|
||||
|
||||
set LinuxDiff 4
|
||||
set LinuxFaulties {STATSHAPE}
|
||||
set filename coque-sup.igs
|
||||
|
||||
set ref_data {
|
||||
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
|
||||
TPSTAT : Faulties = 0 ( 3 ) Warnings = 277 ( 4464 ) Summary = 277 ( 4467 )
|
||||
TPSTAT : Faulties = 0 ( 3 ) Warnings = 276 ( 4464 ) Summary = 276 ( 4467 )
|
||||
CHECKSHAPE : Wires = 1 ( 1 ) Faces = 2 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
|
||||
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1627 ( 1627 ) Summary = 39249 ( 39256 )
|
||||
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 1627 ( 1627 ) FreeWire = 22 ( 26 ) FreeEdge = 135 ( 135 ) SharedEdge = 17934 ( 17935 )
|
||||
TOLERANCE : MaxTol = 1.006358087 ( 992.8187669 ) AvgTol = 0.0004397450356 ( 0.3174630609 )
|
||||
TOLERANCE : MaxTol = 1.00174762 ( 992.8187669 ) AvgTol = 0.0004393291462 ( 0.3174630609 )
|
||||
LABELS : N0Labels = 6 ( 6 ) N1Labels = 1642 ( 9638 ) N2Labels = 0 ( 0 ) TotalLabels = 1648 ( 9644 ) NameLabels = 1648 ( 2887 ) ColorLabels = 1644 ( 9643 ) LayerLabels = 488 ( 3995 )
|
||||
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
|
||||
NCOLORS : NColors = 4 ( 5 )
|
||||
|
@ -1,5 +1,7 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO ?CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO ?DEBUG_OCC24121 Debian60-64 Windows: Process killed by CPU limit"
|
||||
puts "TODO ?DEBUG_OCC24121 Debian60-64 Windows: TEST INCOMPLETE"
|
||||
|
||||
|
||||
set filename t_cat_424_002_sgi_hybdrw_vw_dosenhalter_standard.igs
|
||||
|
@ -1,16 +1,19 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: ShapeFix_ComposeShell"
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: color name"
|
||||
|
||||
|
||||
|
||||
set filename trj9_b2-ai-214.stp
|
||||
|
||||
set ref_data {
|
||||
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
|
||||
TPSTAT : Faulties = 0 ( 0 ) Warnings = 9 ( 40 ) Summary = 9 ( 40 )
|
||||
TPSTAT : Faulties = 0 ( 0 ) Warnings = 8 ( 38 ) Summary = 8 ( 38 )
|
||||
CHECKSHAPE : Wires = 0 ( 1 ) Faces = 0 ( 1 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
|
||||
NBSHAPES : Solid = 2 ( 2 ) Shell = 2 ( 2 ) Face = 222 ( 222 ) Summary = 1470 ( 1466 )
|
||||
STATSHAPE : Solid = 2 ( 2 ) Shell = 2 ( 2 ) Face = 222 ( 222 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 611 ( 609 )
|
||||
TOLERANCE : MaxTol = 0.004950186716 ( 0.004950186717 ) AvgTol = 0.0003554734562 ( 0.00035972426 )
|
||||
TOLERANCE : MaxTol = 0.004950186716 ( 0.004950186717 ) AvgTol = 0.00035547308 ( 0.0003597204228 )
|
||||
LABELS : N0Labels = 1 ( 1 ) N1Labels = 2 ( 0 ) N2Labels = 0 ( 0 ) TotalLabels = 3 ( 1 ) NameLabels = 1 ( 1 ) ColorLabels = 2 ( 1 ) LayerLabels = 0 ( 0 )
|
||||
PROPS : Centroid = 1 ( 1 ) Volume = 1 ( 1 ) Area = 1 ( 1 )
|
||||
NCOLORS : NColors = 1 ( 1 )
|
||||
|
@ -1,6 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
|
||||
|
||||
set filename trj4_s1-ai-214.stp
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
|
||||
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error : 1 differences with reference data found"
|
||||
|
||||
set filename trj6_pm4-al-214.stp
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 ALL: LAYERS : Faulty"
|
||||
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
|
||||
|
||||
set filename db_as1-A.stp
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 ALL: LAYERS : Faulty"
|
||||
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
|
||||
|
||||
set filename db_as1-B.stp
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 ALL: LAYERS : Faulty"
|
||||
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
|
||||
|
||||
set filename trj3_s1-db-214.stp
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 ALL: LAYERS : Faulty"
|
||||
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
|
||||
|
||||
set filename tr8_as2_db.stp
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 ALL: LAYERS : Faulty"
|
||||
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
|
||||
|
||||
set filename tr8_as2a_db.stp
|
||||
|
||||
|
@ -1,7 +1,11 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
|
||||
|
||||
puts "TODO ?CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO ?CR23096 ALL: STATSHAPE : Faulty"
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64: \\*\\* Exception \\*\\*.*"
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64: An exception was caught"
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: First - file was not written - exception"
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error : Here is writing problem"
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error : 3 differences with reference data found"
|
||||
|
||||
set filename S4132-test.stp
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
|
||||
|
||||
set filename as1ug.stp
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 ALL: LAYERS : Faulty"
|
||||
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
|
||||
|
||||
set filename tr8_ha1_db.stp
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
|
||||
|
||||
set filename r86ug.stp
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 ALL: LAYERS : Faulty"
|
||||
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
|
||||
|
||||
set filename bm4_db_punch_a.stp
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: StepToTopoDS_TranslateCompositeCurve"
|
||||
|
||||
set filename tr9_r0901-al.stp
|
||||
|
||||
|
@ -2,9 +2,8 @@
|
||||
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: StepToGeom_MakeSurface"
|
||||
|
||||
set LinuxDiff 3
|
||||
set filename r76sy.stp
|
||||
|
@ -2,7 +2,7 @@
|
||||
puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 ALL: LAYERS : Faulty"
|
||||
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
|
||||
|
||||
set filename bm4_db_punch_c.stp
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 ALL: LAYERS : Faulty"
|
||||
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
|
||||
|
||||
set filename bm4_db_conn_a.stp
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
puts "TODO CR23096 ALL: LAYERS : Faulty"
|
||||
|
||||
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
|
||||
|
||||
set filename bm4_db_conn_d.stp
|
||||
|
||||
|
@ -6,11 +6,11 @@ set filename 612319029MB-HEAD-CYLINDER.stp
|
||||
|
||||
set ref_data {
|
||||
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
|
||||
TPSTAT : Faulties = 0 ( 0 ) Warnings = 1869 ( 2152 ) Summary = 1869 ( 2152 )
|
||||
CHECKSHAPE : Wires = 36 ( 32 ) Faces = 36 ( 32 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
|
||||
TPSTAT : Faulties = 0 ( 0 ) Warnings = 1861 ( 2139 ) Summary = 1861 ( 2139 )
|
||||
CHECKSHAPE : Wires = 38 ( 36 ) Faces = 38 ( 36 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
|
||||
NBSHAPES : Solid = 1 ( 1 ) Shell = 17 ( 17 ) Face = 6173 ( 6173 ) Summary = 41190 ( 41175 )
|
||||
STATSHAPE : Solid = 1 ( 1 ) Shell = 17 ( 17 ) Face = 6173 ( 6173 ) FreeWire = 0 ( 0 ) FreeEdge = 4 ( 4 ) SharedEdge = 17493 ( 17486 )
|
||||
TOLERANCE : MaxTol = 0.07753055119 ( 0.07753055119 ) AvgTol = 0.0008306430334 ( 0.0007527924205 )
|
||||
TOLERANCE : MaxTol = 0.07753055119 ( 0.07753055119 ) AvgTol = 0.0008280108325 ( 0.0007444979965 )
|
||||
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 2 ) N2Labels = 0 ( 0 ) TotalLabels = 5 ( 5 ) NameLabels = 5 ( 5 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
|
||||
NCOLORS : NColors = 0 ( 0 )
|
||||
|
@ -3,19 +3,19 @@ puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 ALL: STATSHAPE : Faulty"
|
||||
puts "TODO CR23096 ALL: TOLERANCE : Faulty"
|
||||
|
||||
|
||||
puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :"
|
||||
puts "TODO CR23096 ALL: Error : 3 differences with reference data found :"
|
||||
puts "TODO DEBUG_CR24543 ALL: Error: ShapeFix_ComposeShell::MakeFacesOnPatch: can't dispatch wires"
|
||||
|
||||
set LinuxDiff 3
|
||||
set filename Z8M6SAT.stp
|
||||
|
||||
set ref_data {
|
||||
DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )
|
||||
TPSTAT : Faulties = 3 ( 0 ) Warnings = 965 ( 3166 ) Summary = 968 ( 3166 )
|
||||
TPSTAT : Faulties = 3 ( 0 ) Warnings = 966 ( 3166 ) Summary = 969 ( 3166 )
|
||||
CHECKSHAPE : Wires = 49 ( 50 ) Faces = 47 ( 49 ) Shells = 0 ( 7 ) Solids = 0 ( 0 )
|
||||
NBSHAPES : Solid = 28 ( 28 ) Shell = 775 ( 40 ) Face = 3250 ( 3249 ) Summary = 29514 ( 28718 )
|
||||
STATSHAPE : Solid = 28 ( 28 ) Shell = 775 ( 40 ) Face = 3250 ( 3249 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 12663 ( 12613 )
|
||||
TOLERANCE : MaxTol = 40.73070494 ( 20.46526799 ) AvgTol = 0.03482256518 ( 0.03252524959 )
|
||||
NBSHAPES : Solid = 28 ( 28 ) Shell = 775 ( 40 ) Face = 3250 ( 3249 ) Summary = 29509 ( 28733 )
|
||||
STATSHAPE : Solid = 28 ( 28 ) Shell = 775 ( 40 ) Face = 3250 ( 3249 ) FreeWire = 0 ( 0 ) FreeEdge = 0 ( 0 ) SharedEdge = 12655 ( 12622 )
|
||||
TOLERANCE : MaxTol = 40.73070494 ( 20.46526799 ) AvgTol = 0.02979757576 ( 0.03235989163 )
|
||||
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 2 ) N2Labels = 0 ( 0 ) TotalLabels = 5 ( 5 ) NameLabels = 5 ( 5 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
|
||||
NCOLORS : NColors = 0 ( 0 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user