用AutoLisp编程给点的z坐标赋高程值
李向东
摘 要:在土方量的计算中,需要提取点的三维坐标。而许多电子版地形图的Z坐标值均为0,此时就需要对关联点的z坐标赋高程注记值。本文介绍用AutoLisp进行简单的编程,实现赋值过程。
关键词:AutoLisp;编程;赋值
Change the z-coordinates value of a point With AutoLisp
Li Xiang-dong
Abstract: To Calculate the value of earthwok ,it is necessary to obtain three-dimensional coordinates.But the value of all z-coordinatessome is zero in some electronic map, it is necessary to change a z-coordinates value into the value by the nearest note.The auther introduces a simple programme to arrive at the decision.
Key words:AutoLisp;programme;value
前 言
许多的电子版地形图中,Z坐标的值均为0,这便于平面设计,但在一些工程应用中却不方便了,如在土方量的计算中,就需要提取点的三维坐标构建DEM来进行土方计算。这就需要给所有的点进行Z坐标赋值。利用AutoLisp很容易就能实现该操作。