Function Entry: BPOLY
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: BPOLY
Name
bpoly
Class
BricsCAD Standard / Misc Function
Syntax
(bpoly point)
Arguments and Values
- point (2d/3d point list) the point to create the boundary
- around
Description
This function returns a polyline from the boundary found around point.
Return Values
ENAME of the boundary polyline (if created), NIL otherwise
Notes
In AutoLISP, there is only the first argument point allowed, the original syntax (bpoly point selectionset) is no longer supported;
alternative : (command "-boundary" ….)
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [bpoly (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/bpoly.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).