Search found 625 matches

by ebrahim raeyat
Sat Feb 06, 2021 5:55 am
Forum: Job offers
Topic: Geodesic Dome\Tunnel design
Replies: 2
Views: 2384

Re: Geodesic Dome\Tunnel design

Hi @solarman5000, also there is a python library for this task:

https://github.com/badassdatascience/pyDome, but I think all the stuff is about spherical shape. I have an idea about general shape. if you interested let me know.

Thanks.
by ebrahim raeyat
Sun Jan 31, 2021 2:10 am
Forum: Open discussion
Topic: A brief look at the rate of development by WB and a comparison to KiCAD
Replies: 30
Views: 3505

Re: A brief look at the rate of development by WB and a comparison to KiCAD

davidosterberg wrote: Sat Jan 30, 2021 9:16 am
ebrahim raeyat wrote: Sat Jan 30, 2021 9:09 am can you please share the source code for drawing these charts? thanks
Sure: https://gist.github.com/davidosterberg/ ... fa640b8141
Thanks. But I can't access it!
by ebrahim raeyat
Sat Jan 30, 2021 9:09 am
Forum: Open discussion
Topic: A brief look at the rate of development by WB and a comparison to KiCAD
Replies: 30
Views: 3505

Re: A brief look at the rate of development by WB and a comparison to KiCAD

can you please share the source code for drawing these charts? thanks
by ebrahim raeyat
Sat Jan 30, 2021 7:57 am
Forum: Job offers
Topic: Fab City - Student Jobs
Replies: 2
Views: 1696

Re: Fab City - Student Jobs

Can it be remote? thanks
by ebrahim raeyat
Thu Jan 21, 2021 9:49 am
Forum: Developers corner
Topic: object property for mm^4?
Replies: 0
Views: 1056

object property for mm^4?

Hello All. I wanted to set the moment of inertia into the object, but what kind of property can I use for mm^4 unit. I studied the code of property*.h, but it has only "App::PropertyVolume" that using for mm^3. Thanks.
by ebrahim raeyat
Mon Jan 18, 2021 9:05 am
Forum: Draft, Arch & BIM
Topic: How to create a Structural container linked to a Wire or Line?
Replies: 2
Views: 319

Re: How to create a Structural container linked to a Wire or Line?

You can create a structure from a 2D object, not a 1D object like a line. After you create the structure, it has Show Nodes Property in View tab, that you can show the structural view of this object:

related topic
by ebrahim raeyat
Mon Jan 18, 2021 8:47 am
Forum: Python scripting and macros
Topic: How to create Sketcher Constraints with Python
Replies: 26
Views: 4423

Re: How to create Sketcher Constraints with Python

Maybe this is useful, this code produce grid lines:

https://github.com/ebrahimraeyat/Civil/ ... ch/axis.py
punch.png
punch.png (17.82 KiB) Viewed 785 times
by ebrahim raeyat
Mon Jan 11, 2021 4:16 pm
Forum: Draft, Arch & BIM
Topic: Better algorithm for creating pitched roof (probably)?
Replies: 38
Views: 12491

Re: Better algorithm for creating pitched roof (probably)?

I added angles property to the roof object. Now edges with 90-degree angle takes as gable and negative angle denote for negative slope:
negative_roof.png
negative_roof.png (10.41 KiB) Viewed 2475 times
by ebrahim raeyat
Thu Jan 07, 2021 9:21 am
Forum: Draft, Arch & BIM
Topic: Better algorithm for creating pitched roof (probably)?
Replies: 38
Views: 12491

Re: Better algorithm for creating pitched roof (probably)?

Until that time, I set it in "App::PropertyIntegerList" property with 0 and 1, 1 denote that the edge is Gable:
gable3.png
gable3.png (14.47 KiB) Viewed 2508 times