LinkBranch, Assembly3 same error on every operation

Discussion about the development of the Assembly workbench.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
MatterWorks
Posts: 3
Joined: Wed Mar 15, 2023 2:59 pm

LinkBranch, Assembly3 same error on every operation

Post by MatterWorks »

Hallo all,
i just started to use the assembly3 workbench, and there is a really annoying bug. Everytime I use one of the constraint methods, the same error message apears in the report view:

Code: Select all

15:56:57  Traceback (most recent call last):
  File "C:\Users\Benni\AppData\Roaming\FreeCAD\Mod\Assembly3\freecad\asm3\assembly.py", line 1323, in getIcon
    getattr(self.ViewObject.Object,'Detach',False))
<class 'AttributeError'>: 'ViewProviderAsmElement' object has no attribute 'ViewObject'
The constraints do work properly by the way. It's only the error message that bothers me.
Is anyone here able to help me? Is this problem better placed on realthunder's Github?
Thanks in advance.

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 2023.131.26244 +5365 (Git)
Build type: Release
Branch: LinkDaily
Hash: 73c4ca254c5de8849d104973482e98399fb24863
Python version: 3.10.8
Qt version: 5.15.4
Coin version: 4.0.1
OCC version: 7.6.3
Locale: English/Germany (en_DE)
chrisb
Veteran
Posts: 54201
Joined: Tue Mar 17, 2015 9:14 am

Re: LinkBranch, Assembly3 same error on every operation

Post by chrisb »

Moved from Help forum.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
bambuko
Veteran
Posts: 2185
Joined: Thu Oct 24, 2019 12:53 pm
Location: UK, England, North Devon

Re: LinkBranch, Assembly3 same error on every operation

Post by bambuko »

MatterWorks wrote: Wed Mar 15, 2023 3:07 pm ....
can you share your file?
I am using Link branch and Assembly3
you can also download ... and try it here
excellent Assembly3 tutorials here
User avatar
adrianinsaval
Veteran
Posts: 5551
Joined: Thu Apr 05, 2018 5:15 pm

Re: LinkBranch, Assembly3 same error on every operation

Post by adrianinsaval »

Is the addon up to date?
MatterWorks
Posts: 3
Joined: Wed Mar 15, 2023 2:59 pm

Re: LinkBranch, Assembly3 same error on every operation

Post by MatterWorks »

bambuko wrote: Wed Mar 15, 2023 5:47 pm
MatterWorks wrote: Wed Mar 15, 2023 3:07 pm ....
can you share your file?
Sure. The only thing I did was locking one part in the TestAssembly
Attachments
TestAssembly.FCStd
(7.39 KiB) Downloaded 34 times
part2.FCStd
(11.64 KiB) Downloaded 36 times
part1.FCStd
(11.06 KiB) Downloaded 36 times
MatterWorks
Posts: 3
Joined: Wed Mar 15, 2023 2:59 pm

Re: LinkBranch, Assembly3 same error on every operation

Post by MatterWorks »

adrianinsaval wrote: Wed Mar 15, 2023 5:51 pm Is the addon up to date?
As I'm using the most recent version of linkStage and additionaly downloaded Assembly3 from the addon-manager I assume it's up to date.
User avatar
bambuko
Veteran
Posts: 2185
Joined: Thu Oct 24, 2019 12:53 pm
Location: UK, England, North Devon

Re: LinkBranch, Assembly3 same error on every operation

Post by bambuko »

MatterWorks wrote: Wed Mar 15, 2023 6:50 pm ...Sure...
Have a look at this (no error messages ;) )
and come back with questions...
I have made some assumptions as to what you wanted to do,
but this detail doesn't matter - we can change it easily
ass3_bambuko.zip
(31.68 KiB) Downloaded 42 times


P.S.

I can 100% recommend this:
https://help-freecad-jpg87.fr/02_ass_ind.php

great page and helps a lot with finding your way around assembly 3 :D
I am using Link branch and Assembly3
you can also download ... and try it here
excellent Assembly3 tutorials here
Post Reply