View Issue Details

IDProjectCategoryView StatusLast Update
0028847Open CASCADEOCCT:Codingpublic2018-01-10 17:09
ReporternbvAssigned Tojgv 
PrioritylowSeveritytrivial 
Status assignedResolutionopen 
Target VersionUnscheduled 
Summary0028847: Possible misprint in Blend_Walking::InternalPerform(...) method
DescriptionSee 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.
TagsNo tags attached.
Test case number

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2017-06-15 16:19 nbv New Issue
2017-06-15 16:19 nbv Assigned To => msv
2017-06-15 16:21 nbv Priority normal => low
2017-06-15 16:21 nbv Severity minor => trivial
2017-06-15 16:21 nbv Target Version 7.2.0 => Unscheduled
2017-06-15 16:22 nbv Assigned To msv => jgv
2017-06-15 16:22 nbv Status new => assigned