tin:getpointsinsidepolygon
(tin:getpointsinsidepolygon tinEname
polygon inclOnEdge)
This function returns all points of the
tinEname TinSurface entity, located inside the polygon, optionally including
the edge points if inclOnEdge
is T.
Arguments |
tinEname (ename or vla-object) the TinSurface entity to
query |
Return |
(list of 3d points) all TinSurface points included inside the specified polygon |
Example |
(tin:getPointsInsidePolygon
tin '((20 -20) (120 50) (70 120)) T) |
Remarks |
|
© Bricsys NV. All rights reserved. |