ASMI Posted March 21, 2009 Posted March 21, 2009 > oliver Modify 'Area multiplayer' and 'Precision of coordinates' in 'Adjustment' section of the code. Quote
oliver Posted March 21, 2009 Posted March 21, 2009 > oliver Modify 'Area multiplayer' and 'Precision of coordinates' in 'Adjustment' section of the code. thank you..will give it try.. oliver Quote
ChrisCMU Posted April 17, 2009 Posted April 17, 2009 The one in post #31 does nothing for me. all it does is create a region, but no table ever appears. The one in post #23 works, but it doesn't label the point on the object at all. Quote
ChrisCMU Posted April 17, 2009 Posted April 17, 2009 also, do you have one that simply does a point? it would be cool if it did a quick leader line from the point you click to the corner of the table created (no need for lettering points if that works). I found a good one here in post #3 FWI: http://www.cadtutor.net/forum/showthread.php?t=24793&highlight=text+from+list+point Quote
Lee Mac Posted April 17, 2009 Posted April 17, 2009 Does the one on ASMITools not perform as you need it to? http://www.asmitools.com/Files/Programs.html Great site ASMI Quote
ChrisCMU Posted April 17, 2009 Posted April 17, 2009 No. See post #43. One doesn't work at all, the other doesn't label the points at all. not sure why. Quote
ASMI Posted April 18, 2009 Posted April 18, 2009 What version of AutoCAD (or vertical product such Arhitectural Desktop etc.) you use? Please attach some drawing of where does not work. Here is latest version http://www.asmitools.com/Files/Lisps/Tabcord.html The work program is tested only for the "plain" AutoCAD 2005 - 2008. I hope that it works and in 2009 - 2010. But I can not guarantee that it work for all the vertical products. It just will not work in BricsCAD and other products relative to Open Design Alliance. Quote
oliver Posted April 18, 2009 Posted April 18, 2009 What version of AutoCAD (or vertical product such Arhitectural Desktop etc.) you use? Please attach some drawing of where does not work. Here is latest version http://www.asmitools.com/Files/Lisps/Tabcord.html The work program is tested only for the "plain" AutoCAD 2005 - 2008. I hope that it works and in 2009 - 2010. But I can not guarantee that it work for all the vertical products. It just will not work in BricsCAD and other products relative to Open Design Alliance. how to edit the txtsize and table? Quote
ASMI Posted April 18, 2009 Posted April 18, 2009 how to edit the txtsize and table? Look for ADJUSTMENT at begin of code: ;;; **************************************************************** ;;; *************************** ADJUSTMENT ************************* ;;; **************************************************************** (setq mType nil) ; Markups mode. T - digits, NIL - letters [color="Blue"](setq tHt -1.0) ; Table text size. Positive - absolute, ; negative multiplayer to TEXTSIZE variable[/color] [color="#0000ff"](setq mHt -2.0) ; Markups text size. Positive - absolute, ; negative - multiplayer to TEXTSIZE variable[/color] (setq cAcu 4) ; Precision of coordinates (from 0 to (setq dHead nil) ; If T delete table header, if NIL not delete (setq hStr "Land # ") ; Standard header (if dHead not equal T) (setq hHt -1.25) ; Header text size. Positive - absolute, ; negative - multiplayer to TEXTSIZE variable (setq w1 -10.0) ; 'Point' column width. Positive - absolute, ; negative - multiplayer to TEXTSIZE variable (setq w2 -20.0) ; 'X' and 'Y' colums width. Positive - absolute, ; negative - multiplayer to TEXTSIZE variable (setq w3 -12.0) ; 'Radius' column width. Positive - absolute, ; negative - multiplayer to TEXTSIZE variable (setq isPer T) ; if T adds perimeter row (setq isAre T) ; if T adds area row (setq isGCen T) ; if T adds center of gravity row (setq pMul 0.001) ; perimeter multiplayer (setq aMul 0.000001) ; area multiplayer ;;; **************************************************************** ;;; ************************* END ADJUSTMENT *********************** ;;; **************************************************************** Quote
ChrisCMU Posted April 19, 2009 Posted April 19, 2009 What version of AutoCAD (or vertical product such Arhitectural Desktop etc.) you use? Please attach some drawing of where does not work. Here is latest version http://www.asmitools.com/Files/Lisps/Tabcord.html The work program is tested only for the "plain" AutoCAD 2005 - 2008. I hope that it works and in 2009 - 2010. But I can not guarantee that it work for all the vertical products. It just will not work in BricsCAD and other products relative to Open Design Alliance. I have Map 3D 2010. Quote
ChrisCMU Posted April 20, 2009 Posted April 20, 2009 What would be stellar is a modification of the ID command. It would take the results of the ID and copy the X,Y coordinates to the clipboard so you can paste them into an excel table. It would be awesome if you could click as many points as you want and then hit enter when done to generate the copy. Not sure if this is possible (copying it to the clipboard). An alternative would be it generating a text file or something with a comma separator. The reason I would love this is we do air modeling and I have to take coordinate points off drawings to put into a table that can be used in modeling programs. It's very tedious. I'm open to the easiest way to get those coordinates into a table (not within the drawing). Quote
ChrisCMU Posted April 20, 2009 Posted April 20, 2009 The data extraction tool does something similar to this but it doesn't seem to have X,Y points for the polylines. Maybe I am not doing it right (have to play around with it some more). The geometry output seems to work well for circles though. EDIT - if you select points as the objects to output (instead of line, polyline, etc) it works great. Quote
asos2000 Posted May 18, 2009 Posted May 18, 2009 Thanx for that great lisp but could i pick the points not picking a pline and Prefix Code Thanx Quote
krishnakumaryadav Posted January 21, 2010 Posted January 21, 2010 i have levels of a ground surface then how can i make a contour Quote
ReMark Posted January 21, 2010 Posted January 21, 2010 i have levels of a ground surface then how can i make a contour Perhaps you'll get more responses if you post your question as a new thread. Please provide as much detail as you can so responders can answer your question as fully as possible. Thanks. Quote
OSCGOLF Posted January 21, 2010 Posted January 21, 2010 Well it looks like "ASMI" is no longer a member of this forum. This Lisp works great, I love it... I can select individual lines or arcs, but I can't "select" more than one line or arc. Is there a keyboard shortcut for window crossing/window selection? or a right click option when selecting? Any help? Quote
Lee Mac Posted January 21, 2010 Posted January 21, 2010 Well it looks like "ASMI" is no longer a member of this forum. This Lisp works great, I love it... I can select individual lines or arcs, but I can't "select" more than one line or arc. Is there a keyboard shortcut for window crossing/window selection? or a right click option when selecting? Any help? It looks like ASMI has used an "entsel" selection - permitting selection of only 1 object. So No - these options aren't available to you. Quote
OSCGOLF Posted January 21, 2010 Posted January 21, 2010 PLEASE LOOK IN MESSAGE #31 AND MESSAGE #35 Many points listed in that table, I can't seem to select more than one. Did he update the LISP somewhere along the line in that forum post? In AMSI's last forum post, he attached a .Zip file with many lisps. (I wonder if one of them was changed) Thanks for your help... Quote
Lee Mac Posted January 21, 2010 Posted January 21, 2010 No. The latest code, found here, still uses an entsel driven selection. Quote
Lee Mac Posted January 21, 2010 Posted January 21, 2010 PLEASE LOOK IN MESSAGE #31 AND MESSAGE #35 Many points listed in that table, I can't seem to select more than one. The images shown in Msg #31, and #35 still display the correct number of points per polyline. There is the possibility that ASMI produce each table separately you know... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.