View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0033308 | Community | OCCT:Modeling Algorithms | public | 2023-01-05 14:46 | 2024-06-17 15:53 |
Reporter | Jerome Caucat | Assigned To | astromko | ||
Priority | normal | Severity | crash | ||
Status | new | Resolution | open | ||
Platform | Linux | OS | Ubuntu 20.04 | ||
Product Version | 7.7.0 | ||||
Summary | 0033308: Modeling Algorithms - NCollection_IndexedDataMap::FindFromKey exception in BRepOffsetAPI_MakePipeShell | ||||
Description | OCCT V7_7_0_beta and V7_7_0 NCollection_IndexedDataMap::FindFromKey exception in BRepOffsetAPI_MakePipeShell when sweeping a single profile along a simple wire from a NURBS. | ||||
Steps To Reproduce | In DRAW:pload ALL restore "spine.brep" s restore "profile.brep" p mksweep s setsweep -DT addsweep p buildsweep r -C -S In C++ BRepOffsetAPI_MakePipeShell pipeBuilder(spine); pipeBuilder.SetTransitionMode(BRepBuilderAPI_RightCorner); pipeBuilder.SetMaxSegments(100); pipeBuilder.SetDiscreteMode(); pipeBuilder.Add(profile); pipeBuilder.Build(); pipeBuilder.MakeSolid(); auto shape = pipeBuilder.Shape(); | ||||
Additional information and documentation updates | In C++, when using <code>pipeBuilder.SetMaxSegments(5000);</code> the program never finishes. Issue possibly related to https://tracker.dev.opencascade.org/view.php?id=25110. | ||||
Tags | No tags attached. | ||||
Test case number | |||||
related to | 0025110 | new | Modeling Algorithms - TCollection_IndexedDataMap::FindFromKey error when sweeping circle along BezierCurve |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-01-05 14:46 | Jerome Caucat | New Issue | |
2023-01-05 14:46 | Jerome Caucat | Assigned To | => msv |
2023-01-05 14:46 | Jerome Caucat | File Added: NCollection_IndexedDataMap__FindFromKey.zip | |
2023-01-06 13:42 | dpasukhi | Steps to Reproduce Updated | |
2023-01-06 13:45 | dpasukhi | Relationship added | related to 0025110 |
2023-01-06 13:45 | dpasukhi | Summary | NCollection_IndexedDataMap::FindFromKey exception in BRepOffsetAPI_MakePipeShell => Modeling Algorithms - NCollection_IndexedDataMap::FindFromKey exception in BRepOffsetAPI_MakePipeShell |
2023-01-06 13:47 | dpasukhi | Product Version | => 7.7.0 |
2024-01-19 17:31 | vglukhik | Assigned To | msv => |
2024-03-01 23:30 | dpasukhi | Severity | major => crash |
2024-06-17 15:53 | astromko | Assigned To | => astromko |