looking for a line lable lisp
looking for a line lable lisp
(OP)
im looking for a line lable routine that would when given place a peice of singline text 6" from the midpoint of the line and the text would me middlecenter justified and would contain the length of the line in ft and inches and place this text on the same layer as the line
key is here it looks for lines on a specified layer given at the begining of the routine
key is here it looks for lines on a specified layer given at the begining of the routine
if everyone helps everybody the world will be a better place





RE: looking for a line lable lisp
1 Drawing Unit (DU) = 1 ft ?
Kind of difficult to guess what scale is to be set in the plot dialog box.
RE: looking for a line lable lisp
is the way i get the text to input the length like this
(Command "_text" "j" "mc" "6"" "Rotation angle of line"("object.length"))
if this is right how do i get it to also find the rotation angle of the line and use this for the rotation of the text as well
would it be liek so
(Command "_text" "j" "mc" "6"" ("object.Angle")("object.length"))
if everyone helps everybody the world will be a better place
RE: looking for a line lable lisp
1unit is 1 ft im working in arch units
if everyone helps everybody the world will be a better place
RE: looking for a line lable lisp
im going to start a new thread for this so that it better explains to everyone else what its about ok
ill Call it An Autolisp Lesson
if everyone helps everybody the world will be a better place