(WORKAROUND) Problem with cutting on circular plane?

A forum dedicated to the Draft, Arch and BIM workbenches development.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
thomas-neemann
Veteran
Posts: 11921
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

(WORKAROUND) Problem with cutting on circular plane?

Post by thomas-neemann »

if I cut with a rectangle
Bildschirmfoto_2022-07-17_11-04-03.png
Bildschirmfoto_2022-07-17_11-04-03.png (9.89 KiB) Viewed 840 times

everything works. not with a circle.

Bildschirmfoto_2022-07-17_11-06-48.png
Bildschirmfoto_2022-07-17_11-06-48.png (140.08 KiB) Viewed 840 times
Can anybody confirm this?
test1102.FCStd
(6.88 KiB) Downloaded 15 times

Code: Select all

OS: Ubuntu 20.04.1 LTS (XFCE/xubuntu)
Word size of FreeCAD: 64-bit
Version: 0.20.29177 (Git) AppImage
Build type: Release
Branch: (HEAD detached at 0.20)
Hash: 68e337670e227889217652ddac593c93b5e8dc94
Python 3.9.13, Qt 5.12.9, Coin 4.0.0, Vtk 9.1.0, OCC 7.5.3
Locale: German/Germany (de_DE)
Last edited by thomas-neemann on Sun Jul 17, 2022 11:08 am, edited 1 time in total.
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
User avatar
mfro
Posts: 666
Joined: Sat Sep 23, 2017 8:15 am

Re: Problem with cutting on circular plane?

Post by mfro »

The code apparently expects a face to have more than one single edge. If you make a face from two mirrored half circles, the cut works as expected:
Bildschirmfoto von 2022-07-17 11-43-25.png
Bildschirmfoto von 2022-07-17 11-43-25.png (182.43 KiB) Viewed 820 times
Cheers,
Markus
User avatar
thomas-neemann
Veteran
Posts: 11921
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: Problem with cutting on circular plane?

Post by thomas-neemann »

mfro wrote: Sun Jul 17, 2022 9:45 am ...
thanks for the cooperation. this is unfortunate, because you can very quickly create circular planes at "any" place for cutting
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
User avatar
ragohix769
Posts: 568
Joined: Sat Jul 18, 2020 7:04 am
Location: Rome - Italy

Re: Problem with cutting on circular plane?

Post by ragohix769 »

thomas-neemann wrote: Sun Jul 17, 2022 9:12 am if I cut with a rectangle

Bildschirmfoto_2022-07-17_11-04-03.png


everything works. not with a circle.
I confirm, with a square plane it's ok, with the circle plane, it's not working.
As said by mfro, maybe the circle is an object with just one edge, so there is a bug with the function of cut with plane.

Code: Select all

OS: Ubuntu 20.04.4 LTS (KDE/plasma)
Word size of FreeCAD: 64-bit
Version: 0.21.
Build type: Release
Branch: unknown
Hash: e2e58f7bffc6012e757181af57272383677d3d91
Python 3.8.10, Qt 5.12.8, Coin 4.0.0, Vtk 7.1.1, OCC 7.5.2
Locale: Italian/Italy (it_IT)
Installed mods: 
  * BIM 2021.12.0
After #ElonMuskBuyTwitter I'm no more on Twitter, that's really enough :-(
=> Now you can find me here on #Mastodon: https://mastodon.uno/@opensoul - I hope more people do the same :-)
User avatar
thomas-neemann
Veteran
Posts: 11921
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: Problem with cutting on circular plane?

Post by thomas-neemann »

ragohix769 wrote: Sun Jul 17, 2022 10:57 am ....
thanks for the cooperation. here is a workaround. in my case 6 clicks instead of 4-6 clicks. I think that's okay

Bildschirmfoto_2022-07-17_13-06-17.png
Bildschirmfoto_2022-07-17_13-06-17.png (9.34 KiB) Viewed 772 times
wo-test1102.FCStd
(8.62 KiB) Downloaded 20 times
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
User avatar
ragohix769
Posts: 568
Joined: Sat Jul 18, 2020 7:04 am
Location: Rome - Italy

Re: Problem with cutting on circular plane?

Post by ragohix769 »

thomas-neemann wrote: Sun Jul 17, 2022 11:07 am
ragohix769 wrote: Sun Jul 17, 2022 10:57 am ....
thanks for the cooperation. here is a workaround. in my case 6 clicks instead of 4-6 clicks. I think that's okay


Bildschirmfoto_2022-07-17_13-06-17.png

wo-test1102.FCStd
Ok, good as workaround, but it's a workaround :-)
If you creates an extrusion of the circle it's way more messy (visually speaking) than create a square plane, IMHO.

I hope that the bug (because IMHO it's a plain bug) in the cut with plane function, will be solved :-)
After #ElonMuskBuyTwitter I'm no more on Twitter, that's really enough :-(
=> Now you can find me here on #Mastodon: https://mastodon.uno/@opensoul - I hope more people do the same :-)
paullee
Veteran
Posts: 5118
Joined: Wed May 04, 2016 3:58 pm

Re: Problem with cutting on circular plane?

Post by paullee »

thomas-neemann wrote: Sun Jul 17, 2022 11:07 am thanks for the cooperation. here is a workaround. in my case 6 clicks instead of 4-6 clicks. I think that's okay
Can can filing the bug so that it could be tracked and resolved later ? :)
User avatar
thomas-neemann
Veteran
Posts: 11921
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: (WORKAROUND) Problem with cutting on circular plane?

Post by thomas-neemann »

thank you very much
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
User avatar
ragohix769
Posts: 568
Joined: Sat Jul 18, 2020 7:04 am
Location: Rome - Italy

Re: (WORKAROUND) Problem with cutting on circular plane?

Post by ragohix769 »

Thanks Roy! :D
After #ElonMuskBuyTwitter I'm no more on Twitter, that's really enough :-(
=> Now you can find me here on #Mastodon: https://mastodon.uno/@opensoul - I hope more people do the same :-)
Post Reply