Apply a bulge effect in the text geometry

Apply a bulge effect in the text geometry

nhjkv
Participant Participant
298 Views
3 Replies
Message 1 of 4

Apply a bulge effect in the text geometry

nhjkv
Participant
Participant

I want to achieve the effect like these where the text are bulging, and the other texts also follows caves in from that bulge. It can be a a bulge or a slanting effect like in the second image.

 

nhjkv_1-1768901634106.png

nhjkv_2-1768901694403.png

 

 

It's not only a simple text on path like this below, looks like we need to modify the letter geometry? How can we achieve the effect in fusion 360?

 

nhjkv_0-1768901621149.png

 

0 Likes
Accepted solutions (1)
299 Views
3 Replies
Replies (3)
Message 2 of 4

jeff_strater
Community Manager
Community Manager
Accepted solution

This is beyond Fusion's text capabilities.  My advice would be to find a program that is good at text, and also has SVG export.  Make your text there, export the SVG, import to Fusion, then Emboss.


Jeff Strater
Engineering Director
Message 3 of 4

lauri_barnhart
Autodesk
Autodesk

Hello, @nhjkv,

Just checking in—did the responses shared by @jeff_strater help clarify your question?

If so, please consider clicking the "Accept Solution" button on the post(s) that solved your problem. Doing so helps others in the community easily find useful answers.

If your question still needs more attention, feel free to reply here with an update. This way, other members can jump in with further suggestions or guidance to help you move forward.

All the best,

Lauri | Community Manager


Lauri | Community Manager
0 Likes
Message 4 of 4

MichaelT_123
Advisor
Advisor

Hi Mr/Mrs/Mx/Mxy Nhjkv,

 

The issue pops up on the Forum quite often.

 

Why would it be difficult (although impossible) to achieve the advanced text/character text geometry transformation … while other software does it easily, beautifully and at dazzling speed?

 

It comes to the geometry/topology model on which the software is built. The “text manipulation” software you are referring to is primarily based on the Adobe text/character two-stage geometry transformation and operates only in 2D space. One level of transformation is applied to the “string”, while a lower-level 2D matrix/procedure can shape each individual character/glyph. Such a text processing path is straightforward and short. Traditionally, the underlying processor-level code is stack-based, thus it is swift and efficient.  It is quite a departure from current practices: when accessing a byte of data, a round trip to Bangalore is required. Still, not bad. I heard Mars is in the making.

 

What are the alternatives?

As advised, use mostly Adobe-based software running a stack data processing arrangement.

Expect a hefty price tag for the privilege.

Otherwise, if not being afraid to change the programming paradigm to the reverse notation one … learn PostScript!

What is shown in the pictures can be coded in a couple of PostScript lines … free of charge … satisfaction warranted.

Import via SVG gate.

 

Regards

MichaelT

MichaelT
0 Likes