FC v0.17 - parts linking to files (parts library)

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
dyleks
Posts: 14
Joined: Mon Feb 12, 2018 8:10 pm

FC v0.17 - parts linking to files (parts library)

Post by dyleks »

Hi,
sorry if there is somewhere answer for my question but I could not find it.
My idea is to have library (folder) with created parts (one part per one file).
Is there any way to use this files in "root project" file as from library ?
I know that I can merge them by selecting file by file, but this creates copy
inside "root project" and this is what I want to avoid.

Thanks in advance.
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: FC v0.17 - parts linking to files (parts library)

Post by triplus »

Assembly 2 has a basic capability to import Parts in i guess such way. In addition a (big) part of Assembly 3 effort is Links effort. Check them out as it sounds to me they are related to your use case.
User avatar
HarryGeier
Veteran
Posts: 1231
Joined: Mon Jul 10, 2017 12:36 pm
Location: Hof Germany

Re: FC v0.17 - parts linking to files (parts library)

Post by HarryGeier »

I don´t think so. Assembly 3 has linking, which basically does what you intend..

https://forum.freecadweb.org/viewtopic. ... &start=300

but Assembly 3 is not yet a part of FC , not even as a workbench, to test you must use a dedicated version... see the thread linked

I know this way of working from Solidworks( SLDPART->SLDASM ), but i also know that it leads to companies need to buy a PDM system, as changes on a file, will lead to changes in ALL files that refer to this file externally.. So, you should only merge oder whatever finally fixed objects anyway.. and then it does not really make a difference if you COPY in or Reference OUTSIDE.
Kaum macht man´s richtig , gehts´s
My Video Tutorials on Youtube: https://www.youtube.com/channel/UCoe3B ... p8Q/videos
My FreeCAD Stuff on Hidrive: https://my.hidrive.com/share/qr3l1yddy6#$/
User avatar
easyw-fc
Veteran
Posts: 3633
Joined: Thu Jul 09, 2015 9:34 am

Re: FC v0.17 - parts linking to files (parts library)

Post by easyw-fc »

Assembly3 Link is exactly the function requested:
https://github.com/realthunder/FreeCAD_ ... cepts#link
dyleks
Posts: 14
Joined: Mon Feb 12, 2018 8:10 pm

Re: FC v0.17 - parts linking to files (parts library)

Post by dyleks »

Thank you. Assembly3 is what I exacly was looking for :)
Post Reply