Pocket visibility, external geometry and linear repetion

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
ChristouB
Posts: 7
Joined: Wed Mar 01, 2017 8:17 am

Pocket visibility, external geometry and linear repetion

Post by ChristouB »

Hello everyone
I start my first project with freecad. I followed this tutorial . The problem I encounter is that the pockets do not appear on the view.
pocket_repetition.png
pocket_repetition.png (106.85 KiB) Viewed 1980 times
Where am I wrong?
Thank's
PS : Google Translate is my friend?
plan_sup.fcstd
(43.94 KiB) Downloaded 63 times
OS: Ubuntu 16.04.2 LTS
WS of OS: 64-bit
WS of FreeCAD: 64-bit
Version: 0.16.6707 (Git)
Build type: None
Branch: releases/FreeCAD-0-16
Hash: 5465bc47c95db45e0be85dc0e2872419efadce0f
Python V.: 2.7.12
Qt V.: 4.8.7
Coin V.: 4.0.0a
OCC V.: 6.8.0.oce-0.17
User avatar
Willem
Veteran
Posts: 1854
Joined: Fri Aug 12, 2016 3:27 pm
Location: Lisse, The Netherlands

Re: Pocket visibility, external geometry and linear repetion

Post by Willem »

Hi, welcome to Freecad and the forum,
You can also post your question on the French forum https://forum.freecadweb.org/viewforum.php?f=12
ChristouB
Posts: 7
Joined: Wed Mar 01, 2017 8:17 am

Re: Pocket visibility, external geometry and linear repetion

Post by ChristouB »

Thank's Willem,
I'll open an other post on the french forum but I'll follow the two one. If I find an issue, i'll make a link.
OS: Ubuntu 16.04.2 LTS
WS of OS: 64-bit
WS of FreeCAD: 64-bit
Version: 0.16.6707 (Git)
Build type: None
Branch: releases/FreeCAD-0-16
Hash: 5465bc47c95db45e0be85dc0e2872419efadce0f
Python V.: 2.7.12
Qt V.: 4.8.7
Coin V.: 4.0.0a
OCC V.: 6.8.0.oce-0.17
User avatar
bejant
Veteran
Posts: 6075
Joined: Thu Jul 11, 2013 3:06 pm

Re: Pocket visibility, external geometry and linear repetion

Post by bejant »

Hi ChristouB, and welcome.
ChristouB wrote:Where am I wrong?
I see from your screen grab that you went back and changed the visibility of older things in the history tree to True. Instead, everything except LinearPattern005 should be hidden by selecting them and pressing Spacebar. The older things in the history tree (we call them "Features") are filling in the holes in the newer Features.

I didn't open you model yet but I'll have a look after I post my reply.
ChristouB wrote:Thank's
PS : Google Translate is my friend?
You're welcome! Here is my google translate:

=======

Salut ChristouB, et bienvenue.
ChristouB wrote: Où ai-je tort?
Je vois de votre capture d'écran que vous êtes retourné et changé la visibilité des choses plus anciennes dans l'arbre d'histoire à Vrai. Au lieu de cela, tout sauf LinearPattern005 doit être masqué en les sélectionnant et en appuyant sur la barre d'espace. Les anciennes choses dans l'arbre de l'histoire (que nous appelons "Caractéristiques") sont de remplir les trous dans les nouvelles fonctionnalités.

Je n'ai pas encore ouvert votre modèle, mais je vais m'occuper de ma réponse.
ChristouB wrote:] Merci
PS: Google Translate est mon ami?
De rien! Voici ma traduction google:
paulfurze
Posts: 15
Joined: Fri Oct 28, 2016 11:59 am

Re: Pocket visibility, external geometry and linear repetion

Post by paulfurze »

Hi ChristouB,

/beaten to it again by bejant/

If thats your screenshot then you have everything visible.
You have: Pocket , Pocket001, and Pocket002 visible at the same time, along with all the LinearPatterns
Turn off the underlying stuff, Pocket , Pocket001, by selecting them in the treeview and press space.
As you build up an object Freecad keeps all the underlying ones in the tree so it knows how the model is defined.
But, you only need to see the last current activity result. In your screenshot I'm guessing thats Pocket002, so turn off Pocket and Pocket001.

Paul.
User avatar
bejant
Veteran
Posts: 6075
Joined: Thu Jul 11, 2013 3:06 pm

Re: Pocket visibility, external geometry and linear repetion

Post by bejant »

By making things visible after FreeCAD automatically had them hidden, you also forked your model (which is bad):
20170301a.png
20170301a.png (46.1 KiB) Viewed 1946 times
I'll post back again after I look into this.

=====

En rendant les choses visibles après que FreeCAD les ait automatiquement cachées, vous avez aussi biffé votre modèle (ce qui est mauvais):
(couper)
Je vais poster de nouveau après que je regarde dans ce.
User avatar
bejant
Veteran
Posts: 6075
Joined: Thu Jul 11, 2013 3:06 pm

Re: Pocket visibility, external geometry and linear repetion

Post by bejant »

I'm afraid that if I tried to explain how to fix the model using the english language that it wouldn't make much sense because your FreeCAD tools are in french, so I think it would be better if that explanation is on the french forum.

=====
Je crains que si j'ai essayé d'expliquer comment fixer le modèle en utilisant la langue anglaise, cela ne ferait pas beaucoup de sens parce que vos outils FreeCAD sont en français, donc je pense que ce serait mieux si cette explication est sur le forum français .
ChristouB
Posts: 7
Joined: Wed Mar 01, 2017 8:17 am

Re: Pocket visibility, external geometry and linear repetion

Post by ChristouB »

bejant wrote:so I think it would be better if that explanation is on the french forum.

I think so too
I begin to understand, the problem comes from the forked model.
OS: Ubuntu 16.04.2 LTS
WS of OS: 64-bit
WS of FreeCAD: 64-bit
Version: 0.16.6707 (Git)
Build type: None
Branch: releases/FreeCAD-0-16
Hash: 5465bc47c95db45e0be85dc0e2872419efadce0f
Python V.: 2.7.12
Qt V.: 4.8.7
Coin V.: 4.0.0a
OCC V.: 6.8.0.oce-0.17
Post Reply