tin:movepoints


(tin:movepoints  tinEname  fromPoints  toPoints)

This function moves all the points specified in fromPoints to new locations in toPoints in the tinEname TinSurface entity.

Arguments

tinEname  (ename or vla-object)  the TinSurface entity to be modified
fromPoints  (list of 2d/3d point list)  the points to be moved to new locations
toPoints  (list of 2d/3d point list)  the new locations for the point
both point lists must have same number of points

Return

T or NIL

Example

(tin:movepoints tin '((10 70 5)(75 45 5)) '((10 80 5)(85 50 5)))  T

Remarks

the points in fromPoints must be real definition points of the TinSurface (within geometric tolerance);
each point in fromPoints corresponds to the point at same index in toPoints (1-to-1 relation);
see (tin:movepoint) function



©  Bricsys NV. All rights reserved.