View Issue Details

IDProjectCategoryView StatusLast Update
0028596CommunityOCCT:Modeling Algorithmspublic2023-08-01 15:08
ReporterMarkus Assigned Tomsv 
PrioritynormalSeverityminor 
Status newResolutionopen 
Product Version7.1.0 
Target VersionUnscheduled 
Summary0028596: Erroneous fillet
DescriptionFor the appended case the fillet creation results in an erroneous fillet form. BRepFilletAPI_MakeFillet.IsDone() returns true, but the fillet looks strange.

The fillet is correct if the fillet radius is below 0.045.
Steps To Reproducerestore fil.brep f
pload ALL
vinit
vdisplay f
vfit
explode f e
vdisplay f_4
fillet r f 0.05 f_4
vdisplay r
# => erroneous fillet
vclear
vdisplay f
fillet r f 0.04 f_4
vdisplay r
# => correct fillet
TagsNo tags attached.
Test case numberbugs modalg_7 bug28596_1, bug28596_2

Attached Files

  • fil.brep (1,125,733 bytes)
  • erroneous fillet Draw wire.png (9,927 bytes)
  • erroneous fillet Draw.png (39,055 bytes)
  • correct fillet draw.png (31,238 bytes)

Activities

Timo

2017-03-27 12:33

developer  

fil.brep (1,125,733 bytes)

Timo

2017-03-27 12:33

developer  

erroneous fillet Draw wire.png (9,927 bytes)

Timo

2017-03-27 12:34

developer  

erroneous fillet Draw.png (39,055 bytes)

Timo

2017-03-27 12:34

developer  

correct fillet draw.png (31,238 bytes)

mkv

2017-08-31 20:27

tester   ~0070131

Problem described in issue is reproduced on current state of OCCT.

Issue History

Date Modified Username Field Change
2017-03-27 12:33 Timo New Issue
2017-03-27 12:33 Timo Assigned To => msv
2017-03-27 12:33 Timo File Added: fil.brep
2017-03-27 12:33 Timo File Added: erroneous fillet Draw wire.png
2017-03-27 12:34 Timo File Added: erroneous fillet Draw.png
2017-03-27 12:34 Timo File Added: correct fillet draw.png
2017-05-31 15:33 Timo Reporter Timo => Markus
2017-07-21 11:16 msv Target Version 7.2.0 => 7.3.0
2017-08-31 20:27 mkv Test case number => bugs modalg_7 bug28596_1, bug28596_2
2017-08-31 20:27 mkv Note Added: 0070131
2017-12-05 16:59 msv Target Version 7.3.0 => 7.4.0
2019-08-12 16:43 msv Target Version 7.4.0 => 7.5.0
2020-09-14 22:56 msv Target Version 7.5.0 => 7.6.0
2021-08-29 18:51 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