Login | Sign Up
 





 
AutoLISP Function Detail
Name: osnap

Syntax:
(osnap pt mode)

Description:
Returns a 3D point with the object snaps that are applied through the mode function at the point provided.

Mode Meaning
app apparent intersection
cen center
end endpoint
ins insertion
int intersection
mid midpoint
nea nearest
non no object snaps on
per perpendicular
qua quadrant
qui quick
tan tangent


Example(s):
(setq PT (getpoint "\nPick point: "))
(osnap PT "mid,cen")
(12.375 15.125 0.0)