Assembly example using step files

Discussion about the development of the Assembly workbench.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
rebisar
Posts: 4
Joined: Wed May 29, 2019 7:25 pm

Assembly example using step files

Post by rebisar »

Hello,

I have some problem with assembly orientation of multi part projects.

FC info:
OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.16110 (Git)
Build type: Release
Branch: (HEAD detached at upstream/releases/FreeCAD-0-18)
Hash: f7dccfaa909e5b9da26bf50c4a22ccca9bb10c40
Python version: 3.6.6
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: Polish/Poland (pl_PL)

Could someone explain me how to use A2plus workbench (or workbench I should use) to manipulate objects. My example have 4 objects from step files. Each time I try to manipulate object, I recieve error "The highlighted parts were not moved. They are not constrainded to a fixed part"

How I constrain fixed part? Its like I need to make FIX constrain to one part and rest is related to this fixed part?
Attachments
error.jpg
error.jpg (11.19 KiB) Viewed 4584 times
Assembly_Example.FCStd
file
(187.05 KiB) Downloaded 122 times
chrisb
Veteran
Posts: 54207
Joined: Tue Mar 17, 2015 9:14 am

Re: Assembly example using step files

Post by chrisb »

Moved to Assembly forum.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
kbwbe
Veteran
Posts: 1052
Joined: Tue Apr 10, 2018 3:12 pm
Location: Germany, near Köln (Cologne)

Re: Assembly example using step files

Post by kbwbe »

rebisar wrote: Fri May 31, 2019 7:26 pm Could someone explain me how to use A2plus workbench (or workbench I should use) to manipulate objects. My example have 4 objects from step files. Each time I try to manipulate object, I recieve error "The highlighted parts were not moved. They are not constrainded to a fixed part"

How I constrain fixed part? Its like I need to make FIX constrain to one part and rest is related to this fixed part?
You need at least one part with the property "fixed Position" = True. You can change this in the property editor of the part.
KBWBE

https://github.com/kbwbe/A2plus
latest release: v0.4.56, installable via FreeCAD's addon manager
Tutorial: gripper assembly https://www.youtube.com/watch?v=QMxcQ5tssWk
Documentation: https://www.freecadweb.org/wiki/A2plus_Workbench
rebisar
Posts: 4
Joined: Wed May 29, 2019 7:25 pm

Re: Assembly example using step files

Post by rebisar »

Hello,
But i dont see this feature in my properties menu.

When I look at youtube tutorials they have "fixedPosition =false/true", I need to activate something in settings?
Attachments
fix.jpg
fix.jpg (102.98 KiB) Viewed 4543 times
kbwbe
Veteran
Posts: 1052
Joined: Tue Apr 10, 2018 3:12 pm
Location: Germany, near Köln (Cologne)

Re: Assembly example using step files

Post by kbwbe »

rebisar wrote: Sat Jun 01, 2019 5:47 am But i dont see this feature in my properties menu.

When I look at youtube tutorials they have "fixedPosition =false/true", I need to activate something in settings?
The way you are using A2plus is not correct. The parts have to be imported from external files to the assembly. If doing so, each A2p object has the property "fixed Position" in the property editor of the combo view.

You can read this here: https://www.freecadweb.org/wiki/A2plus_Workbench

An additional tutorial is here: https://youtu.be/QMxcQ5tssWk

So put each of your STEP models to a separate file and import it from there. This is the most correct way. Alternatively you can use the A2p import function for direct import of STEP models to the assembly.
KBWBE

https://github.com/kbwbe/A2plus
latest release: v0.4.56, installable via FreeCAD's addon manager
Tutorial: gripper assembly https://www.youtube.com/watch?v=QMxcQ5tssWk
Documentation: https://www.freecadweb.org/wiki/A2plus_Workbench
Post Reply