Function Entry: VLE-IS-CURVE
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLE-IS-CURVE
Name
vle-is-curve
Class
BricsCAD VLE Library Function
Syntax
(vle-is-curve en)
Arguments and Values
- entity entity name to be verified (ENAME or
- VLA-OBJECT
Description
verifies whether 'entity' is a valid curve-based entity name or not.
Return Values
T if 'entity' is a valid curve-based entity
NIL if 'entity' is not a valid curve-based entity
Examples
(vle-is-curve en) => return T for a LINE entity (vle-is-curve en) => return NIL for a 3DFACE entity
Notes
curve-based entities
AcDbLine
AcDbPolyline
AcDb2dPolyline
AcDb3dPolyline
AcDbArc
AcDbCircle
AcDbEllipse
AcDbSpline
AcDbHelix
AcDbLeader
AcDbRay
AcDbXline
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vle-is-curve (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vle-is-curve.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).