View Issue Details

IDProjectCategoryView StatusLast Update
0031110CommunityOCCT:Modeling Algorithmspublic2023-08-01 15:08
ReporterVico Liang Assigned Tomsv 
PrioritynormalSeverityminor 
Status newResolutionopen 
Product Version7.4.0 
Target VersionUnscheduled 
Summary0031110: Modeling Algorithms - Loft fails between two simple loop
DescriptionThe data file uploaded in "loft fail.brep"

TopoDS_Shape aWire1 = // first shape in "loft fail.brep"
TopoDS_Shape aWire2 = // second shape in "loft fail.brep"

BRepOffsetAPI_ThruSections aloft;
aLoft.AddWire(TopoDS::Wire(aWire1));
aLoft.AddWire(TopoDS::Wire(aWire2));
aloft.Build();

Above code snippet duplicate the issue, the loft fails.
TagsNo tags attached.
Test case number

Attached Files

  • loft fail.brep (35,634 bytes)
  • Screenshot_20191028-211923.jpg (84,381 bytes)

Activities

Vico Liang

2019-10-28 17:11

developer  

loft fail.brep (35,634 bytes)

Vico Liang

2019-10-28 17:12

developer  

Screenshot_20191028-211923.jpg (84,381 bytes)

Issue History

Date Modified Username Field Change
2019-10-28 17:11 Vico Liang New Issue
2019-10-28 17:11 Vico Liang Assigned To => msv
2019-10-28 17:11 Vico Liang File Added: loft fail.brep
2019-10-28 17:12 Vico Liang File Added: Screenshot_20191028-211923.jpg
2019-12-17 13:26 kgv Summary Loft fails between two simple loop => Modeling Algorithms - Loft fails between two simple loop
2020-09-15 12:49 msv Target Version 7.5.0 => 7.6.0
2021-08-29 18:53 msv Target Version 7.6.0 => 7.7.0
2022-10-24 10:42 szy Target Version 7.7.0 => 7.8.0
2023-08-01 15:08 dpasukhi Target Version 7.8.0 => Unscheduled