View Issue Details

IDProjectCategoryView StatusLast Update
0006384Open CASCADEOCCT:Data Exchangepublic2012-01-16 19:18
ReporterptvAssigned To 
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSAll 
Fixed in Version5.2.1 
Summary0006384: StlAPI_Reader still use old Sewing algorithm
DescriptionStlAPI_Reader use old sewing instead of BRepAlgo_Sewing. Moreover, it is trying
to sew each face to collected face in cycle of STL mesh analysis. I propose to
collect all faces in one compound and sew them at the end of STL mesh
translation.
As result current version of STL reader translate the STL file for a long time
(and with exception)

For example, please take a look at attached file "stl_reader_fix.tar.gz".

BR, PTv.
Additional information
and documentation updates
Documentation remark, added by PTV 2004-08-06 08:36:30:

Improvements:
Sew all faces in compound container, instead of face to face inside main cycle
Changes:
Use BRepAlgo_Sewing instead of BRepOffsetAPI_Sewing (old sewing).
Modified entities:
StlAPI_Reader
TagsNo tags attached.
Test case number

Attached Files

  • stl_reader_fix.tar.gz (942 bytes)

Activities

2004-08-05 07:24

 

stl_reader_fix.tar.gz (942 bytes)

Issue History

Date Modified Username Field Change
2004-08-06 10:00 bugmaster Assigned To bugmaster => ptv
2004-08-06 10:00 bugmaster Status new => assigned
2004-08-06 10:37 ptv Status assigned => resolved
2004-08-13 09:11 bugmaster Status resolved => tested
2004-08-13 14:09 bugmaster CC => imv
2004-08-25 17:16 bugmaster Status tested => verified
2004-11-01 11:58 bugmaster Status verified => closed
2004-11-01 11:58 bugmaster Resolution @0@ => fixed
2011-08-02 11:12 bugmaster Category OCCT:DTE => OCCT:Data Exchange
2012-01-16 19:18 atp Assigned To ptv =>
2012-01-16 19:18 atp Description Updated
2012-01-16 19:18 atp Additional Information Updated