View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0030898 | Community | OCCT:Modeling Algorithms | public | 2019-08-13 14:48 | 2019-09-04 12:07 |
Reporter | denix56 | Assigned To | |||
Priority | normal | Severity | minor | ||
Status | new | Resolution | open | ||
Product Version | 7.3.0 | ||||
Summary | 0030898: Modeling Algorithms - Incorrect shape produced in BRepOffsetAPI_MakePipeShell | ||||
Description | The problem is following - depending on the order of the edges in the Profile the BRepOffsetAPI_MakePipeShell either produces valid shape or not, but, at least in this case it should produce valid shape always. The input.brep contains breps in such order: path, profile, vertex output.brep is the invalid result output_valid.brep is the valid result BRepOffsetAPI_MakePipeShell sweep(path); sweep.SetTransitionMode(BRepBuilderAPI_TransitionMode::BRepBuilderAPI_RightCorner); sweep.Add(profile, vertex, Standard_False, Standard_False); sweep.Build(); | ||||
Tags | No tags attached. | ||||
Test case number | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2019-08-13 14:48 | denix56 | New Issue | |
2019-08-13 14:48 | denix56 | Assigned To | => msv |
2019-08-13 14:48 | denix56 | File Added: input.brep | |
2019-08-13 14:48 | denix56 | File Added: output.brep | |
2019-08-13 14:49 | denix56 | File Added: output_valid.brep | |
2019-09-04 12:07 | kgv | Summary | Incorrect shape produced in BRepOffsetAPI_MakePipeShell => Modeling Algorithms - Incorrect shape produced in BRepOffsetAPI_MakePipeShell |