DiscussionsIssue archiveOCCT:Modeling Algorithms

Archived issue #0026274

BRepOffsetAPI_MakePipeShell build an invalid round corner Shell.

CommunityOCCT:Modeling Algorithmsnew1 public note

Search issues

Description

Please see the uploaded data files and images:
Below codesnippets can be help to build the PipeShell.

TopoDS_Shape aSpine = // load from Attachment 5 (BREP)
TopoDS_Shape aProfile = // load from Attachment 4 (BREP)
BRepOffsetAPI_MakePipeShell aMakePipe(TopoDS::Wire(aSpine));
aMakePipe.Add(aProfile,Standard_False, Standard_False);
aMakePipe.SetTransitionMode(BRepBuilderAPI_RoundCorner);
aMakePipe.Build();

Public activity

1 archived note

Participants are labeled by their role within this record.

01Author
The "RightConer" mode works well, see the images for details.