DiscussionsIssue archiveOCCT:Modeling Algorithms

Archived issue #0023295

A part of conditional expression is always true

CommunityOCCT:Modeling Algorithmsclosed3 public notes

Search issues

Description

In BOPTools_PaveFiller_3, line 2045

if (!(aTypeC==GeomAbs_BezierCurve || GeomAbs_BSplineCurve)) {

should probably be

if (!(aTypeC==GeomAbs_BezierCurve || aTypeC==GeomAbs_BSplineCurve)) {

Public activity

3 archived notes

Participants are labeled by their role within this record.

01Author
Corresponding git branch pushed. Please review.
02Commenter 2
Reviewed. Please test.
03Commenter 3
Dear Commenter 1,
Branch CR23295 (and products from GIT master) was compiled on Linux and Windows platforms and tested.

Regressions:
Not detected

Improvements:
Not detected

Testing case:
Not needed

Related records