View Issue Details

IDProjectCategoryView StatusLast Update
0026274CommunityOCCT:Modeling Algorithmspublic2023-08-01 15:06
ReporterVico Liang Assigned Tomsv 
PrioritynormalSeverityminor 
Status newResolutionopen 
PlatformWindowsOSVC++ 2013 
Product Version6.9.0 
Target VersionUnscheduled 
Summary0026274: BRepOffsetAPI_MakePipeShell build an invalid round corner Shell.
DescriptionPlease see the uploaded data files and images:
Below codesnippets can be help to build the PipeShell.

TopoDS_Shape aSpine = // load from WirePath.brep
TopoDS_Shape aProfile = // load from Rectangle.brep
BRepOffsetAPI_MakePipeShell aMakePipe(TopoDS::Wire(aSpine));
aMakePipe.Add(aProfile,Standard_False, Standard_False);
aMakePipe.SetTransitionMode(BRepBuilderAPI_RoundCorner);
aMakePipe.Build();
TagsNo tags attached.
Test case number

Attached Files

  • Rectangle.brep (976 bytes)
  • WirePath.brep (738 bytes)
  • Rectangle_WirePath.png (8,225 bytes)
  • PipeShell_RoundCorner_Bug.png (18,058 bytes)
  • PipeShell_RightCorner.png (19,735 bytes)

Activities

Vico Liang

2015-05-27 11:20

developer  

Rectangle.brep (976 bytes)

Vico Liang

2015-05-27 11:21

developer  

WirePath.brep (738 bytes)

Vico Liang

2015-05-27 11:21

developer  

Rectangle_WirePath.png (8,225 bytes)

Vico Liang

2015-05-27 11:21

developer  

PipeShell_RoundCorner_Bug.png (18,058 bytes)

Vico Liang

2015-05-27 11:22

developer  

PipeShell_RightCorner.png (19,735 bytes)

Vico Liang

2015-05-27 11:23

developer   ~0041591

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

Issue History

Date Modified Username Field Change
2015-05-27 11:20 Vico Liang New Issue
2015-05-27 11:20 Vico Liang Assigned To => msv
2015-05-27 11:20 Vico Liang File Added: Rectangle.brep
2015-05-27 11:21 Vico Liang File Added: WirePath.brep
2015-05-27 11:21 Vico Liang File Added: Rectangle_WirePath.png
2015-05-27 11:21 Vico Liang File Added: PipeShell_RoundCorner_Bug.png
2015-05-27 11:22 Vico Liang File Added: PipeShell_RightCorner.png
2015-05-27 11:23 Vico Liang Note Added: 0041591
2015-05-27 12:34 msv Target Version 7.0.0 => 7.1.0
2016-10-28 17:52 msv Target Version 7.1.0 => 7.2.0
2017-07-21 11:34 msv Target Version 7.2.0 => 7.3.0
2017-12-05 17:01 msv Target Version 7.3.0 => 7.4.0
2019-08-12 16:37 msv Target Version 7.4.0 => 7.5.0
2020-09-14 22:56 msv Target Version 7.5.0 => 7.6.0
2021-08-29 18:51 msv Target Version 7.6.0 => 7.7.0
2022-10-24 10:43 szy Target Version 7.7.0 => 7.8.0
2023-08-01 15:06 dpasukhi Target Version 7.8.0 => Unscheduled