hi,
i'm looking for lisp that could calculate the grade percentage of a polyline, or 2 points.
i'm doing it manually now by measuring the polyline by DIST, and the dividing the delta Y by delta x.
it doesn't need to necessarily calculate the percent itself, i'm fine with just the decimal fraction.
also it doesn't matter if the result will be in the command line or in inserted text.
i would be grateful for that, i'm looking everywhere and i cant even find some routine to modify with my limited knowledge of writing lisps.