View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0026899 | Community | OCCT:Modeling Algorithms | public | 2015-11-18 18:09 | 2023-08-01 15:08 |
| Reporter | Vico Liang | Assigned To | |||
| Priority | normal | Severity | minor | ||
| Status | assigned | Resolution | open | ||
| Product Version | 6.9.1 | ||||
| Target Version | Unscheduled | ||||
| Summary | 0026899: Modeling Algorithms - Invalid fillet result | ||||
| Description | Code snippet as below:
TopoDS_Shape aTwoBoxUnion = // Load from TwoBox_Union.brep
BRepFilletAPI_MakeFillet aMakeFillet(aTwoBoxUnion);
TopoDS_Face aTopFaceOfBox1 = // Find the top face of box1
foreach(TopoDS_Edge anEdge : aFaceEdges)
{
aMakeFillet.Add(2.0, anEdge);
}
The result is invalid, please see the attahced images. | ||||
| Steps To Reproduce | restore TwoBox_Union.brep a subshape a f 6 fillet r a 2 a_6 don r checkshape r #checkshape gives faulties: On Shape faulty_1 : BRepCheck_UnorientableShape Shape faulty_2 on shape faulty_1 : BRepCheck_NotClosed Shape faulty_3 on shape faulty_4 : BRepCheck_NotClosed Faulty shapes in variables faulty_1 to faulty_4 | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
|
|
|
TwoBox_Union.brep (16,291 bytes) |
|
|
FilletBadResult.brep (134,177 bytes) |
|
|
FilletOfSelectionFace.png (5,839 bytes) |
|
|
FilletBadResult.png (12,171 bytes) |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2015-11-18 18:09 | Vico Liang | New Issue | |
| 2015-11-18 18:09 | Vico Liang | Assigned To | => msv |
| 2015-11-18 18:09 | Vico Liang | File Added: TwoBox_Union.brep | |
| 2015-11-18 18:10 | Vico Liang | File Added: FilletBadResult.brep | |
| 2015-11-18 18:10 | Vico Liang | File Added: FilletOfSelectionFace.png | |
| 2015-11-18 18:10 | Vico Liang | File Added: FilletBadResult.png | |
| 2015-11-18 18:31 |
|
Assigned To | msv => jgv |
| 2015-11-18 18:31 |
|
Target Version | 7.0.0 => 7.1.0 |
| 2015-11-18 18:31 |
|
Steps to Reproduce Updated | |
| 2015-11-18 18:31 |
|
Status | new => assigned |
| 2016-10-28 15:33 |
|
Target Version | 7.1.0 => 7.2.0 |
| 2017-07-21 11:34 |
|
Target Version | 7.2.0 => 7.3.0 |
| 2017-12-05 17:09 |
|
Target Version | 7.3.0 => 7.4.0 |
| 2019-08-12 16:44 |
|
Target Version | 7.4.0 => 7.5.0 |
| 2020-03-04 11:49 | kgv | Summary | Invalid fillet result => Modeling Algorithms - Invalid fillet result |
| 2020-03-04 11:49 | kgv | Description Updated | |
| 2020-03-04 11:49 | kgv | Steps to Reproduce Updated | |
| 2020-09-15 16:22 |
|
Target Version | 7.5.0 => 7.6.0 |
| 2021-08-29 18:52 |
|
Target Version | 7.6.0 => 7.7.0 |
| 2022-10-24 10:42 |
|
Target Version | 7.7.0 => 7.8.0 |
| 2023-08-01 15:08 | dpasukhi | Target Version | 7.8.0 => Unscheduled |