Distance to Text - LISP Request

Distance to Text - LISP Request

JohnC_ISM
Collaborator Collaborator
797 Views
8 Replies
Message 1 of 9

Distance to Text - LISP Request

JohnC_ISM
Collaborator
Collaborator

looking to get a lisp that take the info from the distance command and prints to screen to insert wherever, scaled according to dimscale

 

autocad LDT 09

text style is romans

text font size is 0.075 of dimscale

with the foot sign 

 

see image.

0 Likes
Accepted solutions (1)
798 Views
8 Replies
  • Lisp
Replies (8)
Message 2 of 9

john.uhden
Mentor
Mentor

If you have LDT, why not just add a distance label?

John F. Uhden

0 Likes
Message 3 of 9

JohnC_ISM
Collaborator
Collaborator

its just easier, rather than having to change the label from the bearing/dist label im using to the right scaled label just to have to change it back for later. 

0 Likes
Message 4 of 9

Kent1Cooper
Consultant
Consultant
Accepted solution

How about just using an Aligned Dimension, in a Style defined to suppress both extension lines and both dimension lines?

Kent1Cooper_0-1622121558793.png

That way, if you Stretch the geometry, it will correct automatically -- you won't need to Erase it and redo the DIST-to-Text routine.

Kent Cooper, AIA
0 Likes
Message 5 of 9

ВeekeeCZ
Consultant
Consultant

@JohnC_ISM wrote:

its just easier...


... to ask others to write me a lisp than make an effort myself.

I like this approach.

0 Likes
Message 6 of 9

john.uhden
Mentor
Mentor
I should probably "lend" you my LABEL_IT routine which provides for
multiple formats (B+D, Distance only, make your own) with tag and leader
options and all the text style controls. It was made for LDT and can label
entire polylines even if nested in an xref. It can create a table from
tagged segments including both lines and arcs.

##- Please type[image: Label_It-1.jpg]
[image: Label_It-2.jpg]

John F. Uhden

0 Likes
Message 7 of 9

john.uhden
Mentor
Mentor

Those images didn't make it responding from Outlook.Label_It-1.jpgLabel_It-2.jpg

John F. Uhden

0 Likes
Message 8 of 9

JohnC_ISM
Collaborator
Collaborator

or i dont know how to write one myself.....thanks tho

0 Likes
Message 9 of 9

JohnC_ISM
Collaborator
Collaborator

ill try this out. seems like a better option

0 Likes