Search found 179 matches

by Turro75
Tue Sep 11, 2018 10:04 am
Forum: Assembly
Topic: Another approach to assembly solver (A2plus)
Replies: 1842
Views: 492931

Re: Another approach to assembly solver (A2plus)

My next approach will be: As the unfixing strategy is very slow especially if the reason of misplacement is not directly constrained to the one misplaced ,I'll try to unfix everything and then analyze how it works Another way is Stage 1 : merge all fully constrained objs Stage 2 : use master way wi...
by Turro75
Tue Sep 11, 2018 9:50 am
Forum: Assembly
Topic: Another approach to assembly solver (A2plus)
Replies: 1842
Views: 492931

Re: Another approach to assembly solver (A2plus)

My next approach will be: As the unfixing strategy is very slow especially if the reason of misplacement is not directly constrained to the one misplaced ,I'll try to unfix everything and then analyze how it works Another way is Stage 1 : merge all fully constrained objs Stage 2 : use master way wi...
by Turro75
Mon Sep 10, 2018 11:10 am
Forum: Assembly
Topic: Another approach to assembly solver (A2plus)
Replies: 1842
Views: 492931

Re: Another approach to assembly solver (A2plus)

Stage 2 : use master way with progressive and unfixing if needed hoping that reducing the number of objs does the job One question: Is merging of rigids compatible with recursive unfixing ? I think Yes it is, Merging simply delete one rigid and replace any reference to merged obj to the resulting o...
by Turro75
Mon Sep 10, 2018 10:01 am
Forum: Assembly
Topic: Another approach to assembly solver (A2plus)
Replies: 1842
Views: 492931

Re: Another approach to assembly solver (A2plus)

does this change has an impact on assembly file size? Hi Turro, hi manuel, also in previous versions we stored one color value per face. I assume filesize will stay constant. @Turro75: On Github, i see you are very busy. "Multimode Solver" seems very promising. Are you integrating my &quo...
by Turro75
Mon Sep 10, 2018 9:08 am
Forum: Assembly
Topic: Another approach to assembly solver (A2plus)
Replies: 1842
Views: 492931

Re: Another approach to assembly solver (A2plus)

Can anybody explain why we disassemble imported parts and rebuild as a shell instead of using a Compound shape? It seems such an obvious approach that I must be missing something. wf Hi wandererfan, your are right ! :oops: It is inside as code was mainly taken from Hamish's WB. Later this algo was ...
by Turro75
Fri Sep 07, 2018 9:46 am
Forum: Assembly
Topic: Another approach to assembly solver (A2plus)
Replies: 1842
Views: 492931

Re: Another approach to assembly solver (A2plus)

Hi Klaus, please just don't feel any time pressure! Like @Turro75 said yesterday or so, "it's ready, when it's ready." Period. I like him for this expression! Hi Manuel, the recompute issue is fixed, your icon for DOF printouts is within the toolbar. . DOF-Button.png Hi Klaus, thank you f...
by Turro75
Thu Sep 06, 2018 6:22 pm
Forum: Assembly
Topic: Another approach to assembly solver (A2plus)
Replies: 1842
Views: 492931

Re: Another approach to assembly solver (A2plus)

Koemi wrote: Thu Sep 06, 2018 1:02 pm
Your nr. 5) idea, what I think you mean works the same in SolidWorks ('Width'): http://help.solidworks.com/2017/english ... SWassy.htm
Yes it is
by Turro75
Thu Sep 06, 2018 5:59 am
Forum: Assembly
Topic: Another approach to assembly solver (A2plus)
Replies: 1842
Views: 492931

Re: Another approach to assembly solver (A2plus)

BTW I cannot display the icons of the constraints... what I get is similar to the @Turro75 image I'm attaching what do you get back when you enter this in the console? >>> import a2plib >>> a2plib.pathOfModule() Hi Wandererfan, in my pc (win10) I get >>> import a2plib >>> a2plib.pathOfModule() 'C:\...
by Turro75
Wed Sep 05, 2018 9:44 pm
Forum: Assembly
Topic: Another approach to assembly solver (A2plus)
Replies: 1842
Views: 492931

Re: Another approach to assembly solver (A2plus)

BTW I cannot display the icons of the constraints... what I get is similar to the @Turro75 image I'm attaching Hi @easyw-fc, i could not solve this problem up to now. The icons exist in WB-files, but are not found if opening assembly on another machine. Do you have an idea ? EDIT: Sorry I posted th...
by Turro75
Wed Sep 05, 2018 9:38 pm
Forum: Assembly
Topic: Another approach to assembly solver (A2plus)
Replies: 1842
Views: 492931

Re: Another approach to assembly solver (A2plus)

@Kbwbe, of course a more intensive test has to be put in place, anyway with the latest improvements and bug fixes the solver seems working very well. I would like to know if You already planned a sort of roadmap to first "public" release or what do You think we are still missing to reach ...