MichaelAtOz
2016-03-25 22:30:21 UTC
OpenSCAD doesn't do textures. Neither does STL format.
You could add raised text, protruding from the model.
import("your_stl.stl");
translate([x,y,z]) // to move to the position where you want text
rotate([x,y,z]) // to align with the face of the stl
linear_extrude(height=3, convexity=6)
text("your text");
-----
Admin - PM me if you need anything, or if I've done something stupid...
Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.
The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ time is running out!
--
View this message in context: http://forum.openscad.org/How-to-write-a-texture-to-a-face-Solid-in-a-geometric-model-tp16718p16726.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
You could add raised text, protruding from the model.
import("your_stl.stl");
translate([x,y,z]) // to move to the position where you want text
rotate([x,y,z]) // to align with the face of the stl
linear_extrude(height=3, convexity=6)
text("your text");
Hello! I am trying implement one functionality . Please help me in it.
How to write a text on 3d model surface which is imported from STL file .
Added image for reference. please anyone give me an idea.
<Loading Image...>How to write a text on 3d model surface which is imported from STL file .
Added image for reference. please anyone give me an idea.
-----
Admin - PM me if you need anything, or if I've done something stupid...
Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.
The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ time is running out!
--
View this message in context: http://forum.openscad.org/How-to-write-a-texture-to-a-face-Solid-in-a-geometric-model-tp16718p16726.html
Sent from the OpenSCAD mailing list archive at Nabble.com.