vl-getgeomextents


(vl-getgeomextents  ename | list-of-enames | selectionset)

this function returns the extents of an entity (or list of entities or selectionset) as list of 3D points (pointMin pointMax) in WCS, or NIL in case of an error

Arguments

ename  single entity name
or
selectionset  set of entities
or
list-of-enames list of entity names

Return

'(minpoint maxpoint)
list of minimum (lower-left) and maximum (upper-right) 3d WCS points;
NIL in case of error

Example

(vl-getgeomextents (entlast))
returns  '((-1.0 2.0 0.0) (10.0 12.0 2.0))

Alias


Remarks

deprecated; please use (vle-getgeomextents) instead



©  Bricsys NV. All rights reserved.