FreeCAD Logo FreeCAD 1.0
  • English Afrikaans Arabic Belarusian Catalan Czech German Greek Spanish Spanish Basque Finnish Filipino French Galician Croatian Hungarian Indonesian Italian Japanese Kabyle Korean Lithuanian Dutch Norwegian Bokmal Polish Portuguese Portuguese Romanian Russian Slovak Slovenian Serbian Swedish Turkish Ukrainian Valencian Vietnamese Chinese Chinese
  • Features
  • Download
  • Blog
  • Documentation
    Documentation index Getting started Users documentation The FreeCAD manual Workbenches documentation Python coding documentation C++ coding documentation Tutorials Frequently asked questions Privacy policy About FreeCAD
  • Contribute
    How to help Sponsor Report a bug Make a pull request Jobs and funding Contribution guidelines Developers handbook Translations
  • Community
    Code of conduct Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendar
  • ♥ Donate

Donate

$
SEPA Information
Please set up your SEPA bank transfer to:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Bank agency: BNP Paribas Fortis
Address: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!

Tutorial
Topic
Example Slab Having L-Shape Rebars Reinforcement Mesh
Level
Intermediate
Time to complete
Authors
Shiv Charan
FreeCAD version
0.20
Example files
See also
None

Description

The Reinforcement SlabRebars tool allows the user to create reinforcing bars inside a Slab Arch Structure object.

This tool is part of the Reinforcement Workbench, an external workbench that can be installed with the Addon Manager.

In this example we will create Slab Reinforcement having L-Shape Rebars for both direction as shown in below figure.

A Example of Slab Reinforcement having L-Shape Rebars in Slab Arch Structure

Usage

1. Select any face of a previously created Slab Arch Structure object. as shown in below image.

Selected face for Slab Arch Structure

2. Then select Slab Reinforcement from the rebar tools.

3. A dialog box will pop-out on screen as shown below.

Dialog Box for the Slab Reinforcement

4. Select the desired type of cover of reinforcement mesh (Top or Bottom) In example Bottom is selected.

5. Select the LShapeRebar rebar type and other input data for rebars in parallel direction of selected face as show in below image.

Dialog Box for Slab Reinforcement of the Rebars in parallel direction of selected face

6. Now click on Next button or select Cross Rebars in list view.

7. Now select LShapeRebar rebar type and other desired data for input data for rabars in cross direction of selected face as show in below image.

Dialog Box for Slab Reinforcement of the Rebars in cross direction of selected face

8. Click OK or Apply or Finish to generate Slab reinforcement.

9. Click Cancel to exit the dialog box.

Properties Used for Slab Reinforcement Having L-Shape Rebars

Properties for Rebars in Parallel Direction to selected face:

  • DataMesh Cover Along: It represent alignment of rebar mesh along top or bottom face of structure. It can have two values "Top" and "Bottom".
  • DataRebar Type: Type of rebar for parallel rebars for slab reinforcement. It can have four values 'StraightRebar', 'LShapeRebar', 'UShapeRebar', 'BentShapeRebar'.
  • DataFront Cover: The distance between parallel rebar and selected face.
  • DataLeft Cover: The distance between the left end of the parallel rebar to the left face of the structure.
  • DataRight Cover: The distance between the right end of the parallel rebar to right face of the structure.
  • DataBottom Cover: The distance between parallel rebars from the bottom face of the structure.
  • DataTop Cover: The distance between parallel rebars from the top face of the structure.
  • DataRear Cover: Rear cover for slab reinforcement of parallel rebars.
  • DataHook Orientation: It represents orintation of hook of parallel L-Shape rebar if parallel_rebar_type is LShapeRebar. It can have three values "Left", "Right","Alternate".
  • DataDiameter: Diameter of parallel rebars.
  • DataRounding: A rounding value to be applied to the corners of the bars, expressed in times of diameter of parallel rebars.
  • DataAmount: It contains count of parallel rebars.
  • DataSpacing: It contains spacing between parallel rebars.

Properties for Rebars in Cross Direction to selected face:

  • DataRebar Type: Type of rebar for cross rebars for slab reinforcement. It can have four values 'StraightRebar', 'LShapeRebar', 'UShapeRebar', 'BentShapeRebar'.
  • DataFront Cover: The distance between cross rebar and selected face.
  • DataLeft Cover: The distance between the left end of the cross rebar to the left face of the structure.
  • DataRight Cover: The distance between the right end of the cross rebar to right face of the structure.
  • DataBottom Cover: The distance between cross rebars from the bottom face of the structure.
  • DataTop Cover: The distance between cross rebars from the top face of the structure.
  • DataRear Cover: Rear cover for slab reinforcement of cross rebars.
  • DataRounding: A rounding value to be applied to the corners of the bars, expressed in times of diameter of cross rebars.
  • DataHook Orientation: It represents orintation of hook of corss L-Shape rebar if cross_rebar_type is LShapeRebar. It can have three values "Left", "Right","Alternate".
  • DataDiameter: Diameter of cross rebars
  • DataAmount: It contains count of cross rebars.
  • DataSpacing: It contains spacing between cross rebars.

Scripting

See also: Arch API, Reinforcement API and FreeCAD Scripting Basics.

The Slab Reinforcement tool can be used from the Python console by using the following function:

Create Slab Reinforcement of L-Shape Rebars

To create Slab reinforcement L-Shape Rebars as shown in above figures you can use makeSlabReinforcement function as follows:

from SlabReinforcement.SlabReinforcement import makeSlabReinforcement
SlabReinforcementGroup = makeSlabReinforcement(
    parallel_rebar_type="LShapeRebar",
    parallel_front_cover=20,
    parallel_rear_cover=20,
    parallel_left_cover=10,
    parallel_right_cover=10,
    parallel_top_cover=30,
    parallel_bottom_cover=20,
    parallel_rounding=2,
    parallel_diameter=8,
    parallel_amount_spacing_check=True,
    parallel_amount_spacing_value=10,
    parallel_l_shape_hook_orintation= "Alternate",
    cross_rebar_type="LShapeRebar",
    cross_front_cover=20,
    cross_rear_cover=20,
    cross_left_cover=10,
    cross_right_cover=10,
    cross_top_cover=20,
    cross_bottom_cover=20,
    cross_rounding=2,
    cross_diameter=8,
    cross_amount_spacing_check=True,
    cross_amount_spacing_value=10,
    cross_l_shape_hook_orintation= "Alternate",
    mesh_cover_along = "Bottom",
    structure=App.getDocument("slab").getObject("Beam"),
    facename='Face4',
)
  • Creates a SlabReinforcementGroup object for slab reinforcement having L-Shape rebars for the given structure, which is a Slab Arch Structure, and facename, which is a face of that structure.
    • If no structure nor facename are given, it will take the user selected face as input.

Properties used for slab reinforcement having L-Shape rebars for scripting reinforcement

Properties for Rebars in Parallel Direction to selected face:

  • Dataparallel_rebar_type: Type of rebar for parallel rebars for slab reinforcement. It can have four values 'StraightRebar', 'LShapeRebar', 'UShapeRebar', 'BentShapeRebar'.
  • Dataparallel_front_cover: The distance between parallel rebar and selected face.
  • Dataparallel_rear_cover: Rear cover for slab reinforcement of parallel rebars.
  • Dataparallel_left_cover: The distance between the left end of the parallel rebar to the left face of the structure.
  • Dataparallel_right_cover: The distance between the right end of the parallel rebar to right face of the structure.
  • Dataparallel_top_cover: The distance between parallel rebars from the top face of the structure.
  • Dataparallel_bottom_cover: The distance between parallel rebars from the bottom face of the structure.
  • Dataparallel_l_shape_hook_orintation: It represents orintation of hook of parallel L-Shape rebar if parallel_rebar_type is LShapeRebar. It can have three values "Left", "Right","Alternate"
  • Dataparallel_diameter: Diameter of parallel rebars.
  • Dataparallel_amount_spacing_check: If is set to True, then value of parallel_amount_spacing_value is used as rebars count else parallel_amount_spacing_value's value is used as spacing in parallel rebars.
  • Dataparallel_amount_spacing_value: It contains count of rebars or spacing between parallel rebars based on value of amount_spacing_check.
  • Dataparallel_rounding: A rounding value to be applied to the corners of the bars, expressed in times the parallel_diameter.

Properties for Rebars in Cross Direction to selected face:

  • Datacross_rebar_type: Type of rebar for cross rebars for slab reinforcement. It can have four values 'StraightRebar', 'LShapeRebar', 'UShapeRebar', 'BentShapeRebar'.
  • Datacross_front_cover: The distance between cross rebar and cross_face (face perpendicular to selected face).
  • Datacross_rear_cover: Rear cover for slab reinforcement of cross rebars.
  • Datacross_left_cover: The distance between the left end of the cross rebar to the left face of the structure.
  • Datacross_right_cover: The distance between the right end of the rebar to right face of the structure relative to cross_face.
  • Datacross_top_cover: The distance between cross rebar from the top face of the structure.
  • Datacross_bottom_cover: The distance between cross rebar from the bottom face of the structure.
  • Datacross_l_shape_hook_orintation: It represents orintation of hook of cross L-Shape rebar if cross_rebar_type is LShapeRebar. It can have three values "Left", "Right", "Alternate"
  • Datacross_diameter: Diameter of cross rebars.
  • Datacross_amount_spacing_check: If is set to True, then value of cross_amount_spacing_value is used as rebars count else cross_amount_spacing_value's value is used as spacing in rebars.
  • Datacross_amount_spacing_value: It contains count of rebars or spacing between rebars based on value of cross_amount_spacing_check.
  • Datacross_rounding: A rounding value to be applied to the corners of the bars, expressed in times the cross_diameter.

Common Properties for Parallel and Cross Rebars:

  • Datamesh_cover_along: It can have two values "Top" and "Bottom". It represent alignment of rebar mesh along top or bottom face of structure.
  • Datastructure: Arch structure object. Default is None
  • Datafacename: selected face of structure. Default is None

Edition of Slab Reinforcement having L-Shape Rebars

You can change the properties of the Slab Reinforcement having L-Shape Rebars by using editSlabReinforcement function as follows:

from SlabReinforcement.SlabReinforcement import editSlabReinforcement
SlabReinforcementGroup = editSlabReinforcement(
    SlabReinforcementGroup,
    parallel_rebar_type="LShapeRebar",
    parallel_front_cover=20,
    parallel_rear_cover=20,
    parallel_left_cover=10,
    parallel_right_cover=10,
    parallel_top_cover=30,
    parallel_bottom_cover=20,
    parallel_rounding=2,
    parallel_diameter=8,
    parallel_amount_spacing_check=True,
    parallel_amount_spacing_value=15,
    parallel_l_shape_hook_orintation= "Alternate",
    cross_rebar_type="LShapeRebar",
    cross_front_cover=20,
    cross_rear_cover=20,
    cross_left_cover=10,
    cross_right_cover=10,
    cross_top_cover=20,
    cross_bottom_cover=20,
    cross_rounding=2,
    cross_diameter=8,
    cross_amount_spacing_check=True,
    cross_amount_spacing_value=15,
    cross_l_shape_hook_orintation= "Alternate",
    mesh_cover_along = "Bottom",
    structure=App.getDocument("slab").getObject("Beam"),
    facename='Face4',
)
  • slabReinforcementGroup is a previously created Slab Reinforcement group object.
  • The other parameters are the same as required by the makeSingleTieFourRebars() function.

you can change any property to edit Slab Reinforcement.

This page is retrieved from https://wiki.freecad.org/Example_Slab_Having_LShape_Rebars_Reinforcement_Mesh

Get in touch!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© The FreeCAD Team. Homepage image credits (top to bottom): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

This project is supported by: , KiCad Services Corp. and other sponsors

GitHubImprove this page on GitHub