Strange walls

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
t.lemaitre
Posts: 34
Joined: Sat Feb 23, 2019 11:18 pm

Strange walls

Post by t.lemaitre »

Hi,

I'm creating my house in FreeCAD and I encounter a problem with a wall based on a sketch.

The ends of the problematic wall are not perpendicular to the rest of the wall.

It's really strange because I drew many walls based on sketches without problem ...

Look at the attached file and the attached image, there is three walls :
  • Not good (red) : the wall which causes my problem, based on a sketch
  • Good from draw (orange) : a wall without problem, based on a draw
  • Good from sketch (green) : a wall without problem, based on a sketch
Strange walls.png
Strange walls.png (86.32 KiB) Viewed 974 times
My environment :
OS: Ubuntu 18.04.2 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.13541 (Git)
Build type: Release
Branch: releases/FreeCAD-0-17
Hash: 9948ee4f1570df9216862a79705afb367b2c6ffb
Python version: 2.7.15rc1
Qt version: 5.9.5
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: French/France (fr_FR)
Attachments
Strange walls.FCStd
(19.33 KiB) Downloaded 24 times
paullee
Veteran
Posts: 5118
Joined: Wed May 04, 2016 3:58 pm

Re: Strange walls

Post by paullee »

t.lemaitre wrote: Sat Mar 23, 2019 4:09 pm
Strange walls.png

My environment :
OS: Ubuntu 18.04.2 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.13541 (Git)
Build type: Release
Branch: releases/FreeCAD-0-17
Hash: 9948ee4f1570df9216862a79705afb367b2c6ffb
Python version: 2.7.15rc1
Qt version: 5.9.5
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: French/France (fr_FR)
Hi, also tried 0.17.13541 (AppImage on Fedora) and have same problem.

Two suggestions:-
  1. Use latest 0.18 (0.18_pre) / 0.19_pre - Tested and no problem with Version .018_pre 16093 (AppImage on Fedora27 - FreeCAD_0.18.16093.glibc2.17-x86_64.AppImage)
  2. In addition to above, if you like to experiment, use 'further bug fix' in discussion thread which attempted to fix other problem in ArchWall
    https://forum.freecadweb.org/viewtopic. ... 10#p294655
Screenshot from 2019-03-24 00-44-59.png
Screenshot from 2019-03-24 00-44-59.png (159.62 KiB) Viewed 962 times
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: Strange walls

Post by NormandC »

paullee wrote: Sat Mar 23, 2019 5:00 pm Two suggestions:-

Use latest 0.18 (0.18_pre) / 0.19_pre - Tested and no problem with Version .018_pre 16093
I'm guessing t.lemaitre is using the Ubuntu freecad-stable PPA. We're currently in the process of packaging 0.18.16093 for said PPA, but I'm having trouble with it (I want it to be switchable between Python 2 and Python 3 like the work kkremitzki did for Debian and which will be included in buster). In the meantime, the freecad-daily PPA can be added as an alternative, it's currently frozen to the 0.18 release. The package name is freecad-daily and based on Python 2.
paullee
Veteran
Posts: 5118
Joined: Wed May 04, 2016 3:58 pm

Re: Strange walls

Post by paullee »

AppImage run on Ubuntu?

FreeCAD_0.18.16093.glibc2.17-x86_64.AppImage
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: Strange walls

Post by NormandC »

Yes of course, as far as I know, this AppImage is actually built on Ubuntu. But with the PPA, FreeCAD will be part of the system packages, and be automatically updated.
t.lemaitre
Posts: 34
Joined: Sat Feb 23, 2019 11:18 pm

Re: Strange walls

Post by t.lemaitre »

Thanks for the advice but yes, I'm still on the stable ppa.

After more reflection on the wall I wanted to draw, I found another way to resolve this problem : I drew the horizontal surface the wall needs and then use Arch > Wall.

Actually, this wall has not exactly a rectangular horizontal section and it seems me it's the better solution. Look below :
Strange walls 2.png
Strange walls 2.png (9.63 KiB) Viewed 903 times
paullee
Veteran
Posts: 5118
Joined: Wed May 04, 2016 3:58 pm

Re: Strange walls

Post by paullee »

Gl
t.lemaitre wrote: Sun Mar 24, 2019 1:49 am
Actually, this wall has not exactly a rectangular horizontal section and it seems me it's the better solution. Look below :
Glad your case needs something else and you find a better way :)

And just start a thread to discuss the most wanted features / development roadmap - maybe ArchWall can support your usecase out of box? or other common features you think of?

https://forum.freecadweb.org/viewtopic.php?f=23&t=35189
User avatar
Roy_043
Veteran
Posts: 8541
Joined: Thu Dec 27, 2018 12:28 pm

Re: Strange walls

Post by Roy_043 »

The issue with the non-perpendicular end faces can be solved by performing a recompute.
Roy_043 wrote: Tue Mar 05, 2019 8:22 am BTW:
I find it strange, contrary to what you would expect(?), that a newly opened document can be in a state where a recalculation has to take place.
IMO this is something that should perhaps be fixed.
Post Reply