DiscussionsIssue archiveOCCT:Modeling Algorithms

Archived issue #0027007

BRepFilletAPI_MakeFillet issue

CommunityOCCT:Modeling Algorithmsassigned2 public notes

Search issues

Description

When fillet is made an edge of Shell of attachment, the shape is failed(S1.brep), and becomes distorted(S2,S3.brep).
Each shell is made with the same face, but it's different in the order added in BRepBuilderAPI_Sewing.
When the tolerance is set, S2.brep and S3.brep are seen in a normal result.

Steps to reproduce

restore s1.brep a_1
explode a_1
explode a_1_1
explode a_1_1_1
explode a_1_2
explode a_1_2_1
blend b a_1 0.45 a_1_1_1_2 0.45 a_1_2_1_2

restore s2.brep a_1
explode a_1
explode a_1_1
explode a_1_1_1
explode a_1_3
explode a_1_3_1
blend b a_1 0.45 a_1_1_1_1 0.45 a_1_3_1_2

restore s3.brep a_1
explode a_1
explode a_1_1
explode a_1_1_1
explode a_1_2
explode a_1_2_1
blend b a_1 0.45 a_1_1_1_2 0.45 a_1_2_1_2


restore s2.brep a_1
settolerance a_1 0.0001
explode a_1
explode a_1_1
explode a_1_1_1
explode a_1_3
explode a_1_3_1
blend b a_1 0.45 a_1_1_1_1 0.45 a_1_3_1_2

Public activity

2 archived notes

Participants are labeled by their role within this record.

01Author
The Product Version is changed to 7.1.0, but isn't it a mistake of the Target Version?
02Commenter 2
You are right, it was a mistake.