Assembly 3 - Bug on selecting faces in 3D objects of the same instance

Discussion about the development of the Assembly workbench.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
cyberlacs
Posts: 16
Joined: Sun Aug 05, 2018 3:11 pm

Assembly 3 - Bug on selecting faces in 3D objects of the same instance

Post by cyberlacs »

I developed some 3D objects where I succeeded in all modeling, perfect what FreeCAD does.

Now I'm trying to perform the assembly, but I'm having difficulty with Assembly 3

Bug detected.

If I insert the same 3D object in my assembly set several times, example

PPS.001
PPS.002
PPS.003

When I select a face of the 3D object PPS.001 and try to select with CRTL the same face of PPS.002 and PPS.003, Assembly 3 does not allow selection.

Conclusion
I think because it is an instance projected in the screen of Part Design or Part the Assembly interprets that when selecting a face of PPS.001 when I will select the one of PPS.002 and PPS.003 Assembly 3 in its codification translates as face already selected .

Attached image just below
instancias.png
instancias.png (197.04 KiB) Viewed 1059 times
User avatar
fosselius
Posts: 381
Joined: Sat Apr 23, 2016 10:03 am
Contact:

Re: Assembly 3 - Bug on selecting faces in 3D objects of the same instance

Post by fosselius »

I am afraid i cant repeat this. are you using 0.8?

I have tried:
selection of object1
selection of object1_copy Inside Asm/Parts
selection of object1_copy
selection of object1_link
selection of object1_link inside Part
selection of object1_copy inside Part
selection of object1_link inside Part in assembly/Parts
selection of object1_copy inside Part in assembly/Parts
selection of object1_external_link
selection of object1_external_link inside Asm/Parts
Screenshot from 2018-08-07 18-51-21.png
Screenshot from 2018-08-07 18-51-21.png (105.89 KiB) Viewed 1044 times
Attachments
test2.fcstd
(13.51 KiB) Downloaded 55 times
test1.fcstd
(53.73 KiB) Downloaded 38 times
User avatar
fosselius
Posts: 381
Joined: Sat Apr 23, 2016 10:03 am
Contact:

Re: Assembly 3 - Bug on selecting faces in 3D objects of the same instance

Post by fosselius »

Improved a bit to also cover sub-assemblies

pad (unable to move pad as it is not in an container)
body - pad
part - body - pad

Link/pad
Link/body - pad
Link/part - body - pad

assembly - pad (unable to move pad as it is not in an container, rendered at same position as pad above)
assembly - body - pad
assembly - part - body - pad

assembly - assembly - pad
assembly - assembly - body - pad
assembly - assembly - part - body - pad
Screenshot from 2018-08-07 19-13-18.png
Screenshot from 2018-08-07 19-13-18.png (87.81 KiB) Viewed 1039 times
Attachments
test2.fcstd
(33.45 KiB) Downloaded 40 times
test1.fcstd
(140.98 KiB) Downloaded 44 times
cyberlacs
Posts: 16
Joined: Sun Aug 05, 2018 3:11 pm

Re: Assembly 3 - Bug on selecting faces in 3D objects of the same instance

Post by cyberlacs »

Before the post of a new release, I was using this release. https://github.com/realthunder/FreeCAD_ ... 3/releases
Preview 0.7, 2018.06.30
And this up was giving the bug described.

But after the announcement of a new version, it works perfectly. https://forum.freecadweb.org/viewtopic.php?f=20&t=25712
Preview 0.8, 2018.08.07
In assemblies with Assembly 3 I perceive a great slowness
In assemblies when I use the Move Part feature to test assembly movements it is very slow
User avatar
ceremcem
Posts: 226
Joined: Sun Jan 07, 2018 11:10 am

Re: Assembly 3 - Bug on selecting faces in 3D objects of the same instance

Post by ceremcem »

Would you consider marking this as Solved?
Post Reply