Login
|
Sign Up
AutoLISP Function Detail
Name:
getdist
Syntax:
(getdist
[pt] [prompt]
)
Description:
Allows the user to select two points and have the distance returned between them.
Example(s):
(setq pt1 (getpoint \nSelect point: ")) (getdist pt1 "\nSelect other point: ")
12.3750