Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone
How can we set the justification of mtext (middle center "mc") insertion point with the vla-add method.
(setq mtobj
(vla-addMtext Space
(vlax-3d-point (setq pt (polar (vlax-curve-GetPointAtParam obj pr) (* pi 0.5) 0)))
0.0
(strcat "{\\fArial;" (strcat textp (itoa n_inip)) "}")
)
)
Solved! Go to Solution.