What are the needs for the integrated assembly workbench?

Discussion about the development of the Assembly workbench.
User avatar
ppemawm
Veteran
Posts: 1089
Joined: Fri May 17, 2013 3:54 pm
Location: Manhattan New York

Re: What are the needs for the integrated assembly workbench?

Post by ppemawm »

onekk wrote: Fri Sep 01, 2023 2:39 pm Probably out of scope, as "top down" is one of the many ways of doing things.
I beg to differ. In my experience it is the only way to design an assembly. If you know of another way, please let me know.
"It is a poor workman who blames his tools..." ;)
User avatar
ppemawm
Veteran
Posts: 1089
Joined: Fri May 17, 2013 3:54 pm
Location: Manhattan New York

Re: What are the needs for the integrated assembly workbench?

Post by ppemawm »

jpg87 wrote: Fri Sep 01, 2023 2:26 pm What scares people in Asm3 is the large number of constraints available, stemming from the solver used (solvespace).
Exactly.
jpg87 wrote: Fri Sep 01, 2023 2:26 pm I really like working with Asm3, because it's very similar to the approach I knew with SolidWorks or Catia.
For a direct comparison of Assembly4 to SW please see my latest post for that purpose here: viewtopic.php?t=80718. This is a more of a bottom-up assembly since the design already exists. For a top-down example see here: viewtopic.php?t=78962
"It is a poor workman who blames his tools..." ;)
Cyclonit
Posts: 57
Joined: Sat Sep 26, 2020 11:19 am
Location: Germany

Re: What are the needs for the integrated assembly workbench?

Post by Cyclonit »

I'd like to add that for me parametrization parts is a very important aspect. Lots of parts in an assembly might be parametrized and a user might want to use different versions of that part in one and the same assembly. Screws are a common example. It makes sense to have only one base model for a metric hex-head screw, which ends up being used in all kinds of different sizes. This expands into BOM management too.
User avatar
cehjan
Posts: 48
Joined: Mon Dec 30, 2019 8:20 pm
Contact:

Re: What are the needs for the integrated assembly workbench?

Post by cehjan »

Great, I can't wait for the new Assembly workbench.

In my opinion, the Assembly module (in collaboration with Techdraw) must have a tool that creates a Bill of materials. The BOM is one of the most important documents created during design.

It would be great if in the future it would be possible to link parts to geometric elements of the imported sketch and also to link parts to each other using local coordinate systems (Assembly 4).

The list is quite large and you have a lot of work ahead of you, it is useful to see what tools other 3D CAD software have: creating sub-assemblies, creating Mirror parts, duplicate parts, circular and rectangular patterns, collision detection...
User avatar
bntarc
Posts: 45
Joined: Thu Apr 12, 2018 4:30 pm
Location: Illinois USA
Contact:

Re: What are the needs for the integrated assembly workbench?

Post by bntarc »

:arrow: Assembly Workbench

:arrow: FreeCAD_weekly-builds-34873-2023-11-05-conda-Windows-x86_64-py310.7z
Attachments
Tool bar.png
Tool bar.png (9.24 KiB) Viewed 16819 times
Menu.png
Menu.png (9.13 KiB) Viewed 16819 times
FreeCutter
Posts: 77
Joined: Mon Aug 26, 2019 5:52 pm

Re: What are the needs for the integrated assembly workbench?

Post by FreeCutter »

bntarc wrote: Mon Nov 06, 2023 3:39 am
Thanks a lot for letting us know - looks really nice!
I tried to play around with what is available in the weekly-builds. So far I managed to link in some parts and to place joints. But I guess as the solver is not yet implemented the actual assembly action still doesn’t take place, right?
Would it be too early to mention what is already available in the dev. release notes?
Looking forward to see further progress and keeping fingers crossed!
User avatar
bntarc
Posts: 45
Joined: Thu Apr 12, 2018 4:30 pm
Location: Illinois USA
Contact:

Re: What are the needs for the integrated assembly workbench?

Post by bntarc »

Integrated assembly workbench coming to your doorstep
viewtopic.php?t=82685
User avatar
kwahoo
Posts: 656
Joined: Fri Nov 29, 2013 3:09 pm
Contact:

Re: What are the needs for the integrated assembly workbench?

Post by kwahoo »

FreeCutter wrote: Wed Nov 08, 2023 9:23 pm I tried to play around with what is available in the weekly-builds. So far I managed to link in some parts and to place joints. But I guess as the solver is not yet implemented the actual assembly action still doesn’t take place, right?
You can see solver in action after building this branch https://github.com/Ondsel-Development/F ... er-testing

Code: Select all

git clone --recursive https://github.com/Ondsel-Development/FreeCAD.git
git checkout OndselSolver-testing
Post Reply