View Issue Details

IDProjectCategoryView StatusLast Update
0021967Open CASCADEOCCT:Data Exchangepublic2011-07-12 14:33
ReportergkaAssigned Togka 
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSAll 
Fixed in Version6.5.0 
Summary0021967: A some warnings after reading from STEP were lost.(followng after OCC21771)
DescriptionExample:
stepread BUC60143.stp a *
tps c

Before fix in occt-20100730:
*******************************************************************
 Count Check ** TRANSFER READ CHECK **
 ----- -----------
     2 W:EDGE_LOOP: Degenerated edge(s) detected
     1 W:EDGE_LOOP: Edge 22 was self-intersecting, corrected
     1 W:EDGE_LOOP: Edge 5 was self-intersecting, corrected
     6 W:EDGE_LOOP: Edges 1 and 2 were intersecting, corrected
     1 W:EDGE_LOOP: Edges 10 and 1 were intersecting, corrected
     4 W:EDGE_LOOP: Edges 2 and 3 were intersecting, corrected
     5 W:EDGE_LOOP: Edges 3 and 4 were intersecting, corrected
     2 W:EDGE_LOOP: Edges 4 and 1 were intersecting, corrected
     1 W:EDGE_LOOP: Edges 4 and 5 were intersecting, corrected
     1 W:EDGE_LOOP: Edges 5 and 1 were intersecting, corrected
     1 W:EDGE_LOOP: Edges 7 and 8 were intersecting, corrected
     6 W:EDGE_LOOP: Self-intersection corrected
     1 W:LINE: Poor result from projection vertex / curve 3d
     2 W:ORIENTED_EDGE: Vertex of same coordinates, set confused
    Nb Total:34 for 14 items

After fix:

Draw[5]> tps c
TransferRead :
*******************************************************************
****** Statistics on Transfer Process (Read) ******
****** Check messages ******
*******************************************************************
 Count Check ** TRANSFER READ CHECK **
 ----- -----------
     2 W:EDGE_LOOP: Degenerated edge(s) detected
     1 W:EDGE_LOOP: Edge 22 was self-intersecting, corrected
     1 W:EDGE_LOOP: Edge 4 was self-intersecting, corrected
     6 W:EDGE_LOOP: Edges 1 and 2 were intersecting, corrected
     8 W:EDGE_LOOP: Edges 2 and 3 were intersecting, corrected
     5 W:EDGE_LOOP: Edges 3 and 4 were intersecting, corrected
     4 W:EDGE_LOOP: Edges 4 and 1 were intersecting, corrected
     1 W:EDGE_LOOP: Edges 4 and 5 were intersecting, corrected
     1 W:EDGE_LOOP: Edges 5 and 1 were intersecting, corrected
     1 W:EDGE_LOOP: Edges 7 and 8 were intersecting, corrected
     1 W:EDGE_LOOP: Edges 9 and 10 were intersecting, corrected
    25 W:EDGE_LOOP: Self-intersection corrected
     1 W:LINE: Poor result from projection vertex / curve 3d
     2 W:ORIENTED_EDGE: Vertex of same coordinates, set confused
    Nb Total:59 for 14 items
Draw[6]>
TagsNo tags attached.
Test case number

Attached Files

  • OCC21967.tar.gz (43,313 bytes)

Activities

2010-08-17 11:04

 

OCC21967.tar.gz (43,313 bytes)

Issue History

Date Modified Username Field Change
2010-10-05 14:39 bugmaster Assigned To bugmaster => gka
2010-10-05 14:39 bugmaster Status new => assigned
2010-10-05 14:39 bugmaster Status assigned => resolved
2011-02-25 11:56 bugmaster Status resolved => verified
2011-08-02 11:12 bugmaster Category OCCT:DTE => OCCT:Data Exchange