noob: howto handle large model with > 100 number of objects

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
apper001
Posts: 19
Joined: Wed Jun 09, 2021 6:03 pm

noob: howto handle large model with > 100 number of objects

Post by apper001 »

Hi All

Ubuntu 20.04, Version 0.19

What is the best way (practical) too handle a body' with e.g over a 100 primitives/shells/sketches?
Did not (yet) want to split the body in several other body's, but maybe i should use the Assembly WB.

Any help would be welcome as it's getting complex too handle.

Rgds
Apper
User avatar
thomas-neemann
Veteran
Posts: 11921
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: noob: howto handle large model with > 100 number of objects

Post by thomas-neemann »

apper001 wrote: Fri Jun 18, 2021 7:59 am
i would try to work with a processor that has a high clock rate. a lot of ram is also useful. I don't use assembly wb s.
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
apper001
Posts: 19
Joined: Wed Jun 09, 2021 6:03 pm

Re: noob: howto handle large model with > 100 number of objects

Post by apper001 »

Slight misunderstanding: I meant the complexity of handling a very large model not the required processing power
User avatar
thomas-neemann
Veteran
Posts: 11921
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: noob: howto handle large model with > 100 number of objects

Post by thomas-neemann »

apper001 wrote: Fri Jun 18, 2021 8:41 am
if a geometry becomes too complex, i convert parts into meshes. here's an example

https://forum.freecadweb.org/viewtopic. ... 30#p414438
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
drmacro
Veteran
Posts: 8984
Joined: Sun Mar 02, 2014 4:35 pm

Re: noob: howto handle large model with > 100 number of objects

Post by drmacro »

There aren't a lot of details here to guess about.

What is the thought that leads to the desire to not split it into simpler pieces?

One uber model when it is indeed components of a larger assembly is not a desirable workflow.

I'd not recommend conversion to mesh since you loose the history and any advantage of parametric modeling.

If it is indeed a complicated single model, then you can explore things like Group (right click on the document in the tree and select Group. This will create a folder in the tree where you can collect items for tidiness.).

If it is indeed a single model, any assembly workbench is of no use...assemblies use assemblies of multiple separate components.
Star Trek II: The Wrath of Khan: Spock: "...His pattern indicates two-dimensional thinking."
apper001
Posts: 19
Joined: Wed Jun 09, 2021 6:03 pm

Re: noob: howto handle large model with > 100 number of objects

Post by apper001 »

will try to find some large model examples/user cases
apper001
Posts: 19
Joined: Wed Jun 09, 2021 6:03 pm

Re: noob: howto handle large model with > 100 number of objects

Post by apper001 »

As a noob there is not much too a notion. Have many of them every day....

So just looking for guidance on howto manage large models and howto subdivide items and best attach items.

Best with a concrete complex example.
apper001
Posts: 19
Joined: Wed Jun 09, 2021 6:03 pm

Re: noob: howto handle large model with > 100 number of objects

Post by apper001 »

...will also read your documents, just downloaded them.
Post Reply