Symbols Library Workbench: Difference between revisions

From FreeCAD Documentation
No edit summary
m (correction of typo)
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
==Introduction==
<translate>


==Introduction== <!--T:1-->

</translate>
{{TOCright}}
<translate>

<!--T:2-->
This repository contains a library of SVG symbols to be used in FreeCAD. Although they consist of simple SVG files, so they can also be imported inside the 3D document, they are primarily made for use on Drawing pages.
This repository contains a library of SVG symbols to be used in FreeCAD. Although they consist of simple SVG files, so they can also be imported inside the 3D document, they are primarily made for use on Drawing pages.


<!--T:3-->
It is maintained by the community of users of FreeCAD and is not part of the FreeCAD project, although it is made with the aim to bemused as a repository of parts by FreeCAD in the future.
It is maintained by the community of users of FreeCAD and is not part of the FreeCAD project, although it is made with the aim to bemused as a repository of parts by FreeCAD in the future.


==References==
==References== <!--T:4-->


<!--T:5-->
* Author: yorik
* Author: yorik
* Home page: https://github.com/FreeCAD/FreeCAD-symbols
* Home page: https://github.com/FreeCAD/FreeCAD-symbols
* Source code on github: https://github.com/FreeCAD/FreeCAD-symbols
* Source code on github: https://github.com/FreeCAD/FreeCAD-symbols


==Symbols==
==Symbols== <!--T:6-->


<!--T:7-->
[[Image:CompassRose.svg|128px]]
[[Image:CompassRose.svg|128px]]
[[Image:FirstAngleProjection.svg]]
[[Image:FirstAngleProjection.svg]]
Line 21: Line 32:
[[Image:SectionMark04.png]]
[[Image:SectionMark04.png]]


==Installation==
==Installation== <!--T:8-->


===Automatic installation===
===Automatic installation=== <!--T:9-->
See [[Installing|Installing]]


<!--T:10-->
===From GitHub===
This workbench can be installed from the [[Std_AddonMgr|Addon Manager]].


===From GitHub=== <!--T:11-->

<!--T:12-->
The library is a simple container for SVG files. You can download it anywhere and import its files in your FreeCAD projects. Inside the library, there is also a FreeCAD macro (SymbolsLibrary.FCMacro) that you can edit (you must change the path to your Library) and place in your FreeCAD macros folder. That macro creates a browser window inside FreeCAD, from which you can easily add the symbols to a selected Drawing page (or, if none is selected, the first one found in the active document) by double-clicking them.
The library is a simple container for SVG files. You can download it anywhere and import its files in your FreeCAD projects. Inside the library, there is also a FreeCAD macro (SymbolsLibrary.FCMacro) that you can edit (you must change the path to your Library) and place in your FreeCAD macros folder. That macro creates a browser window inside FreeCAD, from which you can easily add the symbols to a selected Drawing page (or, if none is selected, the first one found in the active document) by double-clicking them.


==Links to Symbols Library ==
==Links to Symbols Library == <!--T:13-->


<!--T:14-->
* Workbench Wiki:
* Workbench Wiki:
* FreeCAD Wiki:
* FreeCAD Wiki:
Line 40: Line 55:
* Report bugs: Please report bugs at [http://forum.freecadweb.org/index.php FreeCAD forum] or https://github.com/FreeCAD/FreeCAD-symbols/issues
* Report bugs: Please report bugs at [http://forum.freecadweb.org/index.php FreeCAD forum] or https://github.com/FreeCAD/FreeCAD-symbols/issues


==Other useful links==
==Other useful links== <!--T:15-->


<!--T:16-->
* [http://www.freecadweb.org/wiki/index.php?title=Sandbox:Parts_Library Parts Library], [http://www.freecadweb.org/wiki/index.php?title=Sandbox:Bolts Bolts], [http://www.freecadweb.org/wiki/index.php?title=Sandbox:Fasteners Fastners], [http://www.freecadweb.org/wiki/index.php?title=Sandbox:FCGear FCGear]
* [http://www.freecadweb.org/wiki/index.php?title=Sandbox:Parts_Library Parts Library], [http://www.freecadweb.org/wiki/index.php?title=Sandbox:Bolts Bolts], [http://www.freecadweb.org/wiki/index.php?title=Sandbox:Fasteners Fasteners], [http://www.freecadweb.org/wiki/index.php?title=Sandbox:FCGear FCGear]
* [[Template:DevWorkbenches|DevWorkbenches]]: List of workbenches in development.
* [[External_workbenches|External workbenches]]
* [[Macros_recipes|Macros recipes]]
* [[Macros_recipes|Macros recipes]]
* [[Download|FreeCAD Download]]
* [[Download|FreeCAD Download]]
Line 50: Line 66:




</translate>

[[Category:Sandbox{{#translation:}}]]

[[Category:User Documentation{{#translation:}}]]

[[Category:Addons{{#translation:}}]]

[[Category:External Workbenches{{#translation:}}]]

{{clear}}
[[Category:Sandbox]]

Revision as of 08:58, 29 August 2021

Introduction

This repository contains a library of SVG symbols to be used in FreeCAD. Although they consist of simple SVG files, so they can also be imported inside the 3D document, they are primarily made for use on Drawing pages.

It is maintained by the community of users of FreeCAD and is not part of the FreeCAD project, although it is made with the aim to bemused as a repository of parts by FreeCAD in the future.

References

Symbols

Installation

Automatic installation

This workbench can be installed from the Addon Manager.

From GitHub

The library is a simple container for SVG files. You can download it anywhere and import its files in your FreeCAD projects. Inside the library, there is also a FreeCAD macro (SymbolsLibrary.FCMacro) that you can edit (you must change the path to your Library) and place in your FreeCAD macros folder. That macro creates a browser window inside FreeCAD, from which you can easily add the symbols to a selected Drawing page (or, if none is selected, the first one found in the active document) by double-clicking them.

Links to Symbols Library

Other useful links