Search found 177 matches

by hardeeprai
Sun Aug 25, 2019 1:23 am
Forum: Google Summer of Code (GSoC)
Topic: BCF Support GSoC Proposal
Replies: 153
Views: 104560

Re: BCF Support GSoC Proposal

pPodest wrote: Mon Aug 19, 2019 4:22 pm
yorik wrote: Mon Aug 19, 2019 3:17 pm Your BCF plugin is now in the addons manager BTW! We can open the champagne
Sweet, thank you! :D
champagne.gif
Cheers!

Apologies for late joining.
by hardeeprai
Sun Aug 25, 2019 1:19 am
Forum: Google Summer of Code (GSoC)
Topic: BCF Support GSoC Proposal
Replies: 153
Views: 104560

Re: BCF Support GSoC Proposal

yorik wrote: Fri Aug 16, 2019 5:46 pmWell done! I'm playing with it now, this is functional, elegant, usable, and I see you paid attention to a lot of smaller usability details already (warning before closing unsaved file, etc..). Very impressive job you did!
Rightly said.

The project was handles in professional manner.
by hardeeprai
Sat Aug 24, 2019 11:46 pm
Forum: Open discussion
Topic: Conference
Replies: 17
Views: 5886

Re: Conference

A FreeCAD conference in India would be incredible and I would make a mighty effort to attend if it were organized :D Yes, we can have it in India. My Institute will provide venue and we do 3 GSoC participants and 2 mentors (IIRC) and many volunteers who work with FreeCAD. I have window between Nove...
by hardeeprai
Fri Aug 02, 2019 2:56 pm
Forum: Open discussion
Topic: Solving Beam Bending with SymPy
Replies: 10
Views: 2980

Re: Solving Beam Bending with SymPy

chakkree wrote: Thu Aug 01, 2019 5:53 am Test Continuous beam with 2 spans. Uniform load all 1000
Wonderful!
by hardeeprai
Thu Jul 25, 2019 1:23 pm
Forum: Open discussion
Topic: Conference
Replies: 17
Views: 5886

Re: Conference

kkremitzki wrote: Wed Jul 17, 2019 5:44 pm A FreeCAD conference in India would be incredible and I would make a mighty effort to attend if it were organized :D
Yes, we can have it in India. My Institute will provide venue and we do 3 GSoC participants and 2 mentors (IIRC) and many volunteers who work with FreeCAD.
by hardeeprai
Thu Jul 25, 2019 1:19 pm
Forum: Open discussion
Topic: Conference
Replies: 17
Views: 5886

Re: Conference

shiftee wrote: Mon Jul 15, 2019 9:02 am I think he means a FreeCAD conference, similar to the one KiCAD had recently: https://kicad-kicon.com

It might be a nice even for GSOC students to present their work etc.
Thanks for understanding me correctly ;-)

It might be just before or after GSoC's mentor submit.
by hardeeprai
Thu Jul 25, 2019 1:17 pm
Forum: Google Summer of Code (GSoC)
Topic: BCF Support GSoC Proposal
Replies: 153
Views: 104560

Re: BCF Support GSoC Proposal

pPodest wrote: Wed Jul 24, 2019 1:16 pm I have now finished the wiki page for the second coding period.
Excellent GSoC project!
by hardeeprai
Thu Jul 25, 2019 1:05 pm
Forum: Google Summer of Code (GSoC)
Topic: BCF Support GSoC Proposal
Replies: 153
Views: 104560

Re: BCF Support GSoC Proposal

Ya, well I fixed it ^^ As it turned out I didn't use the abstract classes properly. I forgot to send the sizeHintChanged event. This was the main culprit. @pPodest Great work till now. The problem you were facing about the word-wrapping was false, as you found above. Be assure, that for such common...
by hardeeprai
Sun Jul 14, 2019 4:49 am
Forum: Open discussion
Topic: Conference
Replies: 17
Views: 5886

Conference

Has FreeCAD developers / users ever conducted any conference?

I might be good, if we have one in near future.

What is your opinion?
by hardeeprai
Thu Jul 11, 2019 4:28 pm
Forum: Google Summer of Code (GSoC)
Topic: Automate Reinforcement GSoC proposal
Replies: 234
Views: 63740

Re: Automate Reinforcement GSoC proposal

Suraj Dadral wrote: Mon Jul 08, 2019 5:34 pm

Code: Select all

from ColumnReinforcement import TwoTiesSixRebars
TwoTiesSixRebars.makeTwoTiesSixRebars(<snip>)
TwoTiesSixRebars.makeTwoTiesSixRebars()

may be named as:

TwoTiesSixRebars.make()

I mean, rather than

foo.foo()

use

foo.make()