Function Entry: ACET-PLINES-EXPLODE
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: ACET-PLINES-EXPLODE
Name
acet-plines-explode
Class
BricsCAD ExpressTools API Function
Syntax
(acet-plines-explode ss)
Arguments and Values
Arguments are described in the vendor page; see Source Notes.
Description
Explodes all polylines contained in selectionset ss, and returns a a list of definition data, 1 entry for each exploded polyline : (ExplodedData ExplodeData …). ExplodedData : is a list of format (ltypegen enames widthlist ucs startpt flag1 flag2) ltypegen : string specifying whether linetype generation is on or off for the source polyline enames : list of entity names created by the explode operation widthlist : list of (start-width end-width) entries of the source polyline ucs : entity coordinate system of the source polyline startpt : start point of the source polyline flag1 : actually always NIL flag2 : actually always NIL
Return Values
Vendor-defined; see Source Notes.
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [acet-plines-explode (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/acetplinesexplode.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).