tin:contains


(tin:contains  tinEname  point)

This function verifies whether the specified point is used by the definition of the tinEname TinSurface entity.

Arguments

tinEname  (ename or vla-object)  the TinSurface entity to query
point  (2d/3d point list)  the point to be searched; Z elevation is ignored

Return

T or NIL

Example

(tin:contains tin '(50 50 10))  T
(tin:contains tin '(50 50))  T

Remarks

see (tin:findtinpointat) function



©  Bricsys NV. All rights reserved.