Search found 442 matches

by manuelkrause
Wed Jan 16, 2019 7:01 pm
Forum: Assembly
Topic: Another approach to assembly solver (A2plus)
Replies: 1842
Views: 519683

Re: Another approach to assembly solver (A2plus)

Just to let you know, I've ATM updated my openSUSE Tumbleweed FreeCAD. The new succeeded build :-) .rpm ships with last commit "d94fc4988", which is from Jan 15th 2019.

This update doesn't change any of the previously reported things to the better (all caches cleaned before use).
by manuelkrause
Wed Jan 16, 2019 5:37 pm
Forum: Assembly
Topic: Another approach to assembly solver (A2plus)
Replies: 1842
Views: 519683

Re: Another approach to assembly solver (A2plus)

Here a small macro that could refresh Transparency if applied i.e. when refreshing the Assembly doc = FreeCAD.ActiveDocument if doc is not None: for obj in doc.Objects: if hasattr (obj, 'ViewObject'): if hasattr (obj.ViewObject, 'Transparency'): if obj.ViewObject.Transparency < 100: transparency = ...
by manuelkrause
Wed Jan 16, 2019 4:15 pm
Forum: Assembly
Topic: Another approach to assembly solver (A2plus)
Replies: 1842
Views: 519683

Re: Another approach to assembly solver (A2plus)

I have added a small PR to A2p repo to better handle transparency... For sub-assembly transparency I think we will have to be improve A2p using per face transparency as in this thread: https://forum.freecadweb.org/viewtopic.php?t=16476 Here a sample with sub-assembly per face transparency: mycube-t...
by manuelkrause
Wed Jan 16, 2019 2:37 pm
Forum: Assembly
Topic: Another approach to assembly solver (A2plus)
Replies: 1842
Views: 519683

Re: Another approach to assembly solver (A2plus)

Mmmh, I don't understand... Somehow this doesn't work on here. Already a first imported file with set transparency doesn't apply it and refresh also doesn't bring it up. (It's a Conda-like openSUSE Tumbleweed FC 0.18, and I applied the respective commit to the devel branch of A2plus and removed pyc...
by manuelkrause
Wed Jan 16, 2019 12:37 pm
Forum: Assembly
Topic: Another approach to assembly solver (A2plus)
Replies: 1842
Views: 519683

Re: Another approach to assembly solver (A2plus)

Edit: I have added a small PR I merged it to master ! :D Mmmh, I don't understand... Somehow this doesn't work on here. Already a first imported file with set transparency doesn't apply it and refresh also doesn't bring it up. (It's a Conda-like openSUSE Tumbleweed FC 0.18, and I applied the respec...
by manuelkrause
Tue Jan 15, 2019 6:49 pm
Forum: Assembly
Topic: Another approach to assembly solver (A2plus)
Replies: 1842
Views: 519683

Re: Another approach to assembly solver (A2plus)

kbwbe wrote: Tue Jan 15, 2019 6:36 pm
manuelkrause wrote: Tue Jan 15, 2019 6:30 pm Can you, please, reset it to your devel state, that I can start with fresh source?
No problem, is done ! ;)
Thanks, Klaus,
have you won any further info about the transparency workarounds yet? If so, please let me know. Even a text file of possibly useful code snippets is highly appreciated!
by manuelkrause
Tue Jan 15, 2019 6:30 pm
Forum: Assembly
Topic: Another approach to assembly solver (A2plus)
Replies: 1842
Views: 519683

Re: Another approach to assembly solver (A2plus)

Hi Manuel, it seems to be the general FC transparency bug. Nothing regarding transparency was changed within A2plus with this release. If you have look at last uploaded files of @easyw-fc, the objects should be transparent. But only opening the file, they are not! I have set all objects to non tran...
by manuelkrause
Tue Jan 15, 2019 6:18 pm
Forum: Assembly
Topic: Another approach to assembly solver (A2plus)
Replies: 1842
Views: 519683

Re: Another approach to assembly solver (A2plus)

something like that? axis-coincident.png ASM.KKM-1309.01b.fcstd ... Have you only done this by the last axisCoincident constraint or by also using workarounds? Hi Guy's, as "cylindersTangent" constraint is still on my todo list, this is some magic of @easyw-fc. I am curious how this was p...
by manuelkrause
Tue Jan 15, 2019 5:56 pm
Forum: Assembly
Topic: Another approach to assembly solver (A2plus)
Replies: 1842
Views: 519683

Re: Another approach to assembly solver (A2plus)

Hi everyone, a new release of A2plus is out ! V0.2.5 What's new ? - new XML document reader, avoiding use of libexpat.so due to recent problems with that library within FC - partlist/BOM now more stable on many different systems - new command "recursive update of imported parts". (To be a...
by manuelkrause
Tue Jan 15, 2019 4:36 pm
Forum: Assembly
Topic: Another approach to assembly solver (A2plus)
Replies: 1842
Views: 519683

Re: Another approach to assembly solver (A2plus)

something like that? axis-coincident.png ASM.KKM-1309.01b.fcstd Exactly this, my dear! Have you only done this by the last axisCoincident constraint or by also using workarounds? EDIT: P.S. please don't mind that several measurements aren't correct in that model. I wanted to solve the questions ahe...