DiscussionsIssue archiveOCCT:Modeling Algorithms

Archived issue #0023140

Suspicious if

CommunityOCCT:Modeling Algorithmsclosed4 public notes

Search issues

Description

src\BRepFill\BRepFill_TrimEdgeTool.cxx , line #0000183

if(AC.GetType() != GeomAbs_Circle || AC.GetType() != GeomAbs_Line) {
    Tol *= 100.;
  }

Condition is always true, I don't know if the original intention was to agument the tolerance only for cicle and lines, or the opposite

Public activity

4 archived notes

Participants are labeled by their role within this record.

01Commenter 1
Condition that is always true was replaced with assigning a variable 'Tol' to Precision::Confusion().

The Git branch CR23140 is ready to be reviewed.
Dear oan, please review.
02Commenter 1
Dear JGV,
please review.
03Commenter 3
No remarks
04Commenter 2
Dear Commenter 3,
Branch CR23140 (and products from GIT master) was compiled on Linux and Windows platforms and tested.

Regression:
Not detected

Improvements:
Not detected

Testing case:
Not needed

Related records