• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

insert a centered text with entmake compared to a point

  • Thread starter Thread starter CarmineI
  • Start date Start date

CarmineI

Guest
I hope I'm not ot but I didn't know where else to post... is it possible to insert with entmake a text centered on a point? looking around the internet I read that they should set fields 72 and 73 but still I can't. I hope someone can help me
 
if you enter the justification (code 72 or 73) you must enter both code 10 and code 11. :smile:

Code:
(setq p1(7.0 8.0))

(sing)
(list)
(cons 0 "text") ;type of entity
(cons 8 "0") ;layer
(cons 10 p1) ; first alignment point
(cons 11 p1) ;second alignment point
(cons 40 0.4) ; height
(cons 1 "cad3d") ;
(cons 72 4) ;justification -> centred (if vertic. = 0)
)
)
 
it works!!! Thank you very much, you solved a lot of problems! It was a week I couldn't understand this... thank you again:biggrin:
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top