This routine imports ASCII file data into AutoCAD as 3D survey points, complete with an attribute block listing the point properties. Chris Bell has added more features to this routine, adapting a tip originally authored by Tom Haws. One of the files is a drawing named point.DWG. Either put this drawing in a location where AutoCAD can find it, or just insert it into your drawing before you begin. Start by loading the LISP routine and typing in the command PointsIn. Select the file format that matches your file — either PNEZD (Point number, Northing, Easting, Elevation, Description) or PENZD (Point number, Easting, Northing, Elevation, Description). Both tab and comma-delimited formats are supported. Once you select the file, the operation begins. Be patient, as it may take a few seconds to process several hundred points. When the operation is complete, you will have a 3D point entity, plus the attribute block at each location of a point in the ASCII file. For more information, check out the extensive comments in the code itself, and/or the enclosed RTF file. Good job, gentlemen. |