View Full Version : Insert points
mikescadprobs
31st Mar 2005, 01:15 pm
Hi does anyone have a routine for inserting multiple points x,y,z (northing/easting etc) from a txt/csv file.
CarlB
31st Mar 2005, 06:37 pm
If the points are AutoCAD points rather than a custom block, you don't need a routine. Start the "point" command, multiple option - type MULTIPLE then POINT. When it asks you for the first point, copy data from a text/csv file (or from Excel column if in x,y,z format) and paste into the command line. This continues the POINT command using the copied point information. Then ESC to end the command. Done!
rigid_joint
5th Aug 2005, 11:48 pm
otherwise???
devitg
6th Aug 2005, 11:18 pm
copy and paste it , and save as point.scr
pdmode
34
pdsize
-5
point 407363.663,1211715.897
point 406289.651,1211822.664
point 407092.375,1211107.542
point 406292.982,1211792.805
point 406296.163,1211762.287
point 406299.101,1211733.17
point 407440.156,1211600.68
point 407444.063,1211549.117
point 407441.719,1211578.805
point 407436.875,1211590.211
point 406131.667,1211717.366
point 406039.417,1211712.866
point 406319.514,1211589.673
point 406325.714,1211547.073
point 407247.908,1211773.86
point 404913.9,1211003.987
from the command line type SCRIPT
and select the point.scr
this is part of a more than 50000 points
Powered by vBulletin™ Version 4.1.2 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.