Parts Library Workbench/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
Line 30: Line 30:
How to [https://github.com/FreeCAD/FreeCAD-library here]
How to [https://github.com/FreeCAD/FreeCAD-library here]


The library is a simple container for FreeCAD (.fcstd) and STEP (.stp) files. You can download it anywhere and import its files in your FreeCAD projects. Inside the library, there is also a FreeCAD macro (PartsLibrary.FCMacro) that you can place in your FreeCAD macros folder. That macro creates a browser window inside FreeCAD, from which you can easily add the parts by double-clicking them.
The library is a simple container for FreeCAD (.fcstd) and STEP (.stp) files. You can download it anywhere and import its files in your FreeCAD projects. Inside the library, there is also a FreeCAD [[Macro_PartsLibrary|Macro PartsLibrary]] that you can place in your FreeCAD macros folder. That macro creates a browser window inside FreeCAD, from which you can easily add the parts by double-clicking them.


==Links to PartsLibrary workbench==
==Links to PartsLibrary workbench==


* Workbench Wiki:
* Workbench Wiki:
* FreeCAD Wiki: [http://www.freecadweb.org/wiki/index.php?title=Macro_PartsLibrary Macro PartsLibrary]
* FreeCAD Wiki: [[Macro_PartsLibrary|Macro PartsLibrary]]
* FreeCAD Forum: http://forum.freecadweb.org/viewtopic.php?f=10&t=1378
* FreeCAD Forum: http://forum.freecadweb.org/viewtopic.php?f=10&t=1378
* Tutorials:
* Tutorials:
Line 45: Line 45:
==Other useful links==
==Other useful links==


* [[Macro_BOLTS|Macro BOLTS]]
* [http://www.freecadweb.org/wiki/index.php?title=Sandbox:Bolts BOLTS WB]
* [[Fasteners_Workbench|Fasteners Workbench]]
* [http://www.freecadweb.org/wiki/index.php?title=Sandbox:Fasteners Fasteners WB]
* [[External_workbenches|External workbenches]]
* [[External_workbenches|External workbenches]]
* [[Macros_recipes|Macros recipes]]
* [[Macros_recipes|Macros recipes]]

Latest revision as of 10:07, 6 May 2022

Other languages:

Introduzione

Questo repository contiene una libreria di parti da utilizzare in FreeCAD. È mantenuto dalla comunità degli utenti di FreeCAD e non fa parte del progetto FreeCAD, sebbene sia realizzato con l'obiettivo di essere utilizzato in futuro come repository di parti da FreeCAD.

Riferimenti

Strumenti

Detailed description here

Parts Library Selector

Installazione

Automatic installation

This workbench can be installed from the Addon Manager.

From GitHub

How to here

The library is a simple container for FreeCAD (.fcstd) and STEP (.stp) files. You can download it anywhere and import its files in your FreeCAD projects. Inside the library, there is also a FreeCAD Macro PartsLibrary that you can place in your FreeCAD macros folder. That macro creates a browser window inside FreeCAD, from which you can easily add the parts by double-clicking them.

Links to PartsLibrary workbench

Other useful links