Function Entry: ACET::ARC-POINT-LIST

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

Function Entry: ACET::ARC-POINT-LIST

Name

acet::arc-point-list

Class

BricsCAD ExpressTools API Function (acet:: namespace)

Syntax

(acet::arc-point-list center startpoint endpoint maxangle alt)

Arguments and Values

Arguments are described in the vendor page; see Source Notes.

Description

Returns a list of equidistant raster points along the specified arc. center (2d/3d point list) the center point of the arc startpoint (2d/3d point list) the start point of the arc endpoint (2d/3d point list) the end point of the arc maxangle (integer or double) maximum angle to scan. starting from startpoint alt (T/NIL) specifies the resolution mode : if NIL, the arc is rasterised using the default 9 raster points per full circle; if T, the number of raster points depends on the radius Scanning for raster points stops when endpoint or maxangle is reached, depending which happens first.

Return Values

Vendor-defined; see Source Notes.

Availability

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

Source Notes