tin:addpoints


(tin:addpoints  tinEname  points)

This function adds the specified points list of points to the tinEname TinSurface entity.

Arguments

tinEname  (ename or vla-object)  the TinSurface entity to add the specified points to
points  (list of 2d/3d point list)  the point sto be added

Return

T or NIL

Example

(vl-load-tin)
(setq tin (tin:createTin '(0 0 0) '(100 100 100) 1000))
(tin:addpoints tin '((10 80 5) (50 50 10) (10 10 2) (80 20 7) (70 60 3) (40 70 10) (25 25 6) (55 55 2) (75 45 5) ))  T

Remarks

see (tin:addpoint) function



©  Bricsys NV. All rights reserved.