Message 1 of 14
Lisp to extract vertical distance between points?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I am having to come up with a solution in AutoCAD in an attempt to avoid having to use Civil 3D.
Given a number of pairs of points (each of the two points in a pair having the same x and y coordiantes but potentially different z coordinates). is there a way to insert some text at the x,y common coordinates of each pair to display the difference in z for each pair?
I need to numerically display the diferences between as-built vs designed surfaces. My thinking is to use PROJECTGEOMETRY to vertically project surveyed points onto the designed surface and obtain the above mentioned text to describe the differences.
Any help would be much appreciated.