Do you mean ballons? what version of cad are you using?
Registered forum members do not see this ad.
Is there away to make numbered arrows or little number balls to refrence things in a table?
Do you mean ballons? what version of cad are you using?
USING AUTOCAD 2013 AND INVENTOR 2013, ALIAS 2013.
If in doubt scale and don't ask!
2006
I have written a lisp routine that places a donut and a number (the numbers increase sequentially with increased point selections) at a user selected point. It then creates a table with the point number, easting, northing and level of the selected point (Pt. No. X Y Z).
The point number placed at the selected point has a text box around it.
Is this the sort of thing you are after ?
Yell if you want a copy.......
does it make one table or a bunch of small ones all over the page?
That's a user choice, it will either add to a previous table or start a new one. You select the start point for for any new table.
You also choose the start number for the sequential point numbers. The routine also allows you to place the point number (and associated text box) at any location you want.
i would love a copy thanx.
Ever tried TCIRCLE..? I use this for my Datum references
AutoCAD 2010
'"Accept that some days you're the pigeon, and some days you're the statue."

Alan Cullen, I'd also liked to see your lisp. Could you post for me also or publish it in this forum?
Registered forum members do not see this ad.
If uou put your leaders in first and just use the letter A as the text. Then use TCIRCLE to put circles around them, then use TCOUNT it will put numbers in the circles (use the overwrite option) instead of the letter A.
EDIT: oops forgot to say. The TCOUNT replaces the text values so select them and not the circles. Also it increments in the order of selection.
Dave
Bookmarks