Organic Posted March 5, 2011 Posted March 5, 2011 how to download it See http://lee-mac.com/ptmanager.html & http://lee-mac.com/runlisp.html Quote
Organic Posted December 19, 2011 Posted December 19, 2011 This came in handy again today for both exporting a large number of coordinates from AutoCad, although more so for inserting blocks onto those points also (as point extraction I can get from other programs also). Quote
Lee Mac Posted December 19, 2011 Author Posted December 19, 2011 Excellent to hear Dink! I'm glad my old programs such as these are still getting some use! Quote
ctoshio Posted December 29, 2011 Posted December 29, 2011 Dear Lee, Great program. Could you tell me if is possible close txt file and not append txt file (output) after ok dialog? for example I generate a output file.txt file.I run again to same file file.txt, datas in file txt is append. Sorry for my English. Quote
Lee Mac Posted December 29, 2011 Author Posted December 29, 2011 Great program. Thanks ctoshio, I'm glad you like it. Could you tell me if is possible close txt file and not append txt file (output) after ok dialog?for example I generate a output file.txt file.I run again to same file file.txt, datas in file txt is append. I haven't worked on this program for almost two years and consequently the code is in dire need of a rewrite; however, to alter the file output to overwrite an existing file, change: Line 1451, Column 59: (open (cadr IO) "a") To: (open (cadr IO) "w") PS. Your English is pretty good Quote
loneship Posted July 14, 2012 Posted July 14, 2012 Hi Lee, first, many thanks for the Ptm. It works very fine for me! But I have one suggestion for a new general function: Is it possible to separate imported points/blocks etc to different layers? Seperation-criteria should be an selectable attribute from the Input File. This gives me the opportunity to distinguish the survey data by pointcode. Many thanks! Quote
Lee Mac Posted July 14, 2012 Author Posted July 14, 2012 Hi loneship, Welcome to CADTutor and thank you for your suggestion. I haven't worked on this program for quite a few years now and so I would likely rewrite the entire program before adding new features to the existing code. To provide you with a quick workaround, I would suggest separating your file into separate files for each layer, then running my Point Manager multiple times to create the points for each layer. Lee Quote
loneship Posted July 14, 2012 Posted July 14, 2012 Thanks for the workaround. In any case it's much faster to import points than ever it was before! I see the program is already fully developed, but I hope for a new version :-) CU Jens Quote
Lee Mac Posted September 6, 2012 Author Posted September 6, 2012 lee mac u are the best THX Cheers iztok! Quote
racso_mrs Posted November 22, 2013 Posted November 22, 2013 Hi Lee Mac, my English is awful but i have a question. Can you extract coordinates xyz from a mesh to a txt or csv file? Quote
marko_ribar Posted November 22, 2013 Posted November 22, 2013 Coordinates of mesh entity are stored under DXF10 entity data... They are always in WCS, so you only need to obtain this info and write it to txt or csv using (write-line) function... Quote
yathishkumar Posted October 12, 2014 Posted October 12, 2014 hi lee, sir i need help when i write attribute block xyz from csv file point numbers x y z des it is reverse Quote
Lee Mac Posted October 12, 2014 Author Posted October 12, 2014 hi lee, sir i need help when i write attribute block xyz from csv file point numbers x y z des it is reverse Is the 'Point Format' option (lower-right of the dialog) set to XYZ? Quote
BIGAL Posted October 13, 2014 Posted October 13, 2014 Hi Lee, every time I see I want a point input program a bit different they all seem to be heading in the same direction as Field survey reduction, a built in function of CIV3D etc. assigns pts to layers & join lines together of similar code add blocks to points on particular layers set points contourable or not Basicly its the reducing of data via a library matching system. There are generally two types number or Alphanumeric 01203 = 01EB = EB points only say a tree 00TR 00256 or TR3. This method has been around for years. A simple way to look at it is to do a double sort on a pts list in excel sort on code 1st then pt number so you end with 1,123,123,123,01EB 2,124,124,122,01EB 32,125,125,125,01EB 33,126,126,125,02EB 34,127,127,127,02EB Note pt 32 does not join to 33 as code is different but 33-34 join now. A library would have the code control EB is layer name "Edge Bitumen" color linetype etc. The first two characters are sting control join like number strings a 00 means a point so attach a block. NOTE you can have as many 01 strings as you like 01EB 01CL it just means join all EB with string number 01 together. Its what I call spagetti get it wrong and thats what it looks like. In ending, Lee if you have any idea on how to do the double sort thats 90% of the problem solved. I am happy to supply data and finished dwg's, no will not send the 30,000 plus jobs let me know. Quote
ttuglu Posted October 17, 2014 Posted October 17, 2014 Is it possible to read coordinates and label from a CSV and put points + label for the points. i.e : x y z label 10 20 30 tuglu it will put a point to 10,20,30 and add tuglu text nearby. ?? It would be really useful for me Quote
LibertyOne Posted October 18, 2014 Posted October 18, 2014 WOW Lee, didn't know that you had such gems. I need to investigate a bit more...(and if my MicroStation work wasn't piled so high, I'd have more time for AutoCAD/AutoLisp) Quote
m0mm0 Posted July 14, 2015 Posted July 14, 2015 this lsp point manager is simply beautiful, thanks guys Quote
Lee Mac Posted July 15, 2015 Author Posted July 15, 2015 this lsp point manager is simply beautiful, thanks guys Thanks! 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.