Jorge Garcia Posted October 3, 2019 Posted October 3, 2019 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! Quote
ronjonp Posted October 3, 2019 Posted October 3, 2019 Look into: vlax-curve-getDistAtPoint vla-IntersectWith Quote
BIGAL Posted October 4, 2019 Posted October 4, 2019 (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 October 4, 2019 by BIGAL Quote
Recommended Posts
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.