mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0030789: Data Exchange - Some names are lost during STEP import
Add importing name from PRODUCT_DEFINITION_WITH_ASSOCIATED_DOCUMENTS STEP entity. Update test cases with files contained this entity.
This commit is contained in:
parent
c9983ee863
commit
3b739e69c9
@ -39,6 +39,7 @@
|
||||
#include <StepBasic_ProductDefinition.hxx>
|
||||
#include <StepBasic_ProductDefinitionFormation.hxx>
|
||||
#include <StepBasic_ProductDefinitionRelationship.hxx>
|
||||
#include <StepBasic_ProductDefinitionWithAssociatedDocuments.hxx>
|
||||
#include <StepBasic_SiUnit.hxx>
|
||||
#include <StepBasic_SiUnitAndLengthUnit.hxx>
|
||||
#include <StepBasic_Unit.hxx>
|
||||
@ -1146,6 +1147,7 @@ Standard_Boolean STEPCAFControl_Reader::ReadNames(const Handle(XSControl_WorkSes
|
||||
Standard_Integer nb = Model->NbEntities();
|
||||
Handle(Standard_Type) tNAUO = STANDARD_TYPE(StepRepr_NextAssemblyUsageOccurrence);
|
||||
Handle(Standard_Type) tPD = STANDARD_TYPE(StepBasic_ProductDefinition);
|
||||
Handle(Standard_Type) tPDWAD = STANDARD_TYPE(StepBasic_ProductDefinitionWithAssociatedDocuments);
|
||||
Handle(TCollection_HAsciiString) name;
|
||||
TDF_Label L;
|
||||
for (Standard_Integer i = 1; i <= nb; i++) {
|
||||
@ -1179,7 +1181,7 @@ Standard_Boolean STEPCAFControl_Reader::ReadNames(const Handle(XSControl_WorkSes
|
||||
}
|
||||
|
||||
// for PD get name of associated product
|
||||
if (enti->DynamicType() == tPD) {
|
||||
if (enti->DynamicType() == tPD || enti->DynamicType() == tPDWAD) {
|
||||
L.Nullify();
|
||||
Handle(StepBasic_ProductDefinition) PD =
|
||||
Handle(StepBasic_ProductDefinition)::DownCast(enti);
|
||||
|
33
tests/bugs/step/bug30789
Normal file
33
tests/bugs/step/bug30789
Normal file
@ -0,0 +1,33 @@
|
||||
puts "==============================================================="
|
||||
puts "0030789: Data Exchange - Some names are lost during STEP import"
|
||||
puts "==============================================================="
|
||||
puts ""
|
||||
|
||||
# Load file
|
||||
|
||||
pload DCAF
|
||||
ReadStep D [locate_data_file bug30789.stp]
|
||||
|
||||
# Check several names came from problematic entities
|
||||
set name [GetName D 0:1:1:10]
|
||||
if {$name != "F5347130221100"} {
|
||||
puts "Error: name of entity is lost."
|
||||
}
|
||||
set name [GetName D 0:1:1:20]
|
||||
if {$name != "A5397301720500"} {
|
||||
puts "Error: name of entity is lost."
|
||||
}
|
||||
set name [GetName D 0:1:1:34]
|
||||
if {$name != "F5349193000400-CUT01"} {
|
||||
puts "Error: name of entity is lost."
|
||||
}
|
||||
set name [GetName D 0:1:1:48]
|
||||
if {$name != "F5349195500100-FLX05"} {
|
||||
puts "Error: name of entity is lost."
|
||||
}
|
||||
set name [GetName D 0:1:1:74]
|
||||
if {$name != "F5349193500000-FLX10"} {
|
||||
puts "Error: name of entity is lost."
|
||||
}
|
||||
|
||||
Close D
|
@ -12,7 +12,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So
|
||||
NBSHAPES : Solid = 2 ( 2 ) Shell = 2 ( 2 ) Face = 80 ( 80 )
|
||||
STATSHAPE : Solid = 2 ( 2 ) Shell = 2 ( 2 ) Face = 80 ( 80 ) FreeWire = 0 ( 0 )
|
||||
TOLERANCE : MaxTol = 0.0009825722198 ( 0.0009825722195 ) AvgTol = 7.814603999e-005 ( 7.722132677e-005 )
|
||||
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 5 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 6 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
|
||||
NCOLORS : NColors = 0 ( 0 )
|
||||
COLORS : Colors = ( )
|
||||
|
@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So
|
||||
NBSHAPES : Solid = 8 ( 8 ) Shell = 8 ( 8 ) Face = 101 ( 101 )
|
||||
STATSHAPE : Solid = 11 ( 11 ) Shell = 11 ( 11 ) Face = 134 ( 134 ) FreeWire = 0 ( 0 )
|
||||
TOLERANCE : MaxTol = 0.0002663644062 ( 0.004247173074 ) AvgTol = 6.037675043e-006 ( 9.943491328e-005 )
|
||||
LABELS : N0Labels = 13 ( 13 ) N1Labels = 18 ( 23 ) N2Labels = 0 ( 5 ) TotalLabels = 31 ( 41 ) NameLabels = 27 ( 27 ) ColorLabels = 12 ( 12 ) LayerLabels = 0 ( 0 )
|
||||
LABELS : N0Labels = 13 ( 13 ) N1Labels = 18 ( 23 ) N2Labels = 0 ( 5 ) TotalLabels = 31 ( 41 ) NameLabels = 27 ( 32 ) ColorLabels = 12 ( 12 ) LayerLabels = 0 ( 0 )
|
||||
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
|
||||
NCOLORS : NColors = 3 ( 3 )
|
||||
COLORS : Colors = BLUE1 RED YELLOW ( BLUE1 RED YELLOW )
|
||||
|
@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So
|
||||
NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 226 ( 226 )
|
||||
STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 226 ( 226 ) FreeWire = 0 ( 0 )
|
||||
TOLERANCE : MaxTol = 0.004186274562 ( 0.004186274559 ) AvgTol = 6.102189214e-005 ( 6.108789747e-005 )
|
||||
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 4 ) N2Labels = 0 ( 2 ) TotalLabels = 5 ( 9 ) NameLabels = 5 ( 6 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 4 ) N2Labels = 0 ( 2 ) TotalLabels = 5 ( 9 ) NameLabels = 5 ( 7 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
|
||||
NCOLORS : NColors = 0 ( 0 )
|
||||
COLORS : Colors = ( )
|
||||
|
@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So
|
||||
NBSHAPES : Solid = 5 ( 5 ) Shell = 5 ( 5 ) Face = 111 ( 111 )
|
||||
STATSHAPE : Solid = 5 ( 5 ) Shell = 5 ( 5 ) Face = 111 ( 111 ) FreeWire = 0 ( 0 )
|
||||
TOLERANCE : MaxTol = 0.0004869324906 ( 0.0004869324906 ) AvgTol = 2.610567178e-005 ( 2.610567176e-005 )
|
||||
LABELS : N0Labels = 6 ( 6 ) N1Labels = 5 ( 6 ) N2Labels = 0 ( 1 ) TotalLabels = 11 ( 13 ) NameLabels = 11 ( 11 ) ColorLabels = 5 ( 5 ) LayerLabels = 0 ( 0 )
|
||||
LABELS : N0Labels = 6 ( 6 ) N1Labels = 5 ( 6 ) N2Labels = 0 ( 1 ) TotalLabels = 11 ( 13 ) NameLabels = 11 ( 12 ) ColorLabels = 5 ( 5 ) LayerLabels = 0 ( 0 )
|
||||
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
|
||||
NCOLORS : NColors = 5 ( 5 )
|
||||
COLORS : Colors = BLUE1 CHARTREUSE CYAN1 RED YELLOW ( BLUE1 CHARTREUSE CYAN1 RED YELLOW )
|
||||
|
@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So
|
||||
NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 52 ( 52 )
|
||||
STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 52 ( 52 ) FreeWire = 0 ( 0 )
|
||||
TOLERANCE : MaxTol = 0.0004859831616 ( 0.0004859831006 ) AvgTol = 3.80049368e-005 ( 3.800713022e-005 )
|
||||
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 5 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 6 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
|
||||
NCOLORS : NColors = 0 ( 0 )
|
||||
COLORS : Colors = ( )
|
||||
|
@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So
|
||||
NBSHAPES : Solid = 5 ( 5 ) Shell = 5 ( 5 ) Face = 39 ( 39 )
|
||||
STATSHAPE : Solid = 18 ( 18 ) Shell = 18 ( 18 ) Face = 125 ( 125 ) FreeWire = 0 ( 0 )
|
||||
TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 )
|
||||
LABELS : N0Labels = 9 ( 9 ) N1Labels = 13 ( 17 ) N2Labels = 0 ( 4 ) TotalLabels = 22 ( 30 ) NameLabels = 22 ( 22 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
LABELS : N0Labels = 9 ( 9 ) N1Labels = 13 ( 17 ) N2Labels = 0 ( 4 ) TotalLabels = 22 ( 30 ) NameLabels = 22 ( 26 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
PROPS : Centroid = 6 ( 6 ) Volume = 6 ( 6 ) Area = 6 ( 6 )
|
||||
NCOLORS : NColors = 0 ( 0 )
|
||||
COLORS : Colors = ( )
|
||||
|
@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So
|
||||
NBSHAPES : Solid = 5 ( 5 ) Shell = 5 ( 5 ) Face = 39 ( 39 )
|
||||
STATSHAPE : Solid = 18 ( 18 ) Shell = 18 ( 18 ) Face = 125 ( 125 ) FreeWire = 0 ( 0 )
|
||||
TOLERANCE : MaxTol = 1e-007 ( 1e-007 ) AvgTol = 1e-007 ( 1e-007 )
|
||||
LABELS : N0Labels = 9 ( 9 ) N1Labels = 13 ( 17 ) N2Labels = 0 ( 4 ) TotalLabels = 22 ( 30 ) NameLabels = 22 ( 22 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
LABELS : N0Labels = 9 ( 9 ) N1Labels = 13 ( 17 ) N2Labels = 0 ( 4 ) TotalLabels = 22 ( 30 ) NameLabels = 22 ( 26 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
PROPS : Centroid = 6 ( 6 ) Volume = 6 ( 6 ) Area = 6 ( 6 )
|
||||
NCOLORS : NColors = 0 ( 0 )
|
||||
COLORS : Colors = ( )
|
||||
|
@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So
|
||||
NBSHAPES : Solid = 7 ( 7 ) Shell = 7 ( 7 ) Face = 132 ( 132 )
|
||||
STATSHAPE : Solid = 7 ( 7 ) Shell = 7 ( 7 ) Face = 132 ( 132 ) FreeWire = 0 ( 0 )
|
||||
TOLERANCE : MaxTol = 0.0003598511661 ( 0.0003598511659 ) AvgTol = 3.390043964e-005 ( 3.390043961e-005 )
|
||||
LABELS : N0Labels = 8 ( 8 ) N1Labels = 7 ( 8 ) N2Labels = 0 ( 1 ) TotalLabels = 15 ( 17 ) NameLabels = 15 ( 15 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
LABELS : N0Labels = 8 ( 8 ) N1Labels = 7 ( 8 ) N2Labels = 0 ( 1 ) TotalLabels = 15 ( 17 ) NameLabels = 15 ( 16 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
|
||||
NCOLORS : NColors = 0 ( 0 )
|
||||
COLORS : Colors = ( )
|
||||
|
@ -12,7 +12,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So
|
||||
NBSHAPES : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 113 ( 113 )
|
||||
STATSHAPE : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 113 ( 113 ) FreeWire = 0 ( 0 )
|
||||
TOLERANCE : MaxTol = 0.0009825722198 ( 0.0009825722195 ) AvgTol = 0.0001141914147 ( 0.0001128347789 )
|
||||
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 5 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 6 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
|
||||
NCOLORS : NColors = 0 ( 0 )
|
||||
COLORS : Colors = ( )
|
||||
|
@ -12,7 +12,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So
|
||||
NBSHAPES : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 127 ( 127 )
|
||||
STATSHAPE : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 127 ( 127 ) FreeWire = 0 ( 0 )
|
||||
TOLERANCE : MaxTol = 0.0009825722198 ( 0.0009825722195 ) AvgTol = 0.0001005180586 ( 9.932542361e-005 )
|
||||
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 5 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 6 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
|
||||
NCOLORS : NColors = 0 ( 0 )
|
||||
COLORS : Colors = ( )
|
||||
|
@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So
|
||||
NBSHAPES : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 68 ( 68 )
|
||||
STATSHAPE : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 68 ( 68 ) FreeWire = 0 ( 0 )
|
||||
TOLERANCE : MaxTol = 0.0004859831617 ( 0.0004859831006 ) AvgTol = 3.076845222e-005 ( 3.077022317e-005 )
|
||||
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 5 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 6 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
|
||||
NCOLORS : NColors = 0 ( 0 )
|
||||
COLORS : Colors = ( )
|
||||
|
@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So
|
||||
NBSHAPES : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 )
|
||||
STATSHAPE : Solid = 0 ( 0 ) Shell = 0 ( 0 ) Face = 0 ( 0 ) FreeWire = 0 ( 0 )
|
||||
TOLERANCE : MaxTol = 0 ( 0 ) AvgTol = 0 ( 0 )
|
||||
LABELS : N0Labels = 2 ( 2 ) N1Labels = 1 ( 3 ) N2Labels = 0 ( 2 ) TotalLabels = 3 ( 7 ) NameLabels = 3 ( 4 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
LABELS : N0Labels = 2 ( 2 ) N1Labels = 1 ( 3 ) N2Labels = 0 ( 2 ) TotalLabels = 3 ( 7 ) NameLabels = 3 ( 5 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
|
||||
NCOLORS : NColors = 0 ( 0 )
|
||||
COLORS : Colors = ( )
|
||||
|
@ -12,7 +12,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So
|
||||
NBSHAPES : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 14 ( 14 )
|
||||
STATSHAPE : Solid = 1 ( 1 ) Shell = 1 ( 1 ) Face = 14 ( 14 ) FreeWire = 0 ( 0 )
|
||||
TOLERANCE : MaxTol = 7.34727251e-006 ( 7.347307161e-006 ) AvgTol = 1.215889256e-006 ( 1.215894904e-006 )
|
||||
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 5 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 6 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
|
||||
NCOLORS : NColors = 0 ( 0 )
|
||||
COLORS : Colors = ( )
|
||||
|
@ -12,7 +12,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So
|
||||
NBSHAPES : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 22 ( 22 )
|
||||
STATSHAPE : Solid = 3 ( 3 ) Shell = 3 ( 3 ) Face = 22 ( 22 ) FreeWire = 0 ( 0 )
|
||||
TOLERANCE : MaxTol = 2.100581826e-007 ( 2.098677141e-007 ) AvgTol = 1.07336592e-007 ( 1.07325212e-007 )
|
||||
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 5 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 6 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
|
||||
NCOLORS : NColors = 0 ( 0 )
|
||||
COLORS : Colors = ( )
|
||||
|
@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 1 ( 1 ) Shells = 0 ( 0 ) So
|
||||
NBSHAPES : Solid = 3 ( 3 ) Shell = 4 ( 4 ) Face = 457 ( 457 )
|
||||
STATSHAPE : Solid = 3 ( 3 ) Shell = 4 ( 4 ) Face = 457 ( 457 ) FreeWire = 0 ( 0 )
|
||||
TOLERANCE : MaxTol = 0.005476327781 ( 0.009836983218 ) AvgTol = 0.0003525225618 ( 0.000683015021 )
|
||||
LABELS : N0Labels = 6 ( 6 ) N1Labels = 5 ( 7 ) N2Labels = 0 ( 2 ) TotalLabels = 11 ( 15 ) NameLabels = 11 ( 11 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
LABELS : N0Labels = 6 ( 6 ) N1Labels = 5 ( 7 ) N2Labels = 0 ( 2 ) TotalLabels = 11 ( 15 ) NameLabels = 11 ( 13 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
|
||||
NCOLORS : NColors = 0 ( 0 )
|
||||
COLORS : Colors = ( )
|
||||
|
@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So
|
||||
NBSHAPES : Solid = 29 ( 29 ) Shell = 29 ( 29 ) Face = 656 ( 656 )
|
||||
STATSHAPE : Solid = 91 ( 91 ) Shell = 91 ( 91 ) Face = 2181 ( 2181 ) FreeWire = 0 ( 0 )
|
||||
TOLERANCE : MaxTol = 0.0002458730661 ( 0.0002458730658 ) AvgTol = 6.914882128e-006 ( 6.91488176e-006 )
|
||||
LABELS : N0Labels = 53 ( 53 ) N1Labels = 114 ( 137 ) N2Labels = 0 ( 23 ) TotalLabels = 167 ( 213 ) NameLabels = 167 ( 168 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
LABELS : N0Labels = 53 ( 53 ) N1Labels = 114 ( 137 ) N2Labels = 0 ( 23 ) TotalLabels = 167 ( 213 ) NameLabels = 167 ( 190 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
|
||||
NCOLORS : NColors = 0 ( 0 )
|
||||
COLORS : Colors = ( )
|
||||
|
@ -11,7 +11,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So
|
||||
NBSHAPES : Solid = 14 ( 14 ) Shell = 14 ( 14 ) Face = 396 ( 396 )
|
||||
STATSHAPE : Solid = 14 ( 14 ) Shell = 14 ( 14 ) Face = 396 ( 396 ) FreeWire = 0 ( 0 )
|
||||
TOLERANCE : MaxTol = 0.0006172563959 ( 0.0006172563965 ) AvgTol = 1.06210764e-005 ( 1.06210764e-005 )
|
||||
LABELS : N0Labels = 15 ( 15 ) N1Labels = 14 ( 15 ) N2Labels = 0 ( 1 ) TotalLabels = 29 ( 31 ) NameLabels = 29 ( 29 ) ColorLabels = 14 ( 14 ) LayerLabels = 14 ( 14 )
|
||||
LABELS : N0Labels = 15 ( 15 ) N1Labels = 14 ( 15 ) N2Labels = 0 ( 1 ) TotalLabels = 29 ( 31 ) NameLabels = 29 ( 30 ) ColorLabels = 14 ( 14 ) LayerLabels = 14 ( 14 )
|
||||
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
|
||||
NCOLORS : NColors = 7 ( 7 )
|
||||
COLORS : Colors = AQUAMARINE2 BROWN1 DARKSEAGREEN2 OLIVEDRAB2 ORCHID1 ROYALBLUE2 SLATEBLUE2 ( AQUAMARINE2 BROWN1 DARKSEAGREEN2 OLIVEDRAB2 ORCHID1 ROYALBLUE2 SLATEBLUE2 )
|
||||
|
@ -11,8 +11,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 53 ( 39 ) Summary = 53 ( 39 )
|
||||
CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
|
||||
NBSHAPES : Solid = 10 ( 10 ) Shell = 12 ( 12 ) Face = 269 ( 269 )
|
||||
STATSHAPE : Solid = 10 ( 10 ) Shell = 12 ( 12 ) Face = 269 ( 269 ) FreeWire = 0 ( 0 )
|
||||
TOLERANCE : MaxTol = 0.01008847035 ( 0.01044437072 ) AvgTol = 0.0002927901561 ( 0.0002946170329 )
|
||||
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 5 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
TOLERANCE : MaxTol = 0.01008847035 ( 0.01044437072 ) AvgTol = 0.0002931816434 ( 0.0002946170329 )
|
||||
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 6 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
|
||||
NCOLORS : NColors = 0 ( 0 )
|
||||
COLORS : Colors = ( )
|
||||
|
@ -2,7 +2,6 @@
|
||||
puts "TODO CR23096 ALL: Update of 3D-Parameters has failed"
|
||||
puts "TODO CR23096 ALL: TPSTAT : Faulty"
|
||||
puts "TODO CR23096 ALL: NBSHAPES : Faulty"
|
||||
puts "TODO CR23096 ALL: LABELS : Faulty"
|
||||
|
||||
|
||||
set filename trj9_ap209-mp.stp
|
||||
@ -14,7 +13,7 @@ CHECKSHAPE : Wires = 0 ( 0 ) Faces = 0 ( 0 ) Shells = 0 ( 0 ) So
|
||||
NBSHAPES : Solid = 8 ( 4 ) Shell = 8 ( 4 ) Face = 48 ( 24 )
|
||||
STATSHAPE : Solid = 24 ( 24 ) Shell = 24 ( 24 ) Face = 144 ( 144 ) FreeWire = 0 ( 0 )
|
||||
TOLERANCE : MaxTol = 0.0009551590893 ( 0.0009551590893 ) AvgTol = 0.0002351426518 ( 0.0002351426518 )
|
||||
LABELS : N0Labels = 4 ( 4 ) N1Labels = 6 ( 6 ) N2Labels = 0 ( 0 ) TotalLabels = 10 ( 10 ) NameLabels = 10 ( 9 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
LABELS : N0Labels = 4 ( 4 ) N1Labels = 6 ( 6 ) N2Labels = 0 ( 0 ) TotalLabels = 10 ( 10 ) NameLabels = 10 ( 10 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
PROPS : Centroid = 0 ( 0 ) Volume = 0 ( 0 ) Area = 0 ( 0 )
|
||||
NCOLORS : NColors = 0 ( 0 )
|
||||
COLORS : Colors = ( )
|
||||
|
@ -12,8 +12,8 @@ TPSTAT : Faulties = 0 ( 0 ) Warnings = 24 ( 38 ) Summary = 24 ( 38 )
|
||||
CHECKSHAPE : Wires = 0 ( 2 ) Faces = 0 ( 2 ) Shells = 0 ( 0 ) Solids = 0 ( 0 )
|
||||
NBSHAPES : Solid = 8 ( 8 ) Shell = 230 ( 230 ) Face = 734 ( 730 )
|
||||
STATSHAPE : Solid = 8 ( 8 ) Shell = 230 ( 230 ) Face = 734 ( 730 ) FreeWire = 0 ( 0 )
|
||||
TOLERANCE : MaxTol = 0.007776477864 ( 0.009838987775 ) AvgTol = 0.0001629414909 ( 0.0003475319522 )
|
||||
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 5 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
TOLERANCE : MaxTol = 0.007776477864 ( 0.009838987775 ) AvgTol = 0.0001629414909 ( 0.0003516922103 )
|
||||
LABELS : N0Labels = 3 ( 3 ) N1Labels = 2 ( 3 ) N2Labels = 0 ( 1 ) TotalLabels = 5 ( 7 ) NameLabels = 5 ( 6 ) ColorLabels = 0 ( 0 ) LayerLabels = 0 ( 0 )
|
||||
PROPS : Centroid = 1 ( 1 ) Volume = 1 ( 1 ) Area = 1 ( 1 )
|
||||
NCOLORS : NColors = 0 ( 0 )
|
||||
COLORS : Colors = ( )
|
||||
|
Loading…
x
Reference in New Issue
Block a user