drafting over a napkin drawing

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
a3bksll47
Posts: 197
Joined: Sat Mar 17, 2018 3:42 am

drafting over a napkin drawing

Post by a3bksll47 »

Is there anything in FreeCAD that would allow for an imported image file to be situated into the background so that lines can be drafted over it?
User avatar
Willem
Veteran
Posts: 1854
Joined: Fri Aug 12, 2016 3:27 pm
Location: Lisse, The Netherlands

Re: drafting over a napkin drawing

Post by Willem »

The image workbench has this function: Create a planar image in 3d space
Place the image 1 mm below your sketch
Schermafdruk van 2019-07-06 08-38-47.png
Schermafdruk van 2019-07-06 08-38-47.png (528.27 KiB) Viewed 591 times
a3bksll47
Posts: 197
Joined: Sat Mar 17, 2018 3:42 am

Re: drafting over a napkin drawing

Post by a3bksll47 »

Neat. Thanks. I'll try it.
a3bksll47
Posts: 197
Joined: Sat Mar 17, 2018 3:42 am

Re: drafting over a napkin drawing

Post by a3bksll47 »

Using Create a planar image in the 3d space in the Image workbench. The file is .png, and measures 1520 x 2688.

The Report view returns
Unhandled Base::Exception caught in GUIApplication::notify.
The error message is: Access violation


"ImagePlane" is in the Labels & Attributes tree. (Green rectangular icon with a blue circle checkmark.)
XSize 536.00 mm
YSize 948.00 mm

My viewport contains nothing.

OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.16117 (Git)
Build type: Release
Branch: releases/FreeCAD-0-18
Hash: dbb4cc6415bac848a294f03b80f65e888d531742
Python version: 3.6.6
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: English/UnitedStates (en_US)
Syres
Veteran
Posts: 2899
Joined: Thu Aug 09, 2018 11:14 am

Re: drafting over a napkin drawing

Post by Syres »

It would appear your graphics card/driver compatability with Qt5 is causing the error, please see https://forum.freecadweb.org/viewtopic.php?t=32637

If you're really struggling, an alternative is to download the 0.19 Qt4Py2 version https://github.com/FreeCAD/FreeCAD/rele ... nVS2013.7z and unpack it to a new folder with 7-Zip (you don't need to make any changes to your 0.18 installation, they run side-by-side). You just need to make a shortcut for the 0.19 src\bin\FreeCAD.exe to launch it.
a3bksll47
Posts: 197
Joined: Sat Mar 17, 2018 3:42 am

Re: drafting over a napkin drawing

Post by a3bksll47 »

Ok I'm reading that, and there's a lot about graphics card interactions with versions of Qt. This one is a Quadro P2000.

I'll get that 0.19 release and see if that works. Thanks.
TheMarkster
Veteran
Posts: 5513
Joined: Thu Apr 05, 2018 1:53 am

Re: drafting over a napkin drawing

Post by TheMarkster »

Can you attach the image you are trying to use? It might be possible to do this another way.
a3bksll47
Posts: 197
Joined: Sat Mar 17, 2018 3:42 am

Re: drafting over a napkin drawing

Post by a3bksll47 »

Success. Thank you all. I'm running 0.19 with Qt4 and everything is working.

I thought about raster to vector, but for this something like the Image workbench is a better subtractive medium for me.
a3bksll47
Posts: 197
Joined: Sat Mar 17, 2018 3:42 am

Re: drafting over a napkin drawing

Post by a3bksll47 »

After reading all the pages of https://forum.freecadweb.org/viewtopic.php?t=32637
I can add that it appears Intel CPU on-board graphics was probably causing the problem on my computer too. Run with graphics processor (NVIDIA) works for both the 0.18.16117 Qt5 version as well as the 0.19 Qt4 I just tried.
Post Reply