View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0033182 | Open CASCADE | OCCT:Modeling Algorithms | public | 2022-10-26 15:39 | 2023-08-01 15:06 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | ||
Status | new | Resolution | open | ||
Product Version | 7.7.0 | ||||
Target Version | Unscheduled | ||||
Summary | 0033182: TKFillet: use of specific parameter tolerance on spine curve instead minimal from all spines | ||||
Description | This issue is farther development of bug fix (0022821: Crash with BRepFilletAPI_MakeFillet). In this issue tolesp parameter (parameter tolerance of 3d spine curve, related with edge, around which fillet fulfilled) had became related with range of parameter of the curve. And this solves the problem (test tests/bugs/modalg_7/bug22821 is OK). But several spines may have potentially large ratio of parameter range, therefore emloying of unique (minimal from all) may potentially cause to fillet error. So, it is proposed used in all functions employed tolesp value the special value for spine, employed in particular function. | ||||
Tags | No tags attached. | ||||
Test case number | |||||
related to | 0022821 | verified | Community | Crash with BRepFilletAPI_MakeFillet |