View Issue Details

IDProjectCategoryView StatusLast Update
0026898CommunityOCCT:Modeling Algorithmspublic2023-08-01 15:08
ReporterVico Liang Assigned Tojgv 
PrioritynormalSeverityminor 
Status assignedResolutionopen 
Product Version6.9.1 
Target VersionUnscheduled 
Summary0026898: Chamfer result of Cone is wrong
DescriptionTopoDS_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 Reproducerestore ConeToChamfer.brep a
subshape a e 3
subshape a f 2
chamf r a a_3 a_2 2 12
TagsNo tags attached.
Test case number

Attached Files

  • ConeToChamfer.brep (365,108 bytes)
  • Cone_ChamferBug.png (19,592 bytes)
  • ConeToChamfer_SizeWrong.brep (522,517 bytes)

Activities

Vico Liang

2015-11-18 17:34

developer  

ConeToChamfer.brep (365,108 bytes)

Vico Liang

2015-11-18 17:34

developer  

Cone_ChamferBug.png (19,592 bytes)

Vico Liang

2015-11-18 17:36

developer  

ConeToChamfer_SizeWrong.brep (522,517 bytes)

msv

2015-11-18 18:00

developer   ~0048361

Dear Julia, please consider this case. Does the algo work right? Or it is really a bug?

Issue History

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 msv Note Added: 0048361
2015-11-18 18:00 msv Assigned To msv => jgv
2015-11-18 18:00 msv Status new => assigned
2015-11-18 18:13 msv Target Version 7.0.0 => 7.1.0
2015-11-18 18:16 msv Steps to Reproduce Updated
2016-10-28 15:33 msv Target Version 7.1.0 => 7.2.0
2017-07-21 11:34 msv Target Version 7.2.0 => 7.3.0
2017-12-05 17:09 msv Target Version 7.3.0 => 7.4.0
2019-08-12 16:44 msv Target Version 7.4.0 => 7.5.0
2020-09-14 22:55 msv Target Version 7.5.0 => 7.6.0
2021-08-29 18:52 msv Target Version 7.6.0 => 7.7.0
2022-10-24 10:42 szy Target Version 7.7.0 => 7.8.0
2023-08-01 15:08 dpasukhi Target Version 7.8.0 => Unscheduled