Function Entry: VLE-GETGEOMEXTENTS

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: VLE-GETGEOMEXTENTS

Name

vle-getgeomextents

Class

BricsCAD VLE Library Function

Syntax

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

Arguments and Values

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

Description

returns the bounding box (geometric extents) for given entity or entities

Return Values

'(minpoint maxpoint)

list of minimum (lower-left) and maximum (upper-right) 3d WCS points;

NIL in case of error

Examples

(vle-getgeomextents
(entlast))

returns  '((-1.0 2.0 0.0) (10.0 12.0
2.0))

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

Source Notes