Function Entry: VLAX-CURVE-ISCLOSED

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

Function Entry: VLAX-CURVE-ISCLOSED

Name

vlax-curve-isClosed

Class

Visual LISP curve predicate

Syntax

(vlax-curve-isClosed curve)

Arguments and Values

  • curve — VLA-object designating a curve.

Description

Determines whether the specified curve is closed.

Return Values

  • T if the curve is closed
  • nil otherwise

Side Effects

None.

Availability

  • AutoCAD 2026: documented (per Autodesk reference page).
  • BricsCAD V26: presumed compatible (no contradicting page found).
  • Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.

Notes

  • Autodesk glosses “closed” here as having the same start point and end point.

Compatibility

Available only on Windows.