View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0029449 | Open CASCADE | OCCT:Coding | public | 2018-01-25 13:45 | 2024-03-23 12:12 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | ||
Status | new | Resolution | open | ||
Target Version | Unscheduled | ||||
Summary | 0029449: Methods GeomInt_LineTool::DecompositionOfWLine IntTools_WLineTool::DecompositionOfWLine(...) need to be joined in one | ||||
Description | 1. Currently, we have several methods with similar names (GeomInt_LineTool::DecompositionOfWLine(...), IntTools_WLineTool::DecompositionOfWLine(...), static funtion DecomposeResult(...) in IntPatch_ImpPrmIntersection.cxx file and maybe many-many other). They purpose is the same (in general) and most likely already done in low-level algorithms (before calling these methods). 2. Methods GeomInt_LineTool::DecompositionOfWLine IntTools_WLineTool::DecompositionOfWLine(...) are executed from different places of OCCT. GeomInt_LineTool is executed when two surfaces are intersected. IntTools_WLineTool is executed when two faces are intersected. So, most likely her we have inconsistent behavior between Surfaces- and Faces-intersector. | ||||
Tags | No tags attached. | ||||
Test case number | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-01-25 13:45 |
|
New Issue | |
2018-01-25 13:45 |
|
Assigned To | => msv |
2019-07-10 19:27 |
|
Target Version | 7.4.0 => 7.5.0 |
2020-09-11 15:34 |
|
Target Version | 7.5.0 => 7.6.0 |
2021-09-20 10:09 | kgv | Target Version | 7.6.0 => 7.7.0 |
2022-08-17 12:01 | kgv | Target Version | 7.7.0 => 7.8.0 |
2023-08-01 15:09 | dpasukhi | Target Version | 7.8.0 => Unscheduled |
2024-03-23 12:12 | eryar | Relationship added | related to 0033639 |