tin:getboundingbox


(tin:getboundingbox  tinEname)

This function returns the 2d boundingbox for the tinEname TinSurface entity.

Arguments

tinEname  (ename or vla-object)  the TinSurface entity to query

Return

(list of 2 point lists, Z=0)  the minimum/maximum box defined by the TinSurface

Example

(tin:getBoundingBox tin)
((10.0 10.0 0.0) (80.0 80.0 0.0))

Remarks

minimum and maximum elevations can be retrieved by (tin:getminelevation) and (tin:getmaxelevation) functions



©  Bricsys NV. All rights reserved.