Assembly 3 what is the correct workflow??

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
User avatar
czinehuba
Posts: 160
Joined: Mon Oct 15, 2018 4:59 am
Location: UK
Contact:

Assembly 3 what is the correct workflow??

Post by czinehuba »

Hi All,

If anybody could give me some advice regarding correct assembly it would be much appreciated.

I'm trying to recreate this assembly.
assy picture.png
assy picture.png (164.32 KiB) Viewed 704 times
So far, I've created sub assemblies with screws of all three parts (wall plate, hat and coat hanger), and then wished to insert the three sub assemblies into a main assembly and array it. Currently the hangers aren't constrain just positioned in the correct place.

Trying to constrain the second subassembly gives me error.


Traceback (most recent call last):
File "<string>", line 515, in _catch
File "/tmp/.mount_FreeCAf1YNB3/usr/Ext/freecad/asm3/solver.py", line 416, in solve
return _solve(*args,**kargs)
File "/tmp/.mount_FreeCAf1YNB3/usr/Ext/freecad/asm3/solver.py", line 386, in _solve
Solver(assembly,reportFailed,dragPart,recompute,rollback)
File "/tmp/.mount_FreeCAf1YNB3/usr/Ext/freecad/asm3/solver.py", line 113, in __init__
objName(assembly),str(e)))
RuntimeError: Failed to solve wall_plate_sub_assy#Assembly: inconsistent constraints

For the assembly I'm using realthunder's build.
OS: Arch Linux (GNOME/gnome)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.16830 +1496 (Git) AppImage
Build type: Release
Branch: LinkStage3
Hash: 1b29767b545440b7ab93f1a5f2b742d622f1b547
Python version: 3.7.3
Qt version: 5.9.7
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: English/UnitedKingdom (en_GB)

Files are in the link bellow if anybody wants to play with them:
https://my.pcloud.com/publink/show?code ... fKvkeNoNMk
User avatar
jpg87
Posts: 809
Joined: Thu Mar 16, 2017 7:16 am
Location: Limoges - France
Contact:

Re: Assembly 3 what is the correct workflow??

Post by jpg87 »

czinehuba wrote: Thu Apr 02, 2020 5:41 pm If anybody could give me some advice regarding correct assembly it would be much appreciated.
Hi czinehuba,
Here is my proposition:

http://help-freecad-jpg87.fr/02assembla ... layer.html

There is a less basic solution with constraint multiplication, but I have a problem. I will seek the advice of realthunder.
My website : http://help-freecad-jpg87.fr updated 2023/11/06
User avatar
czinehuba
Posts: 160
Joined: Mon Oct 15, 2018 4:59 am
Location: UK
Contact:

Re: Assembly 3 what is the correct workflow??

Post by czinehuba »

Hi czinehuba,
Here is my proposition:

http://help-freecad-jpg87.fr/02assembla ... layer.html

There is a less basic solution with constraint multiplication, but I have a problem. I will seek the advice of realthunder.

Thank you very much for this tutorial, I can see where I went wrong.
Post Reply