tin:findtinpointat


(tin:findtinpointat  tinEname  point)

This function returns the TinPoint (point + triangle) on the tinEname TinSurface entity, at the location of input point.

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

(list of point and triangle points)  the list of the tin point and the triangle containing the searched point

Example

(tin:findtinpointat tin '(10 10 2))
((10.0 10.0 2.0) ((25.0 25.0 6.0) (10.0 10.0 2.0) (80.0 20.0 7.0)))

(tin:findtinpointat tin '(10 10))
((10.0 10.0 2.0) ((25.0 25.0 6.0) (10.0 10.0 2.0) (80.0 20.0 7.0)))

Remarks

see (tin:findtintrianglesat) function



©  Bricsys NV. All rights reserved.