[SOLVED] Issue with BIM create sketch in current WP

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
User avatar
Roy_043
Veteran
Posts: 8552
Joined: Thu Dec 27, 2018 12:28 pm

[SOLVED] Issue with BIM create sketch in current WP

Post by Roy_043 »

There is a small issue with the BIM 'create a sketch in the current work plane' tool.

Scenario A (OK):
1. BIM is the default WB, restart FC by double clicking a file that was saved with an axonometric view.
2. Verify that the Draft SelectPlane button displays 'Auto'.
3. Create a Draft rectangle.
4. Start a sketch with the BIM 'create a sketch in the current WP' tool.
5. Result: the sketch is created in the current WP.

Scenario B (problem):
1. Repeat steps A1, A2 and A4.
2. Result: the sketch is created in the XY plane, which is not the current WP.

Code: Select all

OS: Windows 8.1
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.15593 (Git)
Build type: Release
Branch: master
Hash: 6efd6de4c18e768f0bc38d9e4a1bd7ad4e66e802
Python version: 2.7.14
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0
Locale: Dutch/Netherlands (nl_NL)
Last edited by Roy_043 on Thu Jan 24, 2019 7:46 pm, edited 2 times in total.
User avatar
yorik
Founder
Posts: 13664
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: Issue with BIM create sketch in current WP

Post by yorik »

I can't reproduce your issue, but I think I see what's the problem, the working plane is not reset before starting a new sketch. This is now fixed in https://github.com/yorikvanhavre/BIM_Wo ... 8b759e8fba
User avatar
Roy_043
Veteran
Posts: 8552
Joined: Thu Dec 27, 2018 12:28 pm

Re: Issue with BIM create sketch in current WP

Post by Roy_043 »

I can confirm that this has been fixed in the version of the BIM workbench I have downloaded today. Thank you.

Code: Select all

OS: Windows 8.1
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.15697 (Git)
Build type: Release
Branch: master
Hash: dedaa807629ab25cf32977d30bf7610f1346aff7
Python version: 2.7.14
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0
Locale: Dutch/Netherlands (nl_NL)
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Issue with BIM create sketch in current WP

Post by Kunda1 »

Roy_043 wrote: Thu Jan 24, 2019 9:53 am I can confirm that this has been fixed in the version of the BIM workbench I have downloaded today. Thank you.
Please pre-pend [Solved] to the title of the first post of this thread. thank you
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
Post Reply