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