Function Entry: ACET-LWPLINE-MAKE
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: ACET-LWPLINE-MAKE
Name
acet-lwpline-make
Class
BricsCAD ExpressTools API Function
Syntax
(acet-lwpline-make inplist)
Arguments and Values
Arguments are described in the vendor page; see Source Notes.
Description
Creates a LWPOYLINE entity based in inplist data; inplist must be a list of format (defaults points). defaults : is a list of (dxf . value) pairs, specifying desired standard properties like color, layer etc.; can be NIL points : is a list of 2d or 3d points Returns nothing (like (princ) function). Example : (setq points Create a closed LWPOYLINE with color cyan and global width 2, using 3 points.
Return Values
Vendor-defined; see Source Notes.
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [acet-lwpline-make (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/acetlwplinemake.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).