tin:changepointelevations


(tin:changepointelevations  tinEname  points  elevations)

This function changes the specified points in the tinEname TinSurface entity to the new Z elevations.

Arguments

tinEname  (ename or vla-object)  the TinSurface entity to query
points  (list of 2d/3d points)  the points to adjust for their 3d Z elevation
elevations  (list of numbers)  the new Z elevation values for the specified points

Return

T or NIL

Example

(tin:changePointElevations tin '((10 80 5) (50 50 10)) '(7 12))  T

Remarks

both lists points and elevations must have same length (1 Z elevation value for each point) !



©  Bricsys NV. All rights reserved.