Search found 5070 matches

by paullee
Thu Mar 28, 2024 12:45 am
Forum: Draft, Arch & BIM
Topic: "Blocks" problem with walls created from simple draft lines
Replies: 5
Views: 566

Re: "Blocks" problem with walls created from simple draft lines

@ragohix769

Before a PR could be submitted, please see if below works in the meantime, thanks for the time :)


ArchWall.py
(81.57 KiB) Downloaded 1 time

Screenshot from 2024-03-28 08-42-48.png
Screenshot from 2024-03-28 08-42-48.png (111.69 KiB) Viewed 67 times
by paullee
Sun Mar 24, 2024 6:30 am
Forum: Draft, Arch & BIM
Topic: "Blocks" problem with walls created from simple draft lines
Replies: 5
Views: 566

Re: "Blocks" problem with walls created from simple draft lines

Thanks for testing :) I have several previous AppImage and tested with result as follow:- Working still : - FreeCAD_weekly-builds-35370-2023-12-14-conda-Linux-x86_64-py310.AppImage Not working : - FreeCAD_weekly-builds-35554-2024-01-08-conda-Linux-x86_64-py310.AppImage and after Suspected it may be ...
by paullee
Sun Mar 24, 2024 12:31 am
Forum: Draft, Arch & BIM
Topic: "Blocks" problem with walls created from simple draft lines
Replies: 5
Views: 566

Re: "Blocks" problem with walls created from simple draft lines

Something like this? Please help file a bug :)


Screenshot from 2024-03-24 08-30-09.png
Screenshot from 2024-03-24 08-30-09.png (222.56 KiB) Viewed 545 times
by paullee
Sat Mar 23, 2024 10:34 am
Forum: Developers corner
Topic: [Bug?] Sketch Geometry Extension Not Saved in Point Object
Replies: 0
Views: 124

[Bug?] Sketch Geometry Extension Not Saved in Point Object

I understood abdullah developed the Sketcher Geometry Extension - Sketcher Development - Integration of Extensions It seems there is a bug here? Not working fully with Point object? :) Demo model file : Test_ Sketch_ 001_ Point-SetExtension.FCStd How to Reproduce the Bug - A Sketch contains randomly...
by paullee
Fri Mar 22, 2024 3:07 pm
Forum: Draft, Arch & BIM
Topic: Lining up separate walls
Replies: 6
Views: 623

Re: Lining up separate walls

Things should be much easier, had been able since 2019

phpBB [video]
by paullee
Tue Mar 12, 2024 12:24 am
Forum: Users Showcase
Topic: Vila Matilde House, working with linked files
Replies: 54
Views: 29943

Re: Vila Matilde House, working with linked files

Looks great, thanks ! :D
by paullee
Mon Mar 11, 2024 12:27 am
Forum: Python scripting and macros
Topic: How to account for wall width when scripting wall creation
Replies: 4
Views: 540

Re: How to account for wall width when scripting wall creation

It is similar to a workflow with GUI : - After you create the Draft Wire - Select it - Click the Wall tool in Arch / BIM workbench - It would create the wall as you created via python You can find different attribute by selecting the wall object, e.g. the Align and you can change it after its creati...
by paullee
Tue Mar 05, 2024 10:30 pm
Forum: Draft, Arch & BIM
Topic: [Fixed] Sketch based Arch_Roof and wall substraction
Replies: 39
Views: 5726

Re: [Fixed] Sketch based Arch_Roof and wall substraction

Seems FreeCAD_dev now works on Fedora on Wayland, also can show pointer on screen capture :)

Tried to make a short video to compare the old and new behaviour -

phpBB [video]
by paullee
Tue Mar 05, 2024 10:27 pm
Forum: Draft, Arch & BIM
Topic: how can I draw a non vertical wall?
Replies: 5
Views: 627

Re: how can I draw a non vertical wall?

There are a number of resources, try google and find them, e.g. https://wiki.freecad.org/Arch_tutorial https://wiki.freecad.org/Manual:BIM_modeling https://www.youtube.com/watch?v=Jc12_G5DFF0 https://wiki.freecad.org/Part_Module https://wiki.freecad.org/PartDesign_Workbench https://wiki.freecad.org/...
by paullee
Tue Mar 05, 2024 12:32 pm
Forum: Draft, Arch & BIM
Topic: Pipes on a TechDraw
Replies: 10
Views: 1134

Re: Pipes on a TechDraw

Thanks Roy_043