Making a embossing wheel

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
chrisash
Posts: 2
Joined: Thu Nov 01, 2018 11:26 am

Making a embossing wheel

Post by chrisash »

I need to make a embossing wheel, basically a cylinder with a image around the cylinder that can be used say on paper to roll the cylinder along the paper and leave a impression which is NOR text but a STL 3D design about 2mm thick

I can see how you would do it with text but not with using a 3d Image
something like shown here https://www.shop.bunkhousetools.com/Emb ... els_c3.htm
chrisash
Posts: 2
Joined: Thu Nov 01, 2018 11:26 am

Re: Making a embossing wheel

Post by chrisash »

Thanks but its a 3d design i need to bend around a cylinder i think your part was text
UR_
Veteran
Posts: 1355
Joined: Tue Jan 03, 2017 8:42 pm

Re: Making a embossing wheel

Post by UR_ »

Perhaps something like this?

FreeCAD 0.18-000094.png
FreeCAD 0.18-000094.png (44.93 KiB) Viewed 1197 times

file:
wheel.FCStd
(718.25 KiB) Downloaded 47 times

workflow:
- making a sketch about geometry to emboss
- wrap it around a circular face using curvesWB:SketchOnSurface (SoS)
- boolean fragmenting using PartWB
- extract subfaces for further offset using lattice2WB
- embossing letter faces using PartWB 3D-offset

So if you try to redo this, you have to install these WBs with AddonManager.
Also you will have to install used font file (impact.tff)

done with:
OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.15072 (Git)
Build type: Release
Branch: master
Hash: e517c00d9b3da3d1dbe5d5b0159ac5fa95790a8f
Python version: 2.7.14
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0
Locale: German/Germany (de_DE)
User avatar
meme2704
Veteran
Posts: 2926
Joined: Sat Apr 01, 2017 2:47 pm
Location: Vosges

Re: Making a embossing wheel

Post by meme2704 »

America first
et merde pour les autres pays :?:
and word censored for other countries :?:
UR_
Veteran
Posts: 1355
Joined: Tue Jan 03, 2017 8:42 pm

Re: Making a embossing wheel

Post by UR_ »

meme2704 wrote: Sat Nov 03, 2018 11:38 am et merde pour les autres pays
It's for a shop in Ponca City, Oklahoma, United States
Customer first! ;)
UR_
Veteran
Posts: 1355
Joined: Tue Jan 03, 2017 8:42 pm

Re: Making a embossing wheel

Post by UR_ »

meme2704 wrote: Sat Nov 03, 2018 11:38 am
Can't see you daring :roll:

2018-11-03 18_49_12-FreeCAD 0.18.png
2018-11-03 18_49_12-FreeCAD 0.18.png (23.99 KiB) Viewed 1141 times
wheel for meme2704.FCStd
(770.46 KiB) Downloaded 38 times
TheMarkster
Veteran
Posts: 5513
Joined: Thu Apr 05, 2018 1:53 am

Re: Making a embossing wheel

Post by TheMarkster »

chrisash wrote: Fri Nov 02, 2018 7:48 pm Thanks but its a 3d design i need to bend around a cylinder i think your part was text
It was made with Paint, so being text is irrelevant.
Post Reply