View Issue Details

IDProjectCategoryView StatusLast Update
0025925Open CASCADEOCCT:Modeling Algorithmspublic2018-07-02 10:41
ReportermsvAssigned Toemv 
PrioritynormalSeverityminor 
Status assignedResolutionopen 
Product Version6.9.0 
Target VersionUnscheduled 
Summary0025925: BRepOffset_MakeOffset works unstable for faces containing seam edges
DescriptionThe algorithm of offset shape (BRepOffset_MakeOffset) works unstable when a shape contains a face with seam edge.

The cause of the issue is that the algorithm used to make loops of new faces from offset edges (BRepAlgo_Loop) cannot correctly work when on input it has a seam edge in the set of edges, and this edge occurs to be the starting of the loop.

It is proposed to use instead another more stable algorithm of building loops that is used in new Boolean operations.
Steps To Reproducebugs modalg_2 bug5805_19,bug5805_41,bug5805_42,bug5805_43
offset faces_type_a A3,A4,A9
TagsNo tags attached.
Test case number

Activities

msv

2015-03-13 12:17

developer   ~0038315

Dear emv, please check the state of this bug after development of related #25926.

msv

2018-07-02 10:41

developer   ~0077186

The test cases offset faces_type_a A3,A4,A9 became OK with the patch for #29861.

Issue History

Date Modified Username Field Change
2015-03-13 10:30 msv New Issue
2015-03-13 10:30 msv Assigned To => msv
2015-03-13 12:17 msv Note Added: 0038315
2015-03-13 12:17 msv Assigned To msv => emv
2015-03-13 12:17 msv Status new => assigned
2018-07-02 10:41 msv Note Added: 0077186