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 |
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); |
© Bricsys NV. All rights reserved. |