Search found 5107 matches

by paullee
Tue Apr 23, 2024 4:40 pm
Forum: Users Showcase
Topic: Architecture work in FreeCAD
Replies: 117
Views: 62841

Re: Architecture work in FreeCAD

Amazing work @regis.

Any comments if you would do this in BlenderBIM or other applications?
by paullee
Tue Apr 23, 2024 4:28 pm
Forum: Draft, Arch & BIM
Topic: [Annoucement] ArchWall support Multiple Width (& Align) ('toponaming-tolerant' being exposed in 2024)
Replies: 20
Views: 2471

Re: [Annoucement] ArchWall support Multiple Width

There isn't a "Widths" property, but rather the underlying base object provides the getWidths() method . Currently the only base object that provides getWidths() is ArchSketch To be able to use the ArchSketch object, the external SketchArch Workbench needs to be installed Correct :) Overr...
by paullee
Tue Apr 23, 2024 3:58 pm
Forum: Draft, Arch & BIM
Topic: [Annoucement] ArchWall support Multiple Width (& Align) ('toponaming-tolerant' being exposed in 2024)
Replies: 20
Views: 2471

Re: [Annoucement] ArchWall support Multiple Width

I'm talking about the button that calls the expression (Formula editor). Similar to input fields in sketcher UPD / This is already available in the properties panel. But if it were immediately in the pop-up window, it would be convenient. UPD 2/ You can experiment with my file (I made it to calcula...
by paullee
Tue Apr 23, 2024 12:53 pm
Forum: Draft, Arch & BIM
Topic: SketchArch Addon [Comments Request /PR] - Intuitive Automatic Windows/Doors + Equipment Placement
Replies: 216
Views: 65037

Re: SketchArch Addon [Comments Request /PR] - Intuitive Automatic Windows/Doors + Equipment Placement

Thanks @ProjectBP for testing.

I noted the case recently - not sure what change in base system led to this problem. I found a fix but not made a PR for that yet.

In the meantime, just load the Add-on before switching to Arch/BIM should be fine :D
by paullee
Mon Apr 22, 2024 5:03 pm
Forum: Draft, Arch & BIM
Topic: [Annoucement] ArchWall support Multiple Width (& Align) ('toponaming-tolerant' being exposed in 2024)
Replies: 20
Views: 2471

Re: [Annoucement] ArchWall support Multiple Width

A quick inspection reveals that it's a useful tool (but the pop-up warnings are a bit of a nuisance). It seems to me that showing them just once is enough. Indeed, as it is / was experimental, it was added to give more hint / warning to user - I need to check how to just pop-up once (python beginne...
by paullee
Mon Apr 22, 2024 4:58 pm
Forum: Draft, Arch & BIM
Topic: [Annoucement] ArchWall support Multiple Width (& Align) ('toponaming-tolerant' being exposed in 2024)
Replies: 20
Views: 2471

Re: [Annoucement] ArchWall support Multiple Width

Hi, Thanks @paullee for bringing in this feature a while back. I updated the https://wiki.freecad.org/Arch_Wall wiki page to add a description for the Override Width property, which I've taken from the tooltip on the code. In any case, I've been testing it and I've got a few questions: 1. Where the...
by paullee
Mon Apr 22, 2024 4:31 pm
Forum: Draft, Arch & BIM
Topic: [Annoucement] ArchWall support Multiple Width (& Align) ('toponaming-tolerant' being exposed in 2024)
Replies: 20
Views: 2471

Re: [Annoucement] ArchWall support Multiple Width (& Align) ('toponaming-tolerant' being exposed in 2024)

ProjectBP Try this file attached, and note the difference as shown in screencapture :) When the Sketch is simple e.g. just a few straight edges, the order of edges would probably be the order of index; but when it has more edges, the order return by getSortedCluster() may be different. Test_ ArchSk...
by paullee
Mon Apr 22, 2024 4:09 pm
Forum: Draft, Arch & BIM
Topic: [Annoucement] ArchWall support Multiple Width (& Align) ('toponaming-tolerant' being exposed in 2024)
Replies: 20
Views: 2471

Re: [Annoucement] ArchWall support Multiple Width

This is a wonderful possibility (as well as override align). But I would really like it to be improved. This option is difficult to use with a large number of walls. The order in which the width will be assigned is completely unclear. There are not enough identifiers for the sketch elements that wo...
by paullee
Mon Apr 22, 2024 2:04 pm
Forum: Draft, Arch & BIM
Topic: [Annoucement] ArchWall support Multiple Width (& Align) ('toponaming-tolerant' being exposed in 2024)
Replies: 20
Views: 2471

Re: [Annoucement] ArchWall support Multiple Width (& Align) ('toponaming-tolerant' being exposed in 2024)

Thanks furgo and ProjectBP for the discussion. Before I go into details at your queries and/or comments, probably I would let you know below first :) The Width and Align per edge/wall segment support had been 'toponaming-tolerant' since 2021 (but not exposed) (just like Automatic Placement had been ...
by paullee
Mon Apr 22, 2024 1:02 pm
Forum: Draft, Arch & BIM
Topic: Wall Issue - Wall Not Generating
Replies: 20
Views: 923

Re: Wall Issue - Wall Not Generating

Thanks Regis