Adding points to an existing geometry

Adding points to an existing geometry

Anonymous
Not applicable
1,576 Views
1 Reply
Message 1 of 2

Adding points to an existing geometry

Anonymous
Not applicable

I have the dxf file of a 2D geometry created in AutoCAD and I would like to add points on the lines of

the existing geometry. The list of points to be added is present in a text file.

 

Untitled.png

 

 

For example, I want to add 10 points on line between 3 and 2 in the above image. The(x,y) coordinates of the 10 points are present in a text file. Is there a way to import and snap the coordinates close to the boundary(/line) because the coordinates come from a pre-processing step and might lie a bit off from the actual points on 3- 2. 

 

0 Likes
Accepted solutions (1)
1,577 Views
1 Reply
Reply (1)
Message 2 of 2

ChicagoLooper
Mentor
Mentor
Accepted solution

Your points are in a text file, with .txt extention, correct? Open the txt file and copy the points to your clipboard.

 

1-copy all point coordinates  to clipboard.1-copy all point coordinates to clipboard.

 

 

Start point command from the ribbon. Next, on command line, paste the contents of your clipboard, then ENTER.

 

2-Start Point command, then paste contents of clipboard onto command line.2-Start Point command, then paste contents of clipboard onto command line.

 

Your points will appear in modelspace.

 

3-Points are inserted. Use PTYPE to change the 'point style.'3-Points are inserted. Use PTYPE to change the 'point style.'

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Chicagolooper

EESignature

0 Likes