Function Entry: ACET-GEOM-VERTEX-LIST

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

Function Entry: ACET-GEOM-VERTEX-LIST

Name

acet-geom-vertex-list

Class

BricsCAD ExpressTools API Function

Syntax

(acet-geom-vertex-list entity)

Arguments and Values

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

Description

Returns the list of definition points for a POLYLINE or LWPOLYLINE entity given by entity; entity can be : a) an ename : result points are transformed into current UCS b) an (entsel) lst : result points are transformed into current UCS c) a list (ename toCS) : result points are transformed into UCS as defined by toCS, see (trans) function

Return Values

Vendor-defined; see Source Notes.

Availability

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

Source Notes