Reinforcement Workbench: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
mNo edit summary
Line 66: Line 66:


<!--T:21-->
<!--T:21-->
*[[Image:Arch_Rebar_Drawing.svg|32px]] [[Arch_Rebar_Drawing| Reinforcement Drawing]]: Creates drawing of reinforcing bars.
*[[Image:Reinforcement_Bar_Bending_Schedule.svg|32px]] [[Reinforcement_Bar_Bending_Schedule| Reinforcement Bar Bending Schedule]]: Creates bar bending schedule of reinforcing bars.


<!--T:22-->
<!--T:22-->
*[[Image:Arch_Rebar_Dimensioning.svg|32px]] [[Arch_Rebar_Dimensioning| Reinforcement Dimensioning]]: Creates dimensioning of reinforcing bars in [[Arch Rebar Drawing|Reinforcement Drawing]].
*[[Image:Arch_Rebar_Drawing.svg|32px]] [[Arch_Rebar_Drawing| Reinforcement Drawing]]: Creates drawing of reinforcing bars.


<!--T:23-->
<!--T:23-->
*[[Image:Arch_Rebar_Dimensioning.svg|32px]] [[Arch_Rebar_Dimensioning| Reinforcement Dimensioning]]: Creates dimensioning of reinforcing bars in [[Arch Rebar Drawing|Reinforcement Drawing]].

<!--T:24-->
*[[Image:Arch_Rebar_Drawing_Dimensioning.svg|32px]] [[Arch_Rebar_Drawing_Dimensioning| Reinforcement Drawing Dimensioning]]: Creates drawing and dimensioning of reinforcing bars.
*[[Image:Arch_Rebar_Drawing_Dimensioning.svg|32px]] [[Arch_Rebar_Drawing_Dimensioning| Reinforcement Drawing Dimensioning]]: Creates drawing and dimensioning of reinforcing bars.




== External workbenches == <!--T:24-->
== External workbenches == <!--T:25-->


<!--T:25-->
<!--T:26-->
FreeCAD workbenches are easy to program in [[Python|Python]], there are therefore many people developing additional workbenches outside of the FreeCAD main developers.
FreeCAD workbenches are easy to program in [[Python|Python]], there are therefore many people developing additional workbenches outside of the FreeCAD main developers.


<!--T:26-->
<!--T:27-->
The [[external workbenches|external workbenches]] page has some information and tutorials on some of them, and the [https://github.com/FreeCAD/FreeCAD-addons FreeCAD Addons] project aims at gathering them and making them easily installable from within FreeCAD.
The [[external workbenches|external workbenches]] page has some information and tutorials on some of them, and the [https://github.com/FreeCAD/FreeCAD-addons FreeCAD Addons] project aims at gathering them and making them easily installable from within FreeCAD.


<!--T:27-->
<!--T:28-->
New workbenches are in development, stay tuned!
New workbenches are in development, stay tuned!



Revision as of 16:43, 4 September 2020

Reinforcement workbench icon

Introduction

The Reinforcement workbench is an external workbench which provides tools for Reinforcement Generation and Detailing. This workbench provides interface and presets for the creation of common rebar types. And tools to generate rebars bill of material, rebar shape cut list, bar bending schedule and rebars drawing and dimension.

Installing

The Reinforcement workbench is not bundled with the default FreeCAD package, but can easily be installed via the Addon Manager. Install it from Tools → Addon manager → Reinforcement. The Reinforcement workbench code is hosted and developed on github and can also be installed manually by copying it into FreeCAD's MOD directory.

Tools

Reinforcement Generation

  • Straight Rebar: Creates a Straight reinforcement bar in a selected structural element
  • UShape Rebar: Creates a UShape reinforcement bar in a selected structural element
  • LShape Rebar: Creates a LShape reinforcement bar in a selected structural element
  • Bent Shape Rebar: Creates a Bent Shape reinforcement bar in a selected structural element
  • Stirrup Rebar: Creates a Stirrup reinforcement bar in a selected structural element
  • Helical Rebar: Creates a Helical reinforcement bar in a selected structural element
  • Rebar: Creates a custom reinforcement bar in a selected structural element using a sketch

Reinforcement Detailing


External workbenches

FreeCAD workbenches are easy to program in Python, there are therefore many people developing additional workbenches outside of the FreeCAD main developers.

The external workbenches page has some information and tutorials on some of them, and the FreeCAD Addons project aims at gathering them and making them easily installable from within FreeCAD.

New workbenches are in development, stay tuned!