Archived issue #0026946
Fillet a wedge face get bad result
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.
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.