Function Entry: VLE-VECTOR-MIDPOINT

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

Function Entry: VLE-VECTOR-MIDPOINT

Name

vle-vector-midpoint

Class

BricsCAD VLE Library Function

Syntax

(vle-vector-midpoint pnt1 pnt2)

Arguments and Values

  • pnt1 a 2d or 3d point list
  • pnt2 a 2d or
  • 3d point list

Description

This function returns the midpoint between point pnt1 and point pnt2.

Return Values

list (midX midY midZ) always a 3d point list

Examples

(vle-vector-midpoint
 '(1 2 3)  '(10 20 30))  returns '(5.5  11
 16.5)

Availability

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

Source Notes