Function Entry: ACET-PLINE-SEGMENT-LIST-APPLY

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: ACET-PLINE-SEGMENT-LIST-APPLY

Name

acet-pline-segment-list-apply

Class

BricsCAD ExpressTools API Function

Syntax

(acet-pline-segment-list-apply entity plinedata)

Arguments and Values

Arguments are described in the vendor page; see Source Notes.

Description

Applies polyline definition data plinedata to the polyline specified by entity; entity can either by an ENAME or an (entget) list including the -1 DXF group, and must specify a polyline entity; the definition data plinedata to be applied to the polyline must be a list of type (vertex-list startwidth-list endwidth-list bulge-list) as returned by (acet-pline-segment-list).

Return Values

Vendor-defined; see Source Notes.

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

Source Notes