View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0026898 | Community | OCCT:Modeling Algorithms | public | 2015-11-18 17:34 | 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 | 0026898: Chamfer result of Cone is wrong | ||||
Description | TopoDS_Shape aCone = // Load from ConeToChamfer.brep BRepFilletAPI_MakeChamfer aMakeChamder(aCone ); TopoDS_Edge aCircleEdge = // Find the cone bottom circle edge TopoDS_Face aBottomFace = // Find the planar bottom face aMakeChamder.Add(2.0, 12.0, aCircleEdge, aBottomFace); The result is valid, but it does not satisfy the input parameter dist1 = 2.0, dist2 = 12.0. It seems the result is dist1 = 12.0, and dist2 = 2.0. | ||||
Steps To Reproduce | restore ConeToChamfer.brep a subshape a e 3 subshape a f 2 chamf r a a_3 a_2 2 12 | ||||
Tags | No tags attached. | ||||
Test case number | |||||
|
ConeToChamfer.brep (365,108 bytes) |
|
Cone_ChamferBug.png (19,592 bytes) |
|
ConeToChamfer_SizeWrong.brep (522,517 bytes) |
|
Dear Julia, please consider this case. Does the algo work right? Or it is really a bug? |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-11-18 17:34 | Vico Liang | New Issue | |
2015-11-18 17:34 | Vico Liang | Assigned To | => msv |
2015-11-18 17:34 | Vico Liang | File Added: ConeToChamfer.brep | |
2015-11-18 17:34 | Vico Liang | File Added: Cone_ChamferBug.png | |
2015-11-18 17:36 | Vico Liang | File Added: ConeToChamfer_SizeWrong.brep | |
2015-11-18 17:40 | Vico Liang | Summary | Chamfer result of Cone is wrong. => Chamfer result of Cone is wrong |
2015-11-18 17:40 | Vico Liang | Description Updated | |
2015-11-18 18:00 |
|
Note Added: 0048361 | |
2015-11-18 18:00 |
|
Assigned To | msv => jgv |
2015-11-18 18:00 |
|
Status | new => assigned |
2015-11-18 18:13 |
|
Target Version | 7.0.0 => 7.1.0 |
2015-11-18 18:16 |
|
Steps to Reproduce Updated | |
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-09-14 22:55 |
|
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 |