[FIXED} [Bug#4338] 0.19pre DraftWB, Working Plane Proxy neglect Automatic Working Plane

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
fc_tofu
Posts: 653
Joined: Sun Jan 05, 2020 4:56 pm

[FIXED} [Bug#4338] 0.19pre DraftWB, Working Plane Proxy neglect Automatic Working Plane

Post by fc_tofu »

Summary:
In DraftWB, new added working plane proxy (WPP) neglect the orientation of automatic working plane.

Reproduce:
1. Restart FreeCAD, and switch to DraftWB.
2. Setup working plane mode as "Automatic".
3. Change view from current (view 1) to any other (view 2, ortho or tilted).
4. Menu > Utilities > Create working Plane Proxy.
5. Observe orientation of the WPP, and find its orientation is still at view 1 (not affected by step 3).
6. For further observation. Double click the WPP in TreeView, to take its orientation as working plane.
7. Draw a closed shape in viewport.
8. Find above shape's orientation is as WPP (view 1), not as auto workingplane (view 2).
fsc_2020-05-08_220613.jpg
fsc_2020-05-08_220613.jpg (100.01 KiB) Viewed 1424 times
Workaround:
Before step 4, draw a closed shape (rectangle for example) at current view, then go to step 4. New added WPP will take orientation of current view.
fsc_2020-05-08_222910.jpg
fsc_2020-05-08_222910.jpg (122.86 KiB) Viewed 1421 times
OS: Windows 10 (10.0)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.20514 (Git)
Build type: Release
Branch: master
Hash: a05ffd499366ab12fa1b43f37db73f4f1e9c332d
Python version: 3.8.2
Qt version: 5.12.5
Coin version: 4.0.0
OCC version: 7.4.0
Locale: Chinese/China (zh_CN)

Tracker:
issue #4338
Attachments
019pre_wpp_neglect_auto_wp.FCStd
(6.25 KiB) Downloaded 29 times
Last edited by Kunda1 on Thu May 05, 2022 11:00 pm, edited 4 times in total.
Reason: Added [FIXED] to thread title
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

Re: 0.19pre DraftWB, Working Plane Proxy neglect Automatic Working Plane

Post by Roy_043 »

Confirmed.

Code: Select all

OS: Windows 8.1 (6.3)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.20980 (Git)
Build type: Release
Branch: master
Hash: c2818d9159385d23b182dc7167af2d4bacbee94c
Python version: 3.6.8
Qt version: 5.12.1
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: Dutch/Netherlands (nl_NL)
fc_tofu
Posts: 653
Joined: Sun Jan 05, 2020 4:56 pm

Re: 0.19pre DraftWB, Working Plane Proxy neglect Automatic Working Plane

Post by fc_tofu »

Roy_043 wrote: Fri May 08, 2020 6:10 pm Confirmed.
Thanks. Posted in tracker now.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: [Bug#4338] 0.19pre DraftWB, Working Plane Proxy neglect Automatic Working Plane

Post by Kunda1 »

Bumping for testers. See issue #6058
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

Re: [Bug#4338] 0.19pre DraftWB, Working Plane Proxy neglect Automatic Working Plane

Post by Roy_043 »

Merged.
Post Reply