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
- [vle-curve-getperimeter (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vlecurvegetperimeter.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).