Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Convert text strings into three-dimensional graphics primitives
"LineColor" | Blue | color of the Line objects |
"LineThickness" | 1 | AbsoluteThickness of the Line objects |
Render text as 3D graphics:
In[1]:= |
Out[1]= |
The Line objects generated by TextToLines3D can be used inside Graphics3D together with other Graphics primitives:
In[2]:= |
Out[2]= |
TextToLines3D creates a colored Line primitive that can be wrapped in Graphics3D:
In[3]:= |
Out[4]= |
In[5]:= |
Out[5]= |
3D letters and text can be used in many applications. Here is a rotated "G":
In[7]:= |
Out[7]= |
Similar result can be obtained using the resource function SymbolToPolygon:
In[8]:= |
Out[8]= |
This work is licensed under a Creative Commons Attribution 4.0 International License