BOLTSFC Workbench/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(2 intermediate revisions by the same user not shown)
Line 13: Line 13:
* Author: jreinhardt Johannes Reinhardt
* Author: jreinhardt Johannes Reinhardt
* Maintainer: @bernd
* Maintainer: @bernd
* Home page: [http://www.bolts-library.org/en/index.html BOLTS]
* Home page: [https://boltsparts.github.io BOLTS]
* Source code on github: https://github.com/jreinhardt/BOLTS
* Source code on github: https://github.com/boltsparts/BOLTSFC


==Tools==
==Tools==
Line 32: Line 32:
===From GitHub===
===From GitHub===


How to [http://www.bolts-library.org/en/docs/0.3/freecad/installation.html here]
How to [https://github.com/boltsparts/BOLTSFC#readme here]


==Prerequisites==
==Prerequisites==
Line 38: Line 38:
To use BOLTS for FreeCAD
To use BOLTS for FreeCAD
* FreeCAD (http://freecadweb.org/)
* FreeCAD (http://freecadweb.org/)
* python 2.6 or 2.7
* python 3.x
* pyyaml (http://pyyaml.org/)
* pyyaml (http://pyyaml.org/)
* importlib (https://pypi.python.org/pypi/importlib/1.0.2) (only for python 2.6)
* importlib (https://pypi.python.org/pypi/importlib/1.0.2) (only for python 2.6)
Line 62: Line 62:
==Related==
==Related==


* [[Parts_Library_Workbench|Parts Library Workbench]]
* [http://www.freecadweb.org/wiki/index.php?title=Sandbox:Parts_Library Parts Library 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 12:43, 18 May 2022

Other languages:

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

The FreeCAD BOLTS External Workbench Icon

Introduzione

BOLTS is an Open Library for Technical Specifications.

References

Tools

Detailed description here

Standard Parts Selector

Installation

Automatic installation

This workbench can be installed from the Addon Manager.

From GitHub

How to here

Prerequisites

To use BOLTS for FreeCAD

is required.

Linux Installation Instructions (From GitHub)

Windows Installation Instructions (From GitHub)

Mac Installation Instructions (From GitHub)

Links to BOLTS workbench

Related