How to apply extrusion along normal to a Dwire?

A forum dedicated to the Draft, Arch and BIM workbenches development.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
bitacovir
Veteran
Posts: 1570
Joined: Sat Apr 19, 2014 6:23 am
Contact:

Re: How to apply extrusion along normal to a Dwire?

Post by bitacovir »

yorik wrote: Fri Jul 13, 2018 1:45 pm it does work normally for me here... Are you sure the "Snap to Working Plane" button is off? That might be the problem...
I'm doing it this way. what is wrong?
DwireExtrusion.gif
DwireExtrusion.gif (276 KiB) Viewed 628 times
OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.14061 (Git)
Build type: Release
Branch: master
Hash: c4fc02cbcfff975712e977dc08f859fba71ba0ad
Python version: 2.7.14
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0
Locale: English/Australia (en_AU)
::bitacovir::
==================
One must be absolutely modern.
Arthur Rimbaud (A Season in Hell -1873)

Canal Youtube Grupo Telegram de FreeCAD Español

My personal web site
My GitHub repository
Mini Airflow Tunnel Project
User avatar
bitacovir
Veteran
Posts: 1570
Joined: Sat Apr 19, 2014 6:23 am
Contact:

Re: How to apply extrusion along normal to a Dwire?

Post by bitacovir »

bitacovir wrote: Tue Jul 10, 2018 3:10 pm
DeepSOIC wrote: Tue Jul 10, 2018 2:54 pm Some more workarounds.

* Part Compound the DWire.
OR
* Part 2D offset the DWire with zero value

dwire-extrude-normal.FCStd
Thanks, these are good suggestions. Not very intuitive but they resolve the problem. Still, I hope developers can restore the extrusion along normal for closed Dwires at some moment at the future.
Ok. Here there is another way.
* Draft Trim/Extend tool
If the closed Dwire is in any position you can apply Draft Trim/Extend the face and the extrusion goes at the normal direction of the face.
If the closed Dwire is in the XY orientation you need Draft Trim, and then Z key to extrude the face at the Z direction.

EDIT: here there is more information about the "mysterious case of the missing normal" :P
https://forum.freecadweb.org/viewtopic.php?f=3&t=29490
::bitacovir::
==================
One must be absolutely modern.
Arthur Rimbaud (A Season in Hell -1873)

Canal Youtube Grupo Telegram de FreeCAD Español

My personal web site
My GitHub repository
Mini Airflow Tunnel Project
User avatar
yorik
Founder
Posts: 13665
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: How to apply extrusion along normal to a Dwire?

Post by yorik »

Hm indeed DeepSOIC is right in that other thread. The Draft Wire should be fixed. I'll look at how to do that.
Post Reply