Automate Reinforcement GSoC proposal

Contributions from the participants, questions and answers to their projects.
Discussions of proposals for upcoming events.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
Suraj Dadral
Posts: 307
Joined: Fri Sep 07, 2018 5:32 pm
Contact:

Re: Automate Reinforcement GSoC proposal

Post by Suraj Dadral »

ebrahim raeyat wrote: Sat Aug 31, 2019 2:27 pm
Thanks @Suraj. do you have any plan for multi beam reinforcement? I mean continues beams.
Thanks @ebrahim raeyat. I don't know much about multi beam reinforcement yet. I will be happy do implement this. I will try to get more information about it and will let you know soon.
ebrahim raeyat wrote: Sat Aug 31, 2019 2:27 pm and another question:
I want to produce 2d drafting for concrete structures, like in my pyconcrete github. do you think i can use your work for this goal or i must work from scratch? till now i can give some parameters from user and produce 2D beam drawing, but i want to first bring this drafting in freecad and let user to modify some parameters and then export it to dxf or dwg format.

related topic: automation if design
I will first read your provided links and will then let you know.

Thanks,
User avatar
Suraj Dadral
Posts: 307
Joined: Fri Sep 07, 2018 5:32 pm
Contact:

Re: Automate Reinforcement GSoC proposal

Post by Suraj Dadral »

bitacovir wrote: Sun Jan 19, 2020 1:52 pm Is it available this automate reinforcement?
I just installed the rebar addon and these are not present in the list of options.
These new tools are now available in rebar addon.
Try updating rebar addon from addon manager.

Thanks,
User avatar
bitacovir
Veteran
Posts: 1570
Joined: Sat Apr 19, 2014 6:23 am
Contact:

Re: Automate Reinforcement GSoC proposal

Post by bitacovir »

Suraj Dadral wrote: Wed Mar 11, 2020 1:55 pm
These new tools are now available in rebar addon.
Try updating rebar addon from addon manager.

Thanks,
Thank you :)
::bitacovir::
==================
One must be absolutely modern.
Arthur Rimbaud (A Season in Hell -1873)

Canal Youtube Grupo Telegram de FreeCAD Español

My personal web site
My GitHub repository
Mini Airflow Tunnel Project
User avatar
bitacovir
Veteran
Posts: 1570
Joined: Sat Apr 19, 2014 6:23 am
Contact:

Re: Automate Reinforcement GSoC proposal

Post by bitacovir »

Suraj Dadral wrote: Wed Mar 11, 2020 1:55 pm
Suraj Dadral. I noticed the icons of the Column and Beam Rebar do not follow FreeCAD Art guidelines. I can give you new icons for your addon, if you want.
Column.svg
(27.3 KiB) Downloaded 91 times
Beam.svg
(24.7 KiB) Downloaded 77 times
Column Icon
Column Icon
inkscape_g9VT9chKmf.png (15.77 KiB) Viewed 3058 times
Beam Icon
Beam Icon
inkscape_lyX3KqMu0G.png (13.16 KiB) Viewed 3058 times
freecad_Kttm9q0ySX.png
freecad_Kttm9q0ySX.png (19.18 KiB) Viewed 3058 times
::bitacovir::
==================
One must be absolutely modern.
Arthur Rimbaud (A Season in Hell -1873)

Canal Youtube Grupo Telegram de FreeCAD Español

My personal web site
My GitHub repository
Mini Airflow Tunnel Project
User avatar
Suraj Dadral
Posts: 307
Joined: Fri Sep 07, 2018 5:32 pm
Contact:

Re: Automate Reinforcement GSoC proposal

Post by Suraj Dadral »

bitacovir wrote: Sat Mar 14, 2020 1:24 am
Suraj Dadral. I noticed the icons of the Column and Beam Rebar do not follow FreeCAD Art guidelines. I can give you new icons for your addon, if you want.
Thanks @bitacovir. I added your icons and sent PR to @amrit3701 as here: https://github.com/amrit3701/FreeCAD-Re ... nt/pull/40
And also updated icons in FreeCAD wiki:
https://wiki.freecadweb.org/File:Arch_R ... cement.svg
https://wiki.freecadweb.org/File:Arch_R ... cement.svg

Thanks,
User avatar
ebrahim raeyat
Posts: 619
Joined: Sun Sep 09, 2018 7:00 pm
Location: Iran
Contact:

Re: Automate Reinforcement GSoC proposal

Post by ebrahim raeyat »

Suraj Dadral wrote: Sun Jan 19, 2020 2:06 pm
I will first read your provided links and will then let you know.

Thanks,
Hi @Suraj, did you read my links about continuous beams? I am trying to implement my pyconcrete in FreeCAD. I will be appreciated to look at that
User avatar
ebrahim raeyat
Posts: 619
Joined: Sun Sep 09, 2018 7:00 pm
Location: Iran
Contact:

Re: Automate Reinforcement GSoC proposal

Post by ebrahim raeyat »

Hi @Suraj Dadral and others, how do you guys test these codes? exactly I mean how we can apply TDD approach with freecad?
Bance
Veteran
Posts: 4186
Joined: Wed Feb 11, 2015 3:00 pm
Location: London

Re: Automate Reinforcement GSoC proposal

Post by Bance »

FYI this thread is continued here:-https://forum.freecadweb.org/viewtopic. ... &start=170

Steve.
User avatar
Suraj Dadral
Posts: 307
Joined: Fri Sep 07, 2018 5:32 pm
Contact:

Re: Automate Reinforcement GSoC proposal

Post by Suraj Dadral »

ebrahim raeyat wrote: Mon Jul 13, 2020 1:44 pm
Suraj Dadral wrote: Sun Jan 19, 2020 2:06 pm
I will first read your provided links and will then let you know.

Thanks,
Hi @Suraj, did you read my links about continuous beams? I am trying to implement my pyconcrete in FreeCAD. I will be appreciated to look at that
Hi @ebrahim raeyat,

I apologies for being late as I was focusing on Automated Reinforcement Drawing/Dimensioning as pointed by @Bance.

I had a look at your latest work (on 14 March).
The drawing plan dxf output produced by your code looks marvelous :D.

As we are now moving towards automated drawing/dimensioning of rebars, so we can also utilize your code to generated drawings in dxf format.
Please let me know if I may help you in any way.

Thanks,
User avatar
Suraj Dadral
Posts: 307
Joined: Fri Sep 07, 2018 5:32 pm
Contact:

Re: Automate Reinforcement GSoC proposal

Post by Suraj Dadral »

ebrahim raeyat wrote: Sat Jul 25, 2020 7:23 am Hi @Suraj Dadral and others, how do you guys test these codes?
As in case of code related to reinforcement, we do manual testing.

ebrahim raeyat wrote: Sat Jul 25, 2020 7:23 am exactly I mean how we can apply TDD approach with freecad?
Not sure, but this maybe helpful: https://wiki.freecadweb.org/Testing

Thanks,
Post Reply