Saturday, November 21, 2009
Home   |   Search   |   About AUGI   |   My AUGI   |   Join Now

Go Back   AUGI Forums > AUGI Technical (English) > Programming > AutoLISP
 Welcome, Guest. 

Login

Join Now FAQ Members List Calendar Search Today's Posts Mark Forums Read

AutoLISP AutoLISP or Visual LISP, learn both here!

Reply
 
Thread Tools Display Modes
Old 2004-06-24, 12:04 PM   #1
psuchewinner
Member
 
Join Date: 2003-10
Posts: 5
psuchewinner is starting their journey
Cool QLEADER Stuff

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".
psuchewinner is offline   Reply With Quote
Old 2004-06-24, 03:02 PM   #2
whdjr
I could stop if I wanted to
 
Join Date: 2003-05
Posts: 335
whdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of light
Default RE: QLEADER Stuff

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
whdjr is offline   Reply With Quote
Old 2004-06-24, 06:38 PM   #3
psuchewinner
Member
 
Join Date: 2003-10
Posts: 5
psuchewinner is starting their journey
Default RE: QLEADER Stuff

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.
psuchewinner is offline   Reply With Quote
Old 2004-06-24, 07:25 PM   #4
whdjr
I could stop if I wanted to
 
Join Date: 2003-05
Posts: 335
whdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of light
Default RE: QLEADER Stuff

You do realize you can draw a QLEADER without a text object, right?
__________________
Good Blockin'

Will DeLoach
AutoCad / ADT 2006
whdjr is offline   Reply With Quote
Old 2004-06-25, 03:54 AM   #5
psuchewinner
Member
 
Join Date: 2003-10
Posts: 5
psuchewinner is starting their journey
Default RE: QLEADER Stuff

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.
psuchewinner is offline   Reply With Quote
Old 2004-06-25, 02:44 PM   #6
whdjr
I could stop if I wanted to
 
Join Date: 2003-05
Posts: 335
whdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of lightwhdjr is a beam of light
Default RE: QLEADER Stuff

Post it here as a challenge. I'm sure someone can help.
__________________
Good Blockin'

Will DeLoach
AutoCad / ADT 2006
whdjr is offline   Reply With Quote
Old 2004-06-26, 04:14 AM   #7
paulmcz
Active Member
 
Join Date: 2003-11
Location: YUL
Posts: 74
paulmcz is going the right waypaulmcz is going the right waypaulmcz is going the right way
Default

(command "leader" point1 point2 "" "" "n" ^c^c)
paulmcz is offline   Reply With Quote
Old 2004-07-08, 11:01 PM   #8
LT.Seabee
Member
 
LT.Seabee's Avatar
 
Join Date: 2004-07
Posts: 17
LT.Seabee is going the right wayLT.Seabee is going the right way
Question RE: QLEADER Stuff

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?
LT.Seabee is offline   Reply With Quote
Old 2004-07-09, 08:47 AM   #9
Mike.Perry
Administrator
 
Mike.Perry's Avatar
 
Join Date: 2001-03
Location: Fenton, MO via the UK
Posts: 13,500
Mike.Perry has disabled reputation
Default RE: QLEADER Stuff

Hi

Check out the following thread -

QLEADER SETTINGS

Have a good one, Mike
__________________
..........MeWhee
Mike.Perry is offline   Reply With Quote
Reply


Go Back   AUGI Forums > AUGI Technical (English) > Programming > AutoLISP

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

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


All times are GMT +1. The time now is 02:11 PM.