jim78b
Guest
exists a lisp that creates the arrow(leader) puts it on the xxx layer, in my case am_5 and then returns sulayer 0?
Thank you.
Thank you.
Okay, I thought it was going right now, so I'm gonna use the tool palette that puts it on the right layer.(defunc c:ql2(/ pt1 pt2 clayer)
(setq clayer (getvar "clayer")
(setq pt1 (getpoint "\ insertion point"))
(setq pt2 (getpoint pt1 "\point for text"))
(command "_layer" "_m" "am_5" "_c" 100 """)
(command "_qleader" pt1 pt2 ")
(command "_layer" "_s" clayer ")
)
before using the command start qleader, setting, annotation type: none.
press esc is equivalent to interrupting the execution of a lisp program.
ok you made thanks you were very helpful!set qleader is only the first time, then the ql2 command can use it as many times as you want.
But did you try or not?
Yes but I put color line es:100 but then makes it white cmq on the am_5 layeramnote is managed in the same way as ampower
no I intend to perform amnotes in my model file the director is white then I set the layer 0 on byblock.Obviously, they are the model settings. see your post #5
ok thanks .vedo cmq that with the tool palette the procedure is faster .creo a new command and selez the right layer so every time it returns to layer 0.go to change quota, selections director, card line, color fantasy
then use the qleader command