Bug? Does anyone know why mirrored objects don't align like the original?

Discussion about the development of the Assembly workbench.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
JussyAD
Posts: 377
Joined: Tue Apr 20, 2021 4:30 pm

Bug? Does anyone know why mirrored objects don't align like the original?

Post by JussyAD »

OS: Windows 8.1 Version 6.3 (Build 9600)
Word size of FreeCAD: 64-bit
Version: 0.20.24720 (Git)
Build type: Release
Branch: master
Hash: 8b0c58d1b45017ad42bf0fa8f827f1cf22a398e7
Python version: 3.8.6+
Qt version: 5.15.2
Coin version: 4.0.1
OCC version: 7.5.0
Locale: English/South Africa (en_ZA)

Try using performing coincident plane constraint to align the floating bracket to the one on the chassis. every time I get an error. The bracket on the chassis is mirrored and that's 100% of the problem. Should it be? Is this a bug?
Attachments
floating bracket will not be aligned.PNG
floating bracket will not be aligned.PNG (211.46 KiB) Viewed 1631 times
Chassis Assembly001.FCStd
(103.49 KiB) Downloaded 51 times
chrisb
Veteran
Posts: 54302
Joined: Tue Mar 17, 2015 9:14 am

Re: Bug? Does anyone know why mirrored objects don't align like the original?

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: Bug? Does anyone know why mirrored objects don't align like the original?

Post by kbwbe »

JussyAD wrote: Mon May 24, 2021 7:22 pm Try using performing coincident plane constraint to align the floating bracket to the one on the chassis. every time I get an error. The bracket on the chassis is mirrored and that's 100% of the problem. Should it be? Is this a bug?
Hi,
this is not a bug. Doing mirrors within the assembly is not a good idea, as the mirrored objects are no A2p parts. Therefore you cannot assemble them this way.

You can do the mirroring within the sourcefile of your part which you want to mirror. After that you can import the original part and the mirrored one separately into your assembly by using the function "add a single shape from an external file" of A2plus. These imports can be handled by the program correctly.

Byside this, the parts which you want to mirror seem to be symmetrical and you can assemble them without mirroring, only changing their orientation with FC's transform tool.

BR, Klaus
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
JussyAD
Posts: 377
Joined: Tue Apr 20, 2021 4:30 pm

Re: Bug? Does anyone know why mirrored objects don't align like the original?

Post by JussyAD »

kbwbe wrote: Tue May 25, 2021 3:29 pm
Hi,
this is not a bug. Doing mirrors within the assembly is not a good idea, as the mirrored objects are no A2p parts. Therefore you cannot assemble them this way.
You can do the mirroring within the sourcefile of your part which you want to mirror.
[/quote]

Thank you, that makes sense and that is a good tip to mirror in the source file.
Post Reply