Reinforcement Workbench: Difference between revisions

From FreeCAD Documentation
No edit summary
(Fix grammar issues)
Line 12: Line 12:


<!--T:3-->
<!--T:3-->
The [[Reinforcement Workbench|Reinforcement workbench]] is an [[External workbenches|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.
The [[Reinforcement Workbench|Reinforcement workbench]] is an [[External workbenches|external workbench]] that provides tools for Reinforcement Generation and Detailing. This workbench provides an 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.


</translate>
</translate>
Line 61: Line 61:


<!--T:29-->
<!--T:29-->
*[[Image:Arch_Rebar_ColumnReinforcement.svg|32px]] [[Arch_Rebar_Circular_ColumnReinforcement|Circular ColumnReinforcement]]: Creates a reinforcing bars in a selected circular column structural element
*[[Image:Arch_Rebar_ColumnReinforcement.svg|32px]] [[Arch_Rebar_Circular_ColumnReinforcement|Circular ColumnReinforcement]]: Creates reinforcing bars in a selected circular column structural element


<!--T:14-->
<!--T:14-->
*[[Image:Arch_Rebar_ColumnReinforcement.svg|32px]] [[Arch_Rebar_ColumnReinforcement|ColumnReinforcement]]: Creates a reinforcing bars in a selected rectangular column structural element
*[[Image:Arch_Rebar_ColumnReinforcement.svg|32px]] [[Arch_Rebar_ColumnReinforcement|ColumnReinforcement]]: Creates reinforcing bars in a selected rectangular column structural element


<!--T:15-->
<!--T:15-->
*[[Image:Arch_Rebar_ColumnReinforcement.svg|32px]] [[Arch_Rebar_ColumnReinforcement_TwoTiesSixRebars|ColumnReinforcement TwoTiesSixRebars]]: Creates a reinforcing bars in a selected column structural element
*[[Image:Arch_Rebar_ColumnReinforcement.svg|32px]] [[Arch_Rebar_ColumnReinforcement_TwoTiesSixRebars|ColumnReinforcement TwoTiesSixRebars]]: Creates reinforcing bars in a selected column structural element


<!--T:16-->
<!--T:16-->

Revision as of 19:19, 6 September 2020

Reinforcement workbench icon

Introduction

The Reinforcement workbench is an external workbench that provides tools for Reinforcement Generation and Detailing. This workbench provides an 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
  • ColumnReinforcement: Creates reinforcing bars in a selected rectangular column 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!