FreeCAD / FreeCAD/FreeCAD

Draft: Error on Draft_Fillet

Open
#14,728 1 comment 0 reactions 0 assignees View on GitHub
Mod: Draft Type: Feature
Dominant language
C++
Stars
33.6k
Forks
6k
Avg merge
3d 17h
Merged PRs (30d)
196

Description

### Is there an existing issue for this?

- [X] I have searched the existing issues

### Problem description

When trying to round edges of a rectangle decomposed into lines, I can generate the rounding of the first two lines, but not the following ones, with the result of previous fillet + a contiguous line

![image](https://github.com/FreeCAD/FreeCAD/assets/50465150/574e276b-ba2a-45b8-b9b4-550ef8047d9b)

The error tells me that the radius is too large, but it is not true, since previously the edge could be rounded without problems, you can clearly see in the image the scale of the rounding radius. In order to perform the fillet command and make it work, I must first decompose ![image](https://github.com/FreeCAD/FreeCAD/assets/50465150/f9ba3a5f-9c2e-49e3-8e0a-a753656ff3fc) the result of the previous fillet into simple lines to be able to perform a new rounding.

I also take this opportunity to ask if the tool can be improved with respect to how unintuitive it is, since it does not have "Ok" buttons, nor checkbox to repeat the action. nor does it allow you to select more than a couple of lines

### Full version info

```shell
OS: Windows 11 build 22631
Word size of FreeCAD: 64-bit
Version: 0.22.0dev.37730 (Git)
Build type: Release
Branch: main
Hash: 30f7f2688921e6e5242beaa9d71e0fdd844b20e3
Python 3.11.9, Qt 5.15.13, Coin 4.0.2, Vtk 9.2.6, OCC 7.7.2
Locale: Spanish/Argentina (es_AR)
Installed mods:
* Dracula 0.0.5
* OpenDark 2024.3.13
```

### Subproject(s) affected?

None

### Anything else?

_No response_

### Code of Conduct

- [X] I agree to follow this project's Code of Conduct

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.