[Fixed] Stairs number of steps & still touched...

A forum dedicated to the Draft, Arch and BIM workbenches development.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
bgma1961
Posts: 107
Joined: Mon Apr 02, 2018 9:19 am

[Fixed] Stairs number of steps & still touched...

Post by bgma1961 »

Hello,

I've seen some issues with ArchWB / BIM: Stairs

When I create the stairs I get the following message:

Code: Select all

Vector (0.0, 0.0, 0.0) Vector (1999.9999999999998, 0.0, 3000.0)
Vector (0.0, 0.0, 0.0) Vector (1999.9999999999998, 0.0, 3000.0)
 DEBUG - has obj.OutlineRightAll 
Vector (0.0, 0.0, 0.0) Vector (1999.9999999999998, 0.0, 3000.0)
 DEBUG - has obj.OutlineRightAll 
2839.93 <App> Document.cpp(3551): Stairs#Rail still touched after recompute
2839.93 <App> Document.cpp(3551): Stairs#Rail001 still touched after recompute
When I enter ex. 11 steps to create 10 steps.

/ Best regard BG

Code: Select all

OS: Windows 7 SP 1 (6.1)
Word size of FreeCAD: 64-bit
Version: 0.20.28774 (Git)
Build type: Release
Python 3.8.13, Qt 5.12.9, Coin 4.0.0, OCC 7.5.3
Locale: Swedish/Sweden (sv_SE)
Installed mods: 
  * BIM 2021.12.0
Attachments
Stairs.FCStd
(20.56 KiB) Downloaded 45 times
Stairs.png
Stairs.png (8.3 KiB) Viewed 1442 times
Last edited by bgma1961 on Thu Feb 16, 2023 8:22 pm, edited 1 time in total.
User avatar
thomas-neemann
Veteran
Posts: 11799
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: Stairs number of steps & still touched...

Post by thomas-neemann »

bgma1961 wrote: Mon May 02, 2022 1:10 am ...
confirmed. if someone is looking for a quick workaround: delete rail and rail001 (can be restored later using the remaining lines)




OS: Ubuntu 20.04.1 LTS (XFCE/xubuntu)
Word size of FreeCAD: 64-bit
Version: 0.20.28765 (Git) AppImage
Build type: Release
Branch: (HEAD detached at 795f86c)
Hash: 795f86c18c22260cfc3627bdd5b71504b9dca4ef
Python 3.9.12, Qt 5.12.9, Coin 4.0.0, OCC 7.5.3
Locale: German/Germany (de_DE)
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
paullee
Veteran
Posts: 5097
Joined: Wed May 04, 2016 3:58 pm

[Fixed] Re: Stairs number of steps & still touched...

Post by paullee »

bgma1961 wrote: Mon May 02, 2022 1:10 am Ping

Thanks to Roy_043, this should have been fixed with https://github.com/FreeCAD/FreeCAD/pull/8444.

@bgma1961 Please add 'Fixed' to OP subject if confirmed, thanks.
bgma1961
Posts: 107
Joined: Mon Apr 02, 2018 9:19 am

Re: [Fixed] Re: Stairs number of steps & still touched...

Post by bgma1961 »

paullee wrote: Wed Feb 15, 2023 4:31 pm
bgma1961 wrote: Mon May 02, 2022 1:10 am Ping

Thanks to Roy_043, this should have been fixed with https://github.com/FreeCAD/FreeCAD/pull/8444.

@bgma1961 Please add 'Fixed' to OP subject if confirmed, thanks.
Thanks to all involved :D :D
paullee
Veteran
Posts: 5097
Joined: Wed May 04, 2016 3:58 pm

Re: [Fixed] Stairs number of steps & still touched...

Post by paullee »

Roy_043 is fixing the issue when no. of steps = 2
Post Reply