tin:getboundaries
(tin:getboundaries tinEname)
This functions returns the list of all
boundary polygons (list of 3d point lists) for the
tinEname TinSurface entity;
besides the outer border polygon(s), also all
inner 'hole' boundary polygon(s) are returned.
Provides similar functionality as the
TINEXTRACT -> BORDER command sequence.
|
Arguments |
tinEname (ename or vla-object) the TinSurface entity to query |
|
Return |
(list of 3D point lists) the list of includes all outer and inner polygons of the TinSurface entity, or NIL |
|
Example |
(tin:getBorders
tin) |
|
Remarks |
There can be more than only 1 polygon for a TinSurface - do not assume that only 1 polygon is always returned ! |
| © Bricsys NV. All rights reserved. |