Function Entry: ACET-GEOM-LIST-EXTENTS

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

Function Entry: ACET-GEOM-LIST-EXTENTS

Name

acet-geom-list-extents

Class

BricsCAD ExpressTools API Function

Syntax

(acet-geom-list-extents pointlist)

Arguments and Values

Arguments are described in the vendor page; see Source Notes.

Description

Determines the extents of all points given in pointlist; pointlist must be a list of 2d or 3d points (mixed format is allowed). Returns a list of format (pLowerLeft pUpperRight); if all points of pointlist are 3d points, the returned pLowerLeft and pUpperRight are 3d points.

Return Values

Vendor-defined; see Source Notes.

Availability

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

Source Notes