rifkhan Posted January 6, 2022 Posted January 6, 2022 i need to move the text one on the top or bottom as attached i need lisp program Quote
BIGAL Posted January 7, 2022 Posted January 7, 2022 Maybe txt2mtxt its a express command and converts text to mtext. Quote
tombu Posted January 7, 2022 Posted January 7, 2022 Lee Mac's Align Text to Curve should help http://www.lee-mac.com/curvealignedtext.html Quote
rifkhan Posted January 7, 2022 Author Posted January 7, 2022 16 hours ago, mhupp said: Its better to post a sample drawing. when i am click the text should come like attached ............. 2 Quote
rifkhan Posted January 7, 2022 Author Posted January 7, 2022 4 hours ago, BIGAL said: Maybe txt2mtxt its a express command and converts text to mtext. no no need to move like 150mm or as we like Quote
rifkhan Posted January 7, 2022 Author Posted January 7, 2022 please improve this when i click move to right side (defun c:moveit (/ s) (if (setq s (ssget ":L")) (while (getpoint "\nPick a point to nudge: ") (command "_.move" s "" '(0. 0. 0.) '(1. 0. 0.)) ) ) (princ) ) Quote
mhupp Posted January 7, 2022 Posted January 7, 2022 7 hours ago, rifkhan said: when i am click the text should come like attached ............. Only trying to help you could do with out the attitude. their are things like text height, orientation, rotation, what layer the text is on, what justification. how far the text needs to be moved. is that distance the same for all text. All things you can't know by looking at the picture. Quote
tombu Posted January 7, 2022 Posted January 7, 2022 On 1/6/2022 at 8:02 AM, mhupp said: Its better to post a sample drawing. Appearantly rifkhan doesn't want a solution. 1 Quote
tombu Posted January 7, 2022 Posted January 7, 2022 Without seeing a sample drawing my guess would be to simply use the MIRROR (Command). Quote
Steven P Posted January 7, 2022 Posted January 7, 2022 Just to add to this, a sample drawing attaching a dwg rather than a clip of an image would give everyone a chance to work out what you want. Assuming the mirror command - my first thought - is no good. Things like are the lines shown polylines, lines, leaders, circles. Is the text mtext, text or a dimension text, are the texts consistently offset from the original line or does that vary and even if all the lines are perpendicular to the axis or at angles.. all these things we could get from a sample dwg attached. 1 Quote
BIGAL Posted January 8, 2022 Posted January 8, 2022 Same, one option if you know how is to play with mtext line spacing so 150 gap is feasible. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.