How to rotate the text polar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
;\in original
(setq ins_txt pt_start );TEXT PCstart
(vla-addMtext Space
(vlax-3d-point (trans ins_txt 1 0))
0.0
(strcat
"{\\fARIAL|b0|i0|c0|p34;"
"PC" (itoa nb) "}" )
);TEXT PCend
;\ how to rotate the text in this fragment and move from source x = 0, y = 0 when inserting, and made that adaptation and gives error, someone is able to risk a guess
(setq ins_txt pt_start (polar (angle pt_start pt_cen)));TEXT PCstart
(vla-addMtext Space
(vlax-3d-point (trans ins_txt 1 0))
0.0
(strcat
"{\\fARIAL|b0|i0|c0|p34;"
"PC" (itoa nb) "}" )
);TEXT PCend