View Issue Details

IDProjectCategoryView StatusLast Update
0033308CommunityOCCT:Modeling Algorithmspublic2024-03-13 11:08
ReporterJerome Caucat Assigned To 
PrioritynormalSeveritycrash 
Status newResolutionopen 
PlatformLinuxOSUbuntu 20.04 
Product Version7.7.0 
Summary0033308: Modeling Algorithms - NCollection_IndexedDataMap::FindFromKey exception in BRepOffsetAPI_MakePipeShell
DescriptionOCCT 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 ReproduceIn 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.
TagsNo tags attached.
Test case number

Attached Files

  • NCollection_IndexedDataMap__FindFromKey.zip (8,589 bytes)

Relationships

related to 0025110 newifv Modeling Algorithms - TCollection_IndexedDataMap::FindFromKey error when sweeping circle along BezierCurve 

Activities

Jerome Caucat

2023-01-05 14:46

reporter  

NCollection_IndexedDataMap__FindFromKey.zip (8,589 bytes)

Issue History

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