Search found 343 matches

by amrit3701
Mon Sep 14, 2020 11:41 am
Forum: Part Design module development
Topic: [Import] Segmentation fault when import STEP file
Replies: 16
Views: 12798

Re: [Import] Segmentation fault when import STEP file

Just confirmed that after changes FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Import/hSTEP").SetBool("ReadShapeCompoundMode", False) preferences, I successfully able to import STEP model on Linux and docker machine. Do you mind opening a ticket for this ? Hi @Kunda,...
by amrit3701
Tue Aug 25, 2020 2:18 pm
Forum: Google Summer of Code (GSoC)
Topic: GSoC Proposal: Extended functionality of Rebar Addon
Replies: 353
Views: 86359

Re: GSoC Proposal: Extended functionality of Rebar Addon

dit: Here is a link to my beam model: https://drive.google.com/file/d/1NRVOKBRto2uWs92iwhom0g2H9CoGmKmn/view?usp=sharing @Suraj, During the documentation period, I suggest we should add all these FreeCAD examples files to `example` folder so that any user can see these feature without doing anything.
by amrit3701
Sat Aug 22, 2020 8:20 am
Forum: Google Summer of Code (GSoC)
Topic: GSoC Proposal: Extended functionality of Rebar Addon
Replies: 353
Views: 86359

Re: GSoC Proposal: Extended functionality of Rebar Addon

fully agree with the TODO. one remark to the first one. It would be good if this could be done by the user some how too. None parametric rebars or rebars from IFC import do not have a host to group. I do not know what is best in this case. May be a rebar shape cut list property, which is just a lis...
by amrit3701
Sat Aug 22, 2020 7:52 am
Forum: Part Design module development
Topic: [Import] Segmentation fault when import STEP file
Replies: 16
Views: 12798

Re: [Import] Segmentation fault when import STEP file

I cannot reproduce the crash and my version is very similar to yours. I thought that maybe this could be an issue with OCCT 7.3 or OCCT 7.4 but people have reported success and failure with both. What are the Import_Export_Preferences for STEP files? In my case, the only checkbox enabled is "E...
by amrit3701
Fri Aug 21, 2020 11:16 am
Forum: Part Design module development
Topic: [Import] Segmentation fault when import STEP file
Replies: 16
Views: 12798

Re: [Import] Segmentation fault when import STEP file

ATM I can't confirm the problem. I tested in Python console and >>> import Import >>> Import.open(u"/tmp/Nova_C_Wall.stp") perfectly works. :? Hi, I after a lot of debugging, I found that this Segmentation fault comes only on Linux machine when FreeCAD run in console mode ("FreeCADCm...
by amrit3701
Thu Aug 20, 2020 4:54 pm
Forum: Google Summer of Code (GSoC)
Topic: GSoC Proposal: Extended functionality of Rebar Addon
Replies: 353
Views: 86359

Re: GSoC Proposal: Extended functionality of Rebar Addon

ebrahim raeyat wrote: Wed Aug 19, 2020 9:10 pm Thanks a lot. I have a suggestion too. I think for a rebar it is better to obtain the largest edge length and then rotate the rebar, so the largest edge become horizontal, this is useful for oblique rebars.
Nice suggestion! I totally agreed with you. :)
by amrit3701
Wed Aug 19, 2020 8:05 pm
Forum: Google Summer of Code (GSoC)
Topic: GSoC Proposal: Extended functionality of Rebar Addon
Replies: 353
Views: 86359

Re: GSoC Proposal: Extended functionality of Rebar Addon

Hi @All Generating bar bending schedule is implemented and you can test it by getting latest code from here . getBarBendingSchedule() function signature: getBarBendingSchedule( rebar_objects: Optional[List] = None, column_headers: Optional[Dict[str, Tuple[str, int]]] = None, column_units: Optional[...
by amrit3701
Tue Aug 18, 2020 8:04 pm
Forum: Wiki
Topic: Arch Rebar Drawing & Arch Rebar Drawing Dimensioning
Replies: 6
Views: 1489

Re: Arch Rebar Drawing & Arch Rebar Drawing Dimensioning

Please let me know if you have any other suggestion also. :) Also, add a temporary note at the top of pages, that work present in develop branch of Rebar addon. Later on, when things will merge in master we will remove this note. ;) Also, update the page name from "Arch Rebar Drawing Dimension...
by amrit3701
Sun Aug 16, 2020 4:06 pm
Forum: Draft, Arch & BIM
Topic: [Bug] Column Reinforcement
Replies: 10
Views: 2062

Re: [Bug] Column Reinforcement

* Install 0.19_pre on macOS Catalina * Use Add-On Manager to add BIM * Restart FreeCAD * Use Add-On Manager to add suggested prerequisites (Dodo, Fasteners, Reinforcements, Reporting, Web Tools) * Restart FreeCAD * New Document * Select BIM Workbench * Add Column * Select Face * Select Column Reinf...
by amrit3701
Sat Aug 15, 2020 5:59 pm
Forum: Google Summer of Code (GSoC)
Topic: GSoC Proposal: Extended functionality of Rebar Addon
Replies: 353
Views: 86359

Re: GSoC Proposal: Extended functionality of Rebar Addon

Suraj Dadral wrote: Fri Aug 14, 2020 10:16 am
test_rebar_shape.svg
test_rebar_shape.png
Nice work!