tin:getpointscount


(tin:getpointscount  tinEname  visibleOnly)

This function returns the number of all or visibleOnly points used by the definition of the tinEname TinSurface entity.

Arguments

tinEname  (ename or vla-object)  the TinSurface entity to query
visibleOnly  (T/NIL) specifies whether to count all definition points (NIL), or only the visible points (T)

Return

(integer) number of points

Example

(tin:getPointsCount tin T)  55
(tin:getPointsCount tin NIL)  65

Remarks

see (tin:gettrianglescount) function



©  Bricsys NV. All rights reserved.