Jump to content

Draw line from textfile


lucaxvu

Recommended Posts

Hi all,

 

I want to load a text file, the file is in X,Y format. I want to draw the line on this file without have to enter the x,y coord one by one.

 

Thks a lot.

Link to comment
Share on other sites

Create a script file from it just add LINE as the top line and only the X,Y coordinates with NotePAD and save with a scr extentsion. Then run that script. Provide the points are in the order you want to draw the lines.

scriptFile.jpg

Edited by Murph_map
image inserted wrong
Link to comment
Share on other sites

Better still just type Line then cut and paste your x,y co-ordinates into the command line ! yes it works !

 

If you have lots of seperate lines then use the script method you just need an "enter" to stop and start the groups you dont need a "line" as the enter will repeat the line command.

 

line

1,1

2,2

3,3

 

 

5,5

6,5

5,4

 

etc

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...