Function Entry: VLE-CURVE-GETPERIMETER

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

Function Entry: VLE-CURVE-GETPERIMETER

Name

vle-curve-getperimeter

Class

BricsCAD VLE Library Function

Syntax

(vle-curve-getperimeter entity)

Arguments and Values

  • entity can be an ENAME or VLA-OBJECT

Description

returns the curve length (perimeter) for the specified entity

Return Values

'length' (perimeter) value of any 'curve' entity, or NIL in case of an (unexpected) error

Examples

(vle-curve-getperimeter
(entlast))

returns 2.0 for a LINE with (0,0,0) -
(2,0,0)

Availability

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

Source Notes