You are on page 1of 1

(defun C:CU (/ dep wid len)

(setq

dep (getdist "\nDepth: ")

wid (getdist "\nWidth: ")

len (getdist "\nLength: ")

u3 (rtos (* dep wid len) 2 2)

(strcat "Total volume = " u3 " cubic units.")

You might also like