|
Welcome, Guest.
|
||||||
| AutoLISP AutoLISP or Visual LISP, learn both here! |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Member
Join Date: 2003-10
Posts: 5
![]() |
How do I get the attachment problems squared away with respect to left justified text.
1. The hook line will only be as long as the arrowhead. When I have multiple line of text, to the left of the arrowhead, I want the hook line to extend to the shortest line of text, but it does not work like that. 2. When stretching the QLEADER and placing it on the opposite side of the arrowhead, the leader switches sides, as it is supposed to, but the attachment switches to the wrong place. It should go to the middle, height wise, of the top line of text. I am thinking that i will need to turn the hook line off, but i fear that it will stay off when it is stretched to the opposite side. The QLEADER is a good tool, but it is kind of hard to use in custom applications. I am working on a routine to place annotation on a drawing by placing the text and runing the leader to the object. Kind of like a "reverse leader". |
|
|
|
|
|
#2 |
|
I could stop if I wanted to
Join Date: 2003-05
Posts: 335
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Just as point of discussion, we do all our text indepedently from the QLEADER command. We come back after we place the text where we want it and run QLEADER again with the annotation turned off and just place a leader.
You might try that although the text and the leader are independent.
__________________
Good Blockin' Will DeLoach AutoCad / ADT 2006 |
|
|
|
|
|
#3 |
|
Member
Join Date: 2003-10
Posts: 5
![]() |
My most idea to get this to work is to draw a polyline, extract the vertices, erase the polyline and then draw a QLEADER (without a hook line) in its place. This may be combersom, but it should get rid of the attachment location problem.
|
|
|
|
|
|
#4 |
|
I could stop if I wanted to
Join Date: 2003-05
Posts: 335
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
You do realize you can draw a QLEADER without a text object, right?
__________________
Good Blockin' Will DeLoach AutoCad / ADT 2006 |
|
|
|
|
|
#5 |
|
Member
Join Date: 2003-10
Posts: 5
![]() |
Yes, but I am not real sure how the whole "null" argument goes (I am new to VisuaILisp and ActiveX, but i have been messing with AutoLisp since the 90's). I thought about that but then I would not be able to maintain any associativity. I will post my routine somewhere, probably at AFRALISP when i get it done. I asked Kenny some questions about it a while back but i have not been able to work on it until now. It has been a work in progress for about 6 months. He was intrigued by the "reverse" leader concept.
|
|
|
|
|
|
#6 |
|
I could stop if I wanted to
Join Date: 2003-05
Posts: 335
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Post it here as a challenge. I'm sure someone can help.
__________________
Good Blockin' Will DeLoach AutoCad / ADT 2006 |
|
|
|
|
|
#7 |
|
Active Member
Join Date: 2003-11
Location: YUL
Posts: 74
![]() ![]() ![]() |
(command "leader" point1 point2 "" "" "n" ^c^c)
|
|
|
|
|
|
#8 |
|
Member
Join Date: 2004-07
Posts: 17
![]() ![]() |
Speaking of Qleader and its quirks - is there somewhere (i.e. sysvars) that handle the different settings? If we implement certain routines that pertain to qleader, we want the same settings. Does anyone know how to manipulate those?
|
|
|
|
|
|
#9 |
|
Administrator
Join Date: 2001-03
Location: Fenton, MO via the UK
Posts: 13,500
![]() |
__________________
|
|
|
|
![]() |
|
||||||
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| QLeader with MText does not honour MText Line Spacing setting | anovelli | AutoCAD General | 8 | 2007-03-12 04:18 AM |
| Curtain Wall -Sliding door and locking stuff | Alex Page | Revit Architecture - Families | 1 | 2004-04-29 02:00 AM |
| Some more stuff I'm working on | JTF | Revit - Gallery | 1 | 2004-03-14 03:28 AM |
| Not such normal stuff | Griff | Revit Architecture - General | 3 | 2004-01-13 04:45 AM |