tin:getintersectionswithline
(tin:getintersectionswithline tinEname
point1 point2 allOrFirst
visibleOnly)
This function returns all (or first)
intersection point(s) for the tinEname TinSurface entity
with a line from point1 to point2, for all or visible
triangles.
Arguments |
tinEname (ename or vla-object) the TinSurface entity to
query |
Return |
(list of 3d points) the list of 3d intersection points (one or multiple) |
Example |
(tin:getIntersectionsWithLine
tin '(-10 30 4) '(100 50 8) T T) |
Remarks |
the "line" is defined as start/end point, it is not an endless vector ! |
© Bricsys NV. All rights reserved. |