0.19 Part Design - Only the last feature visible

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
cram
Posts: 228
Joined: Mon Dec 05, 2016 5:11 am
Location: Australia

0.19 Part Design - Only the last feature visible

Post by cram »

OS: Windows 10 (10.0)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.19955 (Git)
Build type: Release
Branch: master
Hash: fd907d6d9789f71007b8d0177d167f1de82629b8
Python version: 3.8.2
Qt version: 5.12.5
Coin version: 4.0.0
OCC version: 7.4.0
Locale: English/Australia (en_AU)

Hi again,

I have drawn a sketch and revolved that to create a solid, then created a datum point, added a additive sphere and attached it to the datum point however only the sphere is visible. If I then go to the tree and select the Revolution and set it to visible the Sphere becomes invisible and vice versa if I go back to it and set it to visible.
Attachments
Coulter_Hub_Bearing2.FCStd
(13.46 KiB) Downloaded 27 times
chrisb
Veteran
Posts: 52169
Joined: Tue Mar 17, 2015 9:14 am

Re: 0.19 Part Design - Only the last feature visible

Post by chrisb »

A PartDesign body describes only one contiguous body. If the first and the second feature don't overlap it is not a valid body and one of the separate solids is discarded. Other features raise an error message in that case.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
chrisb
Veteran
Posts: 52169
Joined: Tue Mar 17, 2015 9:14 am

Re: 0.19 Part Design - Only the last feature visible

Post by chrisb »

If you want to model a bearing in a single body it wouldn't work anyway, because it's a single solid. So you could simply make the sphere slightly larger, e.g. by increasing the radius by 0.01mm.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
cram
Posts: 228
Joined: Mon Dec 05, 2016 5:11 am
Location: Australia

Re: 0.19 Part Design - Only the last feature visible

Post by cram »

chrisb wrote: Sun Apr 12, 2020 11:40 pm A PartDesign body describes only one contiguous body. If the first and the second feature don't overlap it is not a valid body and one of the separate solids is discarded. Other features raise an error message in that case.
Thanks Crisb. So much to learn, what you describe I think I've read before but forgotten.
cram
Posts: 228
Joined: Mon Dec 05, 2016 5:11 am
Location: Australia

Re: 0.19 Part Design - Only the last feature visible

Post by cram »

chrisb wrote: Sun Apr 12, 2020 11:49 pm If you want to model a bearing in a single body it wouldn't work anyway, because it's a single solid. So you could simply make the sphere slightly larger, e.g. by increasing the radius by 0.01mm.
Increasing the sphere diameter doesn't have the desired effect.

I'm sorry, could you point in me the direction of how I should model the bearing so it is not a single solid?

Edit: I think I just need to create in a new body. Apologies.
freedman
Veteran
Posts: 3196
Joined: Thu Mar 22, 2018 3:02 am
Location: Washington State, USA

Re: 0.19 Part Design - Only the last feature visible

Post by freedman »

I simple bearing is made up of maybe these.
Ball bearing
inner race
outer race
retainer
clip
Each of the above would be a body. Planning on an array for the balls and a maybe a mirror of the retainers and clips.

Someone last year did a really well detail bearing, you might try to find that posting.
chrisb
Veteran
Posts: 52169
Joined: Tue Mar 17, 2015 9:14 am

Re: 0.19 Part Design - Only the last feature visible

Post by chrisb »

cram wrote: Mon Apr 13, 2020 1:29 am Increasing the sphere diameter doesn't have the desired effect.
Just for the sake of completeness: it has the desired effect: I have only changed the radius to 5.001:
Snip macro screenshot-faa9f9.png
Snip macro screenshot-faa9f9.png (25.7 KiB) Viewed 581 times
Attachments
Coulter_Hub_Bearing2_cb.FCStd
(32.3 KiB) Downloaded 21 times
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
cram
Posts: 228
Joined: Mon Dec 05, 2016 5:11 am
Location: Australia

Re: 0.19 Part Design - Only the last feature visible

Post by cram »

Thank you again. For some reason it didn't seam to work for me earlier, but I'm guessing that I didn't follow through on it earlier in a correct manner.
Post Reply