Function Entry: POLAR

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

Function Entry: POLAR

Name

polar

Class

Geometric Function

Syntax

(polar pt angle distance)

Arguments and Values

  • pt: base point
  • angle: angle
  • distance: distance

Description

Returns a point located at the given angle and distance from pt.

Return Values

Point list.

Autodesk documents a 3D point result.

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 documents that the angle is expressed in radians relative to the world X axis and independent of the current construction plane.