View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0029805 | Open CASCADE | OCCT:Modeling Algorithms | public | 2018-05-23 10:45 | 2023-08-01 15:06 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | ||
Status | new | Resolution | open | ||
Target Version | Unscheduled | ||||
Summary | 0029805: Modeling Algorithms - Blend fails when it has to cover whole face | ||||
Description | Blend fails on very simple cases (box shape and alike) when rounded part covers whole face. This problem exists in all OCCT versions that I can test (6.0 and later) and likely existed since the beginning, but the case itself is so trivial and typical that we need to have it solved. This time it comes from noticing that shape produced by script sample/tcl/cad.tcl contains very narrow faces, e.g. on top of a part shaped as letter "a". These faces are result of using blends of less radius than they should be, to allow them to be built. | ||||
Steps To Reproduce | pload MODELING box box 9 1 4 explode box e # produces no result blend res1 box 4 box_8 checkshape res1 checknbfaces res1 -face 6 # produces shape containing face with breadth 1e-9, i.e. less than Precision::Confusion()! blend res2 box 4-1e-9 box_8 checkshape res2 checknbfaces res2 -face 6 | ||||
Tags | No tags attached. | ||||
Test case number | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-05-23 10:45 |
|
New Issue | |
2018-05-23 10:45 |
|
Assigned To | => msv |
2019-08-12 17:45 |
|
Target Version | 7.4.0 => 7.5.0 |
2020-09-14 22:53 |
|
Target Version | 7.5.0 => 7.6.0 |
2021-08-29 18:51 |
|
Target Version | 7.6.0 => 7.7.0 |
2022-10-24 10:43 |
|
Target Version | 7.7.0 => 7.8.0 |
2023-08-01 15:06 | dpasukhi | Target Version | 7.8.0 => Unscheduled |