Symbols Library Workbench/hr: Difference between revisions

From FreeCAD Documentation
(Created page with "===Automatska instalacija===")
(Updating to match new version of source page)
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
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.


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 be used as a repository of parts by FreeCAD in the future.


==References==
==References==
Line 25: Line 25:
[[Image:SectionMark04.png]]
[[Image:SectionMark04.png]]


<span id="Installation"></span>
==Instalacija==
==Instalacija==


<span id="Automatic_installation"></span>
===Automatska instalacija===
===Automatska instalacija===


This workbench can be installed from the [[Std_AddonMgr|Addon Manager]].
See [[Installing|Installing]]


===From GitHub===
===From GitHub===
Line 47: Line 49:
==Other useful links==
==Other useful links==


* [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]
* [[External_workbenches|External workbenches]]
* [[Template:DevWorkbenches|DevWorkbenches]]: List of workbenches in development.
* [[Macros_recipes|Macros recipes]]
* [[Macros_recipes|Macros recipes]]
* [[Download|FreeCAD Download]]
* [[Download|FreeCAD Download]]

Latest revision as of 20:41, 2 July 2023

Other languages:

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 be used as a repository of parts by FreeCAD in the future.

References

Symbols

Instalacija

Automatska instalacija

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