Search found 5104 matches

by paullee
Tue Apr 02, 2024 3:48 pm
Forum: Draft, Arch & BIM
Topic: [Fixed] Sketch based Arch_Roof and wall substraction
Replies: 42
Views: 7230

Re: [Fixed] Sketch based Arch_Roof and wall substraction

paullee wrote: Fri Mar 29, 2024 4:18 pm PR submitted - https://github.com/FreeCAD/FreeCAD/pull/13221

Hope it would be accepted and merged. Anybody is familiar with wiki updating? :)
PR Merged :)

Anyone would like to review and update wiki?
by paullee
Tue Apr 02, 2024 3:47 pm
Forum: Draft, Arch & BIM
Topic: Automatic arch wall extrusion direction
Replies: 44
Views: 26825

Re: Automatic arch wall extrusion direction

paullee wrote: Sun Feb 25, 2024 9:36 am @hko , if this confirmed to fix the bug, please add [Fixed] to your OP, thanks :)
PR Merged :)

Someone would like to review / update wiki?


EDIT : OK, I can update the wiki, hope you find it acceptable :- https://wiki.freecad.org/Arch_Wall
by paullee
Mon Apr 01, 2024 12:55 am
Forum: Draft, Arch & BIM
Topic: Arch Window creation: What to do when the window doesn't find the wall.
Replies: 4
Views: 1101

Re: Arch Window creation: What to do when the window doesn't find the wall.

It seems the placement of Arch Objects is one of many recurring topics here. You may note: Placement could be done automatically, at least in experimental add-on. And it is 'toponaming tolerant'. Needs much better UX and wondering maybe a better automatic feature should be in core Arch/BIM. Discussi...
by paullee
Sun Mar 31, 2024 8:25 am
Forum: Open discussion
Topic: reasons - why uwestoehr was inactive
Replies: 40
Views: 11976

Re: reasons - why uwestoehr was inactive

There is a lot of development in Arch/BIM/Native-Ifc by Yorik, Roy_043 etc. Have fun, welcome back :)
by paullee
Sun Mar 31, 2024 8:15 am
Forum: Draft, Arch & BIM
Topic: Cannot change wall properties: Wall has an invalid shape
Replies: 15
Views: 1233

Re: Cannot change wall properties: Wall has an invalid shape

Attached the revised py in case someone is interested :)


ArchComponent.py
(96.35 KiB) Downloaded 302 times
ArchWall.py
(81.98 KiB) Downloaded 304 times
by paullee
Sun Mar 31, 2024 7:27 am
Forum: Draft, Arch & BIM
Topic: Cannot change wall properties: Wall has an invalid shape
Replies: 15
Views: 1233

Re: Cannot change wall properties: Wall has an invalid shape

Thanks Roy_043 for the testing and info. Try flip the direction of Edge6, it won't work with subshapebinder either (EDIT- see screencapture at the end) . It seems Part/OCC is kind of not consistent as to what shape 'isvalid'. (EDIT - or there is very small tolerance that some cases it works and in s...
by paullee
Sat Mar 30, 2024 10:07 am
Forum: Draft, Arch & BIM
Topic: Cannot change wall properties: Wall has an invalid shape
Replies: 15
Views: 1233

Re: Cannot change wall properties: Wall has an invalid shape

OK, if ArchWall allow 'invalid' shape, no more 'invalid shape' error message.

But should we do this?

Screenshot from 2024-03-30 18-05-09.png
Screenshot from 2024-03-30 18-05-09.png (126.79 KiB) Viewed 600 times
by paullee
Sat Mar 30, 2024 9:51 am
Forum: Draft, Arch & BIM
Topic: Cannot change wall properties: Wall has an invalid shape
Replies: 15
Views: 1233

Re: Cannot change wall properties: Wall has an invalid shape

Hmmm, it's Arch Component which currently returning the 'invalid shape' message - ArchWall does not tell Arch Component to try allowing 'invalid shape'. See what could be done... UI to see the direction of edge is one thing that I always want, anybody has idea? else: if allowinvalid: obj.Shape = sel...
by paullee
Sat Mar 30, 2024 9:38 am
Forum: Draft, Arch & BIM
Topic: Cannot change wall properties: Wall has an invalid shape
Replies: 15
Views: 1233

Re: Cannot change wall properties: Wall has an invalid shape

As Roy_043 pointed out, in fact it is the direction of the edge1 (9, 10 & 11) are in the opposite direction of the rest. I'll show with more details later where exactly the problem by screencaptures etc. In the meantime, try Align Center, it would work but Left and Right not. Delete the Edge 1 a...