Function Entry: OSNAP
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: OSNAP
Name
osnap
Class
Geometric / Host Function
Syntax
(osnap pt mode)
Arguments and Values
pt: pointmode: object-snap mode designator
Description
Returns the object-snap point for the given point and snap mode.
Return Values
Point list or nil.
Side Effects
None specified.
Compatibility
- heavily host-dependent
- Autodesk documents version changes
- BricsCAD historically documented additional snap modes
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.
Source Notes
- [Geometric Functions Reference (AutoLISP)](https://help.autodesk.com/cloudhelp/2026/PLK/AutoCAD-LT-AutoLISP-Reference/files/GUID-8C29D7A3-9CBB-47A8-A936-87118782303B.htm)
- [What's New or Changed with AutoLISP](https://help.autodesk.com/cloudhelp/2026/ENU/AutoCAD-AutoLISP/files/GUID-037BF4D4-755E-4A5C-8136-80E85CCEDF3E.htm)
- [LISP Compatibility, BricsCAD V9](https://developer.bricsys.com/bricscad/help/en_US/V9/DevRef/source/IDR_LISP_B100.htm)
- Status: documented with version/vendor differences.