Jump to content

INTERSECTING LAYER DISTANCES TO CSV FILE


Recommended Posts

Posted

Dear all,

The attached picture will explain everything hopefully.

Basically I am in need or a routine that would create a .csv file like the one shown on the picture, with the distances of the interceptions from vertex 1 of a base pline and the layer names of the intercepting plines, all separate with a column of "0".

 

Note:

Sometimes this intercepting lines can be on the vertex or midpoint of sections of the base pline, I don't know if that is important.

 

Thanks beforehand!

EXAMPLE.png

Posted

Look into:

vlax-curve-getDistAtPoint

vla-IntersectWith

Posted (edited)

Agree with Ronjonp

 

Also (ssget "F" (list of vertice points of the main line) this will find all the crossing lines so no need to pick them 

Then Vla-intersectwith, Vlax-curve-getdistatpoint

 

Just be careful that answers are not backwards from wrong end can do a pick a end and check, reverse pline if required.

 

 

 

 

Edited by BIGAL

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...