- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
@Spakron wrote:
... measure the distance between A NUMBER of points within these lines (we can set the number of points manually) ....
I have a LADDER command that does that with two Line paths. Attached is a modification called LADDERC.lsp with its eponymous command name, to work with two paths of any finite kind with linearity [anything in the (vlax-Curve...) class other than Rays/Xlines]. It divides the length of each path object equally within itself, which means it works well with "clean" path relationships:
and gets a little weirder as the configurations of the two paths get a little more variable:
but goes kind of wacko if they're very different:
So it's appropriate in certain kinds of relationships and not others.
[The source routine is from 12 years ago, and if I were to write it today I would do certain things differently, but all I did was modify it minimally. Very lightly tested.]