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
- [acet-geom-list-extents (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/acetgeomlistextents.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).