Ondsel-Development / FreeCAD

This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler.
https://www.freecad.org
Other
192 stars 8 forks source link

[1.0 bughunt] Filleting or Chamfering on a cylinder produces a cryptic warning. #73

Open raindropsfromsky opened 5 months ago

raindropsfromsky commented 5 months ago

Is there an existing issue for this?

Problem description

image

As shown in the screenshot, I selected the wall of a cylinder (1), and filleted it. It produced an error (2).

It mentions "skip edge that is not C0 continuous".

The problem is that the user would not know what "C0 continuous" means.

Also, the result seems to be just fine! (The top and bottom of the cylinder were filleted as expected.)

IINW, the warning seems to refer to the seam in the cylinder, which is added by Ondsel, but is not part of the geometry. If so, does it merit any warning at all?

Full version info

OS: Windows 11 build 22631
Word size of Ondsel: 64-bit
Version: 2024.2.0dev.37608 (Git)
Build type: Release
Branch: flavor
Hash: cbb758c5dc79fd4c016a9cd45a007d3c7ce1a689
Python 3.11.9, Qt 5.15.13, Coin 4.0.2, Vtk 9.2.6, OCC 7.7.2
Locale: English/India (en_IN)
Installed mods: 
  * Ondsel-Lens 2024.3.26.01

Subproject(s) affected?

None

Anything else?

No response

Code of Conduct