Align MText to Middle Left in LSP Help

Align MText to Middle Left in LSP Help

projectdeliverypartners
Participant Participant
704 Views
2 Replies
Message 1 of 3

Align MText to Middle Left in LSP Help

projectdeliverypartners
Participant
Participant

I have a LSP which reports a chainage on a polyline and it works great in every way except it aligns the text top centre and i need it middle centre. I have looked at some other posts with similar problems but alas, i am not very experienced with lisp coding and i can't figure it out. Any help would be appreciated. The point it reports is fine but i'd like the text to be middle left aligned, with that point perpendicular to the point being reported.

Regards,
-Jake
0 Likes
Accepted solutions (1)
705 Views
2 Replies
Replies (2)
Message 2 of 3

CADaSchtroumpf
Advisor
Advisor
Accepted solution

Insert in function (defun printlabelCH () after:

(cons 8 "D-ENHA-Dimensions") ;layer

and before:

(cons 72 0) ;left aligned

 

this:

(cons 71 4)

 

 

0 Likes
Message 3 of 3

projectdeliverypartners
Participant
Participant

Thank you so much

Regards,
-Jake
0 Likes