Search found 625 matches

by ebrahim raeyat
Wed Mar 29, 2023 10:14 am
Forum: FEM
Topic: new features in the FEM WB - March 2023
Replies: 5
Views: 27340

Re: new features in the FEM WB - March 2023

- the existing spring constraint can now be used for Elmer mechanical analyses: https://wiki.freecad.org/FEM_ConstraintSpring (used in the https://wiki.freecad.org/FEM_Examples for of the deformation example) Thanks for great improvements! I examined the springs for Elmer solver and it gives me thi...
by ebrahim raeyat
Sun Mar 26, 2023 10:26 pm
Forum: IFC
Topic: Structural IFC interface for XC.
Replies: 7
Views: 9266

Re: Structural IFC interface for XC.

Are there any development for structural IFC read and write in FreeCAD? regard to new IFC native import?
by ebrahim raeyat
Sun Mar 26, 2023 10:09 pm
Forum: FEM
Topic: XC, opensource structural engineering FEM code
Replies: 61
Views: 15907

Re: XC, opensource structural engineering FEM code

Good news for windows users:
with WSL technology, XC can be installed in windows 10 and 11 and even show the GUI results. In windows 11 you can view the GUI results out of the box.
also user can debug codes with VSCode with WSL extention. it is very interesting:
wsl.png
wsl.png (246.05 KiB) Viewed 368 times
by ebrahim raeyat
Mon Mar 06, 2023 5:43 am
Forum: UX/UI Design
Topic: FreeCAD Logo Design
Replies: 527
Views: 171356

Re: FreeCAD Logo Design

AR795 wrote: Tue May 29, 2018 8:12 am
chrisb wrote: Mon May 28, 2018 10:46 pm I like this caliper much more! You may try to use half of the gear as the C?
Excellent, Can you prepare svg of logo?
by ebrahim raeyat
Mon Jan 23, 2023 6:09 pm
Forum: Developers corner
Topic: openpyxl project investigation - Is is feasible ?
Replies: 15
Views: 2187

Re: openpyxl project investigation - Is is feasible ?

Openpyxl is an open source software. Pandas uses it for exporting to excel, I use it for export to excel in my osafe workbench: https://github.com/ebrahimraeyat/OSAFE/blob/955461bf86015262338a769b51797a5e5359e4fa/safe/punch/export.py#L114 for installation you can go to the bin folder of your freecad...
by ebrahim raeyat
Fri Dec 30, 2022 3:17 pm
Forum: Install / Compile
Topic: succesful build, but terminate on draft
Replies: 2
Views: 743

Re: succesful build, but terminate on draft

GeneFC wrote: Thu Dec 29, 2022 9:33 pm ....
Thanks you so much. It now works. I build a release version.
by ebrahim raeyat
Thu Dec 29, 2022 8:39 pm
Forum: Install / Compile
Topic: succesful build, but terminate on draft
Replies: 2
Views: 743

succesful build, but terminate on draft

Hello. I tried to compile windows for the first time, I had been compiled it on linux before, many times. I followed the instruction for compile on windows, build successful, execute freecad_d.exe on bin directory. when I want to draw a polyline in draft with end line snaps, the error dialog appears...
by ebrahim raeyat
Wed Dec 14, 2022 9:48 pm
Forum: Users Showcase
Topic: FreeCAD Nodes (renamed from fc_nodes)
Replies: 191
Views: 294274

Re: FreeCAD Nodes (renamed from fc_nodes)

I am currently researching possible documentation frameworks that will allow me to maintain high quality documentation with reasonable effort (although the nodes will probably still change here and there). I ask for some patience, but shouldn't take too much longer ;) I don't know if it is useful f...
by ebrahim raeyat
Fri Dec 02, 2022 9:01 pm
Forum: Python scripting and macros
Topic: How to update view using python
Replies: 3
Views: 698

Re: How to update view using python

you can view my implementation for creating steel column section: https://github.com/ebrahimraeyat/momen/blob/62332a940a23f20741b38f4ee89ebcc76dcad4f5/section.py#L330 the section update in this function: https://github.com/ebrahimraeyat/momen/blob/62332a940a23f20741b38f4ee89ebcc76dcad4f5/section.py#...
by ebrahim raeyat
Tue Nov 08, 2022 7:06 am
Forum: Users Showcase
Topic: controling shear punching of Foundation
Replies: 45
Views: 22568

Re: controling shear punching of Foundation

Adding Required reinforcement if punch ratio exceed 1: User can change the value of Use_Reinforcement to true for calculating punch rebars. Program calculate distance between rebars and the total distance that rebars must be set, for example for corner column with punch ratio = 1.41, we must set 3T1...