DiscussionsIssue archiveOCCT:Modeling Algorithms

Archived issue #0033909

BRepFilletAPI_MakeFillet::Add hangs on adding edge, reproducible in DRAWEXE

CommunityOCCT:Modeling Algorithmsnew2 public notes

Search issues

Description

I made a solid shape using boolean operations on some simple primitives like spheres, cylinders and boxes. Some of the source elements have fillet added. Then I tried adding more fillets and BRepFilletAPI_MakeFillet::Add() hangs on adding an edge.

This is fully reproducible in DRAWEXE using the code below and attached file, so hope you can fix that.

Tested in 7.9.1 using C++ and 7.9.2 using DRAWEXE

Steps to reproduce

Start DRAWEXE next to the attached file and run the following commands:

pload ALL
restore Attachment 1 (BREP) s
vdisplay s
vfit
explode s E
fillet rs s 0.1 s_8 0.1 s_27

The last command hangs DRAWEXE. Same happens with Add() call in C++.

Public activity

2 archived notes

Participants are labeled by their role within this record.

01Commenter 2
Dear Commenter 3
Please move your ticket to https://github.com/Open-Cascade-SAS/OCCT/issues

Mantis will be decommissioned for public access in the future.
02Author
done, thank you.