BOLTSFC Workbench: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
mNo edit summary
 
(7 intermediate revisions by 4 users not shown)
Line 18: Line 18:
* 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== <!--T:6-->
==Tools== <!--T:6-->
Line 37: Line 37:


<!--T:12-->
<!--T:12-->
This workbench can be installed from the [[Std_AddonMgr|Addon Manager]].
See [[Installing|Installing]]


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


<!--T:14-->
<!--T:14-->
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== <!--T:15-->
==Prerequisites== <!--T:15-->
Line 49: Line 49:
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 78: Line 78:


<!--T:23-->
<!--T:23-->
* [[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]]
* [[Template:DevWorkbenches|DevWorkbenches]]: List of workbenches in development.
* [[Macros_recipes|Macros recipes]]
* [[Macros_recipes|Macros recipes]]



Latest revision as of 12:42, 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

Introduction

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