Parts Library: Difference between revisions

From FreeCAD Documentation
m ({{MenuCommand|xxx}})
m (space)
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<translate>

<!--T:1-->
The FreeCAD Parts library is a user-contributed library of objects for FreeCAD and other applications. All objects contained in the library are licensed under a Creative Commons [http://creativecommons.org/licenses/by/3.0/ CC-BY 3.0] license, which means you are free to use them in any of your projects. It contains all kinds of objects for different specialties (electrical parts, architectural parts, etc...) under different file formats, commonly .FCStd, .STEP and/or .BREP. The two latter formats can be opened with other applications that FreeCAD.
The FreeCAD Parts library is a user-contributed library of objects for FreeCAD and other applications. All objects contained in the library are licensed under a Creative Commons [http://creativecommons.org/licenses/by/3.0/ CC-BY 3.0] license, which means you are free to use them in any of your projects. It contains all kinds of objects for different specialties (electrical parts, architectural parts, etc...) under different file formats, commonly .FCStd, .STEP and/or .BREP. The two latter formats can be opened with other applications that FreeCAD.


<!--T:2-->
The library is hosted outside of FreeCAD, at https://github.com/FreeCAD/FreeCAD-library/ and can be installed from inside FreeCAD via the [[Image:AddonManager.svg|16px]] [[Std_AddonMgr|Addons Manager]]. Once installed, the contents of the Parts library can be added to your model in different ways:
The library is hosted outside of FreeCAD, at https://github.com/FreeCAD/FreeCAD-library/ and can be installed from inside FreeCAD via the [[Image:AddonManager.svg|16px]] [[Std_AddonMgr|Addons Manager]]. Once installed, the contents of the Parts library can be added to your model in different ways:


<!--T:3-->
* Simply by using the {{MenuCommand|File → Import}} (for STEP or BREP files) or {{MenuCommand|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)
* Simply by using the {{MenuCommand|File → Import}} (for STEP or BREP files) or {{MenuCommand|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 {{MenuCommand|Macro → Macros...}})
* By using the '''PartsLibrary.FCMacro''' tool provided with the parts library (found under menu {{MenuCommand|Macro → Macros...}})
* By using the [[BIM_Library|BIM_Library]] tool
* By using the [[BIM_Library|BIM_Library]] tool


<!--T:4-->
It is also possible to not install the library, and simply download the files from the GitHub location above.
It is also possible to not install the library, and simply download the files from the GitHub location above.


</translate>

Revision as of 09:00, 11 October 2019


The FreeCAD Parts library is a user-contributed library of objects for FreeCAD and other applications. All objects contained in the library are licensed under a Creative Commons CC-BY 3.0 license, which means you are free to use them in any of your projects. It contains all kinds of objects for different specialties (electrical parts, architectural parts, etc...) under different file formats, commonly .FCStd, .STEP and/or .BREP. The two latter formats can be opened with other applications that 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.