View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0028847 | Open CASCADE | OCCT:Coding | public | 2017-06-15 16:19 | 2024-10-27 23:27 |
| Reporter | Assigned To | dpasukhi | |||
| Priority | low | Severity | trivial | ||
| Status | assigned | Resolution | open | ||
| Target Version | Unscheduled | ||||
| Summary | 0028847: Possible misprint in Blend_Walking::InternalPerform(...) method | ||||
| Description | See src\Blend\Blend_Walking_4.gxx, line 299 on IR-2017-06-08. Current version of the code is situ = recdomain1->Classify(gp_Pnt2d(solrst2(3),solrst2(4)), Min(tolerance(1),tolerance(1))); Maybe, the code shall be rewritten as situ = recdomain1->Classify(gp_Pnt2d(solrst2(1),solrst2(2)),Min(tolerance(1),tolerance(2))); However, it is not evident and should be investigated in detail. | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2017-06-15 16:19 |
|
New Issue | |
| 2017-06-15 16:19 |
|
Assigned To | => msv |
| 2017-06-15 16:21 |
|
Priority | normal => low |
| 2017-06-15 16:21 |
|
Severity | minor => trivial |
| 2017-06-15 16:21 |
|
Target Version | 7.2.0 => Unscheduled |
| 2017-06-15 16:22 |
|
Assigned To | msv => jgv |
| 2017-06-15 16:22 |
|
Status | new => assigned |
| 2024-10-27 23:27 | dpasukhi | Assigned To | jgv => dpasukhi |