View Issue Details

IDProjectCategoryView StatusLast Update
0006371Open CASCADEOCCT:Modeling Algorithmspublic2006-06-29 09:15
Reporterbugmaster Assigned Tojgv 
PrioritynormalSeverityfeature 
Status closedResolutionfixed 
OSAll 
Fixed in Version5.2.1 
Summary0006371: Improving performance
DescriptionPTV propose to "CORRECT" code of the following classes to improve performance:
- BOPTools_DEProcessor : Line 311 ( use "aReference" shape in cycle )
- ShapeAnalysis_Edge : Line 865 ( use "theSecEdge" shape in cycle )
- BRep_FillDraft : Line 650 ( use "myWire" shape in cycle )
- BRep_TrimCorner : Line 405 ( use "Origine" shape in cycle )
- BRep_TrimCorner : Line 425 ( use "CompRef" shape in cycle )
- Improve BRep_TrimCorner : Line 1087 ( use "Origine" shape in cycle )
- Improve BRep_TrimCorner : Line 1406 ( optimise uses Shape1, Shape2 in
cycle, because always use previous shape.
 As result we can for cycle:
   step 1) set shape1, shape2
   step 2) change shape1
   step 3) change shape2
   step 4) change shape1
   ...
TagsNo tags attached.
Test case number

Attached Files

  • jgv-OCC6371.tar.gz (25,984 bytes)
  • jgv-OCC6371-v2.tar.gz (29,067 bytes)

Activities

2004-08-31 12:44

 

jgv-OCC6371.tar.gz (25,984 bytes)

2004-09-15 09:28

 

jgv-OCC6371-v2.tar.gz (29,067 bytes)

Issue History

Date Modified Username Field Change
2004-08-04 10:09 bugmaster Assigned To bugmaster => ofv
2004-08-04 10:09 bugmaster Status new => assigned
2004-08-31 09:45 mkk Assigned To ofv => jgv
2004-08-31 17:12 bugmaster CC => aki
2004-09-15 11:50 bugmaster Status assigned => resolved
2004-09-15 13:43 mkv CC => mkv
2004-09-24 15:31 aki Status resolved => tested
2004-09-27 09:52 bugmaster Status tested => verified
2004-11-01 12:19 bugmaster Status verified => closed
2004-11-01 12:19 bugmaster Resolution @0@ => fixed
2011-08-02 11:31 bugmaster Category OCCT:MOA => OCCT:Modeling Algorithms