Search found 625 matches

by ebrahim raeyat
Mon Apr 22, 2024 8:36 am
Forum: Python scripting and macros
Topic: Insert object at mouse position
Replies: 5
Views: 268

Re: Insert object at mouse position

Is theren an example somewhere. Yes, I wrote a command for draw steel base plate (like cube with small height), and when user click on any point, it adds a base plate. although it has a cardinal point option for setting base plate. related short video: https://youtu.be/FahWqZey3yA https://github.co...
by ebrahim raeyat
Sun Apr 21, 2024 7:12 pm
Forum: Python scripting and macros
Topic: Insert object at mouse position
Replies: 5
Views: 268

Re: Insert object at mouse position

woogle wrote: Sun Apr 21, 2024 2:49 pm
I want to insert objects snapped to the mouse cursor. The object should not be created at 0,0,0 and then moved, but should be positioned directly with the mouse at a point [Draft Snap], e.g. a cylinder.
Do you mean like a draft point? it can be done with python macro or a new python command.
by ebrahim raeyat
Sun Apr 21, 2024 10:57 am
Forum: FEM
Topic: fcVM workbench
Replies: 191
Views: 14455

Re: fcVM workbench

ok. I didn't know about that.
by ebrahim raeyat
Sat Apr 20, 2024 7:15 pm
Forum: FEM
Topic: fcVM workbench
Replies: 191
Views: 14455

Re: fcVM workbench

fcFEM does not support shell elements, but the interface elements can be used to act as distributed springs. fcFEM supports shell elements! but I want to use spring for soil, like that xcFEM uses: https://github.com/xcfem/xc/blob/7a31c292181620ea2da7ff5da10fccbf713b1867/python_modules/model/boundar...
by ebrahim raeyat
Tue Apr 16, 2024 6:10 am
Forum: FEM
Topic: fcVM workbench
Replies: 191
Views: 14455

Re: fcVM workbench

This could be done by modelling the soil as 3D elements or with interface elements (which were available in fcFEM). However, there are two issues to consider: 1) GMSH does not allow generation of interface elements. In fcFEM I hacked my way around this, resulting in messy and slow code. 2) I want t...
by ebrahim raeyat
Sun Apr 14, 2024 8:15 pm
Forum: FEM
Topic: fcVM workbench
Replies: 191
Views: 14455

Re: fcVM workbench

I just want to thanks for your excellent work and have one question:

can it be used to model foundation on soil with springs? I mean Winkler model?

thanks again.
by ebrahim raeyat
Fri Mar 01, 2024 8:49 pm
Forum: Users Showcase
Topic: controling shear punching of Foundation
Replies: 45
Views: 22536

Re: controling shear punching of Foundation

I will add Automatic Creation of Main Bottom and Top Rebars for foundation with respect to location of openings in foundation.

https://github.com/ebrahimraeyat/OSAFE
rebars.png
rebars.png (294.96 KiB) Viewed 493 times
by ebrahim raeyat
Thu Feb 15, 2024 12:37 am
Forum: FEM
Topic: osdag, open source steel connection design
Replies: 0
Views: 388

osdag, open source steel connection design

It is not related to FreeCAD, but I think it is very interesting project:

github

site

youtube
osdag.png
osdag.png (183.76 KiB) Viewed 388 times
by ebrahim raeyat
Tue Feb 06, 2024 6:25 pm
Forum: Open discussion
Topic: [Feature Request] Python AI in FreeCad
Replies: 21
Views: 3850

Re: [Feature Request] Python AI in FreeCad

Related topic: https://forum.freecad.org/viewtopic.php?t=78086 and Automation and AI in BricsCAD BIM, It is interesting: https://issuu.com/augi/docs/aw202307hr/26 I think it can be usefull for many purposes: I am civil engineer. I want to create structure model from BIM model or from architectural p...
by ebrahim raeyat
Tue Jan 16, 2024 7:33 pm
Forum: Job offers
Topic: Software development job offer
Replies: 12
Views: 4991

Re: Software development job offer

Thanks. your current codes is written in c++ or python?