DiscussionsIssue archiveOCCT:Modeling Algorithms

Archived issue #0026946

Fillet a wedge face get bad result

CommunityOCCT:Modeling Algorithmsassigned0 public notes

Search issues

Description

TopoDS_Shape aWedge = // load Attachment 3 (BREP)
BRepFilletAPI_MakeFillet aMakeFillet(aWedge);

TopoDS_Shape aFace = // Select a face in wedge

foreach(TopoDS_Edge aEdge : in aFace)
{
   aMakeFillet.Add(12.0, aEdge);
}

The fillet is not joined correctly at coner.

Public activity

No public notes

Participants are labeled by their role within this record.