Parts Library/it

From FreeCAD Documentation
Revision as of 11:05, 22 November 2019 by Renatorivo (talk | contribs) (Created page with "La Libreria di parti di FreeCAD è una libreria di oggetti fornita dagli utenti per FreeCAD e altre applicazioni. Tutti gli oggetti contenuti nella libreria sono concessi in l...")
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


La Libreria di parti di FreeCAD è una libreria di oggetti fornita dagli utenti per FreeCAD e altre applicazioni. Tutti gli oggetti contenuti nella libreria sono concessi in licenza con una licenza Creative Commons CC-BY 3.0, il che significa che si è liberi di usarli in qualsiasi progetto. Contiene tutti i tipi di oggetti per diverse specializzazioni (parti elettriche, parti architettoniche, ecc ...) in diversi formati di file, comunemente .FCStd, .STEP e/o .BREP. Gli ultimi due formati possono essere aperti anche con altre applicazioni oltre che in FreeCAD.

The library is hosted outside of FreeCAD, at https://github.com/FreeCAD/FreeCAD-library/ and can be installed from inside FreeCAD via the Addons Manager. Once installed, the contents of the Parts library can be added to your model in different ways:

  • Simply by using the File → Import (for STEP or BREP files) or File → Merge project (for FCStd files) and navigating to the folder where the Parts library is installed (which is indicated in the addon description in the Addons Manager window)
  • By using the PartsLibrary.FCMacro tool provided with the parts library (found under menu Macro → Macros...)
  • By using the BIM_Library tool

It is also possible to not install the library, and simply download the files from the GitHub location above.