Post Reply 
can you add text to a 3D drawing in a program
02-19-2023, 01:17 PM
Post: #6
RE: can you add text to a 3D drawing in a program
That's what I thought (unfortunately).

I did a bit of that in a past life but will have another go :-)

Thanks!

(02-17-2023 12:21 PM)jfelten Wrote:  
(02-12-2023 11:57 AM)dmh Wrote:  I've done a 3D drawing using LINE and I want to label the vertices etc with text.

From the manual it appears TEXTOUT doesn't have an advanced option to do this (ie take a 3D position like LINE).

Is there anyway to do this?

TIA, dmh

You'll have to manually project the text position from 3D to 2D space by multiplying the position vector by the rotation matrix which you used as input into LINE and then dividing the X and Y components each by the Z component.

Calculator Clique on YouTube
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: can you add text to a 3D drawing in a program - dmh - 02-19-2023 01:17 PM



User(s) browsing this thread: 1 Guest(s)