Search found 343 matches

by amrit3701
Sun Oct 03, 2021 6:17 pm
Forum: Python scripting and macros
Topic: FreeCAD external Python interpreter will not return body object on Ubuntu 20.04
Replies: 50
Views: 14762

Re: FreeCAD external Python interpreter will not return body object on Ubuntu 20.04

I did not compile FreeCAD. I just downloaded it prebuild. I am using the system installation of python to access FreeCAD through the python interface. If you want to use FreeCAD (without GUI elements), then you can try the FreeCAD docker image (compiled without GUI elements). https://wiki.freecadwe...
by amrit3701
Sun Aug 22, 2021 6:45 pm
Forum: Google Summer of Code (GSoC)
Topic: GSoC Proposal: Automate Reinforcement Process of Slab and Footing in FreeCAD
Replies: 78
Views: 39405

Re: GSoC Proposal: Automate Reinforcement Process of Slab and Footing in FreeCAD

Today, I and Shiv have a meeting related to work done by him in the second (last) evaluation.

Here is the video recording: https://www.patreon.com/posts/55210389

Shiv, please list all notes/suggestions here also. :)
by amrit3701
Thu Aug 19, 2021 3:16 pm
Forum: Google Summer of Code (GSoC)
Topic: GSoC Proposal: Automate Reinforcement Process of Slab and Footing in FreeCAD
Replies: 78
Views: 39405

Re: GSoC Proposal: Automate Reinforcement Process of Slab and Footing in FreeCAD

Hi @amrit3701 I have created a merge request for Footing reinforcement GUI for making or editing footing reinforcement. here is the merge request: https://github.com/amrit3701/FreeCAD-Reinforcement/pull/167 Hey Shiv, Yes, I will test and review your merge request shortly. BTW, are you available thi...
by amrit3701
Mon Aug 16, 2021 6:01 pm
Forum: Google Summer of Code (GSoC)
Topic: GSoC Proposal: Automate Reinforcement Process of Slab and Footing in FreeCAD
Replies: 78
Views: 39405

Re: GSoC Proposal: Automate Reinforcement Process of Slab and Footing in FreeCAD

Hi @amrit3701, I have updated merge request for edit python api and FootingReinforcement Group Object here is updated merge request: https://github.com/amrit3701/FreeCAD-Reinforcement/pull/166 Now footing reinforcement can be edited by Python edit API From Properties panel I am currently working on...
by amrit3701
Sun Aug 08, 2021 6:45 pm
Forum: Google Summer of Code (GSoC)
Topic: GSoC Proposal: Automate Reinforcement Process of Slab and Footing in FreeCAD
Replies: 78
Views: 39405

Re: GSoC Proposal: Automate Reinforcement Process of Slab and Footing in FreeCAD

1. Isolated column footing :- Structure file used: footing1.FCStd a. Isolated column footing with straight rebar mesh on bottom side. script: from FootingReinforcement import FootingReinforcement import importlib importlib.reload(FootingReinforcement) FootingReinforcement.makeFootingReinforcement( ...
by amrit3701
Mon Jul 26, 2021 5:43 pm
Forum: Google Summer of Code (GSoC)
Topic: GSoC Proposal: Automate Reinforcement Process of Slab and Footing in FreeCAD
Replies: 78
Views: 39405

Re: GSoC Proposal: Automate Reinforcement Process of Slab and Footing in FreeCAD

Shiv_Charan wrote: Mon Jul 19, 2021 6:24 pm

Hey Shiv,

How is your progress going with the footings structure element?

Can you please post your updates here? I haven't seen any activity on Github? I would suggest to regularly push your code and make smaller PR's.
by amrit3701
Tue Jul 13, 2021 5:24 pm
Forum: Google Summer of Code (GSoC)
Topic: GSoC Proposal: Automate Reinforcement Process of Slab and Footing in FreeCAD
Replies: 78
Views: 39405

Re: GSoC Proposal: Automate Reinforcement Process of Slab and Footing in FreeCAD

Implementation of UI to make slab Reinforcement is complete, including suggestions related to removing separate tabs for parallel/cross distribution rebars as discussed in meeting. here is the merge request : https://github.com/amrit3701/FreeCAD-Reinforcement/pull/158 Implementation of rebar groupi...
by amrit3701
Sat Jul 03, 2021 5:13 pm
Forum: Google Summer of Code (GSoC)
Topic: GSoC Proposal: Automate Reinforcement Process of Slab and Footing in FreeCAD
Replies: 78
Views: 39405

Re: GSoC Proposal: Automate Reinforcement Process of Slab and Footing in FreeCAD

However, we (me, yorik and shiv) are planning to schedule a weekly meeting during the weekend to track the progress report. I will record that session and share it here. :) Weekly progress report of Shiv: https://www.patreon.com/posts/implementation-53254413 Direct video link: https://www.youtube.c...
by amrit3701
Sun Jun 27, 2021 8:05 pm
Forum: Google Summer of Code (GSoC)
Topic: GSoC Proposal: Automate Reinforcement Process of Slab and Footing in FreeCAD
Replies: 78
Views: 39405

Re: GSoC Proposal: Automate Reinforcement Process of Slab and Footing in FreeCAD

This seems extremely specific: does it really belong to " Open Discussions " ? Hi Zolko, This is the GSoC project, so the project's scope was already defined in the student's project proposal. https://wiki.freecadweb.org/User:Shiv_Charan/gsoc_proposal However, we (me, yorik and shiv) are ...
by amrit3701
Mon Jun 21, 2021 6:38 pm
Forum: Google Summer of Code (GSoC)
Topic: GSoC Proposal: Automate Reinforcement Process of Slab and Footing in FreeCAD
Replies: 78
Views: 39405

Re: GSoC Proposal: Automate Reinforcement Process of Slab and Footing in FreeCAD

Shiv_Charan wrote: Sun Jun 20, 2021 3:32 pm Hi @amrit3701,

Implementation for different type of rebars for parallel and cross rebars in slab reinforcement is done.
here is commit: https://github.com/ShivCharanSharma/Fre ... 0c26a8c91d.
Nice progress! :D