CAD Challenge

Show off your FreeCAD projects here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
nemesis
Posts: 373
Joined: Tue Mar 25, 2014 11:24 pm
Location: France, Lyon

Re: CAD Challenge

Post by nemesis »

r-frank wrote: Please open your 1stexample-part and do a geometry check with BOPCheck turned on with the final solid.
no issue here.
I think your make a mistake due to the shape binder. it make the face looks like it is broken. but no ;)
1stExpl.png
1stExpl.png (96.12 KiB) Viewed 2806 times
fatalcreator
Posts: 3
Joined: Tue Jul 11, 2017 12:19 pm

Re: CAD Challenge

Post by fatalcreator »

Hello,

I'm new here, wanted to get into technical CAD for a long time and finally gave it a try.
I started with the reddit Cad-Challenge#11 and after I solved the beginner-level and lost my progress in the intermediate a few times to crashes on undo I finally got stuck on the last steps.
The drawings require me to add a fillet on the pipe-joint.
redditCAD11intermed.png
redditCAD11intermed.png (59.1 KiB) Viewed 2664 times
I can't find a way to do this; is it even possible in 0.16?
If it isn't, is there an elegant workaround?
I haven't yet figured out how to compile from source on fedora( as I'm kind off new to linux as well).

I'm looking forward to your reply
Leopold

OS: Linux
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.16.Unknown
Build type: Unknown
Python version: 2.7.11
Qt version: 4.8.7
Coin version: 3.1.3
OCC version: 6.8.0.oce-0.17
Jee-Bee
Veteran
Posts: 2566
Joined: Tue Jun 16, 2015 10:32 am
Location: Netherlands

Re: CAD Challenge

Post by Jee-Bee »

Yes it is possible to do in FC 0.16. The Fillet feature exist in (at least) two places. In Part workbech (https://www.freecadweb.org/wiki/index.p ... art_Fillet ) and in PartDesign ( https://www.freecadweb.org/wiki/index.p ... ign_Fillet )
see attachment i used both on the same objects you can show and hide them with the space bar
Attachments
CAD#11_exaple.FCStd
(262.26 KiB) Downloaded 81 times
jmaustpc
Veteran
Posts: 11207
Joined: Tue Jul 26, 2011 6:28 am
Location: Australia

Re: CAD Challenge

Post by jmaustpc »

Jee-Bee replied while I was typing, we say some of the same things.
fatalcreator wrote: Wed Jul 12, 2017 10:55 am after I solved the beginner-level and lost my progress in the intermediate a few times to crashes on undo
That should not be happening. If it is repeatable could you please post a file and step by step instructions on how to get FreeCAD to crash? Your version data is missing some information unfortunately, which is possibly due to packaging at your distro, what Linux are you running and where did you get your FreeCAD version from?
fatalcreator wrote: Wed Jul 12, 2017 10:55 am The drawings require me to add a fillet on the pipe-joint.
That should be easy, but the exact answer depends on what workbench/work flow and sometimes there will be issues likely from the CAD kernel OCC used by FreeCAD. Also the OCC/OCE version you are using is now very old, but it is typical for that FreeCAD version and can not be simply updated without also re-compiling FreeCAD.

If you could post the FreeCAD file we could answer your question properly but without it we really can't except to say, select the edge and click fillet.
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: CAD Challenge

Post by triplus »

fatalcreator wrote: Wed Jul 12, 2017 10:55 am I haven't yet figured out how to compile from source on fedora( as I'm kind off new to linux as well).
Note that both FreeCAD 0.16 and FreeCAD 0.17 (dev) are provided in the AppImage format:

https://github.com/FreeCAD/FreeCAD/releases
fatalcreator
Posts: 3
Joined: Tue Jul 11, 2017 12:19 pm

Re: CAD Challenge

Post by fatalcreator »

jmaustpc wrote: Wed Jul 12, 2017 12:31 pm If you could post the FreeCAD file we could answer your question properly but without it we really can't except to say, select the edge and click fillet.
CAD#11intermediate.fcstd
(342.93 KiB) Downloaded 69 times
Note that I managed to add a fillet on one side but the two edges on the other side are still not behaving.
TopOpeBRepDS_DataStructure::Point is the mouseover on Fillet001.
jmaustpc wrote: Wed Jul 12, 2017 12:31 pm That should not be happening. If it is repeatable could you please post a file and step by step instructions on how to get FreeCAD to crash? Your version data is missing some information unfortunately, which is possibly due to packaging at your distro, what Linux are you running and where did you get your FreeCAD version from?
I will try later if I have some time. It happened while sketching in the PartDesigner Workbench.
I use fedora 2425 and installed freecad using the dnf-distro.
triplus wrote: Wed Jul 12, 2017 12:56 pm Note that both FreeCAD 0.16 and FreeCAD 0.17 (dev) are provided in the AppImage format:

https://github.com/FreeCAD/FreeCAD/releases
Oh, I visited the github but didn't notice. Thanks!
Edit: And I can't open any of the AppImages for some unknown reason
Last edited by fatalcreator on Wed Jul 12, 2017 3:22 pm, edited 1 time in total.
User avatar
PrzemoF
Veteran
Posts: 3520
Joined: Fri Jul 25, 2014 4:52 pm
Contact:

Re: CAD Challenge

Post by PrzemoF »

fatalcreator wrote: Wed Jul 12, 2017 3:07 pm [..]I will try later if I have some time. It happened while sketching in the PartDesigner Workbench.
I use fedora 24 and installed freecad using the dnf-distro.[..]
Just in case you missed it: Fedora builds

https://copr.fedorainfracloud.org/coprs ... f/FreeCAD/
jmaustpc
Veteran
Posts: 11207
Joined: Tue Jul 26, 2011 6:28 am
Location: Australia

Re: CAD Challenge

Post by jmaustpc »

I tried it here
OS: Ubuntu 16.04.2 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.11495 (Git)
Build type: None
Branch: master
Hash: 9e7eb3bc2c7b6d374f165b7b938da475a422763b
Python version: 2.7.12
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.1.0

The solids do not pass the Part WB Check Geometry test with the extend BOP checks enabled.

I don't have time just now to work out why, hopefully some other will.
fatalcreator
Posts: 3
Joined: Tue Jul 11, 2017 12:19 pm

Re: CAD Challenge

Post by fatalcreator »

PrzemoF wrote: Wed Jul 12, 2017 3:15 pm Just in case you missed it: Fedora builds

https://copr.fedorainfracloud.org/coprs ... f/FreeCAD/
Shiny!

OS: Linux
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.11570 (Git)
Build type: Unknown
Branch: master
Hash: a68940340747d3f18818fc7b0bc72eb59e7a0f25
Python version: 2.7.13
Qt version: 4.8.7
Coin version: 3.1.3
OCC version: 6.8.0.oce-0.17
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: CAD Challenge

Post by triplus »

fatalcreator wrote: Wed Jul 12, 2017 3:07 pm Edit: And I can't open any of the AppImages for some unknown reason
If i remember correctly it was confirmed in the past AppImage works on Fedora 24. Therefore likely you didn't mark the downloaded package as executable? This step is needed or it won't work.
Post Reply