View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0029060 | Open CASCADE | OCCT:Modeling Algorithms | public | 2017-08-28 10:14 | 2023-08-01 15:08 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | ||
Status | assigned | Resolution | open | ||
Product Version | 7.2.0 | ||||
Target Version | Unscheduled | ||||
Summary | 0029060: BRepOffset_MakeOffset produces invalid shape in test bugs modalg_7 bug28131 | ||||
Description | Standard offset algorithm BRepOffset_MakeOffset produces invalid shape in test bugs modalg_7 bug28131 (see 0028131). The current version of the test calls fixshape to fix the result shape, and this leads to increasing of the tolerance. It is needed to investigate why the result is invalid. | ||||
Tags | No tags attached. | ||||
Test case number | |||||
|
Investigation revealed that the input b-spline surface has such properties near the degeneracy that its offset has "corrupted" degeneracy. Please see the attached snapshot surf_and_offset.png. The degeneracy point is shifted from the corner of the surface along one of boundary to the inside. At this, the place between the corner and degeneracy behaves like a "black hole" - there is difficult to find a parameters (u,v) to hit into this area. The offset algorithm creates an edge to cover this part of boundary, and this edge is not degenerated. However, the correspondence of 3D curve and p-curve cannot be fulfilled, and the edge is reported to have invalid curve on surface. In the scope of this issue it is needed to modify the offset algorithm so that to provide setting to the edge the enough tolerance to cover the same-parameter error. |
2017-09-15 12:15 developer |
surf_and_offset.png (41,481 bytes) |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-08-28 10:14 |
|
New Issue | |
2017-08-28 10:14 |
|
Assigned To | => msv |
2017-08-28 10:14 |
|
Status | new => assigned |
2017-08-28 10:14 |
|
Relationship added | related to 0028131 |
2017-08-28 10:27 |
|
Summary | BRepOffset_MakeOffset produces invalid shape in test bugs modalg bug28131 => BRepOffset_MakeOffset produces invalid shape in test bugs modalg_7 bug28131 |
2017-08-28 10:27 |
|
Description Updated | |
2017-09-15 12:15 |
|
Note Added: 0070578 | |
2017-09-15 12:15 |
|
File Added: surf_and_offset.png | |
2019-08-12 16:43 |
|
Target Version | 7.4.0 => 7.5.0 |
2020-09-14 22:55 |
|
Target Version | 7.5.0 => 7.6.0 |
2021-08-29 18:52 |
|
Target Version | 7.6.0 => 7.7.0 |
2022-10-24 10:42 |
|
Target Version | 7.7.0 => 7.8.0 |
2023-08-01 15:08 | dpasukhi | Target Version | 7.8.0 => Unscheduled |