Selecting all outside surfaces

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
kooper
Posts: 2
Joined: Thu Oct 18, 2018 12:19 pm

Selecting all outside surfaces

Post by kooper »

Hi,

what is the best way to select all outside surfaces from a case with heatsink?

I try to simulate the thermal behavior of a metal case with heatsink. Thats why I have to set the surface convection of all elements at the outside. Because the heatsink consist of several element clicking everything takes a lot of time and I am not sure, if I got all surfaces.
chrisb
Veteran
Posts: 54293
Joined: Tue Mar 17, 2015 9:14 am

Re: Selecting all outside surfaces

Post by chrisb »

I don't know of a direct way, but here is one possibility if it is a Part object:
- right click the object in TreeView
- select Set colors
- use Box selection to select the surfaces
- cancel the dialog (with confirmation)

The surfaces are still selected.

If you have a body you don't have the "Set colors" entry. I see the following options:
- Create a fake union with the body and something which lies completely inside of the body. This is parametric.
- Create a Part->SimpleCopy. This is not parametric.
- There is an additional workbench out there using the selection technique from the SetColors dialog, but I have forgotten which. Other may help here.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
freecad-heini-1
Veteran
Posts: 7791
Joined: Tue Jan 07, 2014 11:10 am
Contact:

Re: Selecting all outside surfaces

Post by freecad-heini-1 »

chrisb wrote: Thu Nov 08, 2018 8:46 am I don't know of a direct way, but here is one possibility if it is a Part object:
- right click the object in TreeView
- select Set colors
- use Box selection to select the surfaces
- cancel the dialog (with confirmation)
That was the old workflow. But thanks to Werner, because he created a box-selection tool for the Part-Workbench.
Please check part box selection. If you select from the side view close to the outward surface, you can select the outer faces except the inner faces. It need a bit exercise to learn how to use this tool.
Best regards
Wilfried
chrisb
Veteran
Posts: 54293
Joined: Tue Mar 17, 2015 9:14 am

Re: Selecting all outside surfaces

Post by chrisb »

freecad-heini-1 wrote: Thu Nov 08, 2018 2:57 pm Please check part box selection.
Thanks for the pointer. So it was not an exernal workbench, but one of the most essential.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
mario52
Veteran
Posts: 4698
Joined: Wed May 16, 2012 2:13 pm

Re: Selecting all outside surfaces

Post by mario52 »

hi

i propose change the menu name to "Face selection"

mario
Maybe you need a special feature, go into Macros_recipes and Code_snippets, Topological_data_scripting.
My macros on Gist.github here complete macros Wiki and forum.
chrisb
Veteran
Posts: 54293
Joined: Tue Mar 17, 2015 9:14 am

Re: Selecting all outside surfaces

Post by chrisb »

mario52 wrote: Fri Nov 09, 2018 12:07 pm i propose change the menu name to "Face selection"
+1
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Post Reply