Archived issue #0028847

Possible misprint in Blend_Walking::InternalPerform(...) method

Open CASCADEOCCT:Codingassigned0 public notes

Search issues

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.

Public activity

No public notes

Participants are labeled by their role within this record.