imagine that the number pad on your keyboard would emulate the basic axonometric views. (defun c:1 () (vl-cmdf "_vpoint" "_non" "*-1,-1,1")) (defun c:14 () (vl-cmdf "_vpoint" "_non" "*-1,-0.5,0.5")) (defun c:41 () (vl-cmdf "_vpoint" "_non" "*-1,-0.5,0.5")) (defun c:12 () (vl-cmdf "_vpoint" "_non" "*-0.5,-1,1")) (defun c:21 () (vl-cmdf "_vpoint" "_non" "*-0.5,-1,1")) (defun c:2 () (vl-cmdf "_vpoint" "_non" "*0,-1,0")) (defun c:32 () (vl-cmdf "_vpoint" "_non" "*0.5,-1,0.5")) (defun c:23 () (vl-cmdf "_vpoint" "_non" "*0.5,-1,0.5")) (defun c:3 () (vl-cmdf "_vpoint" "_non" "*1,-1,1")) (defun c:36 () (vl-cmdf "_vpoint" "_non" "*1,-0.5,0.5")) (defun c:63 () (vl-cmdf "_vpoint" "_non" "*1,-0.5,0.5")) (defun c:4 () (vl-cmdf "_vpoint" "_non" "*-1,0,0")) (defun c:47 () (vl-cmdf "_vpoint" "_non" "*-1,0.5,0.5")) (defun c:74 () (vl-cmdf "_vpoint" "_non" "*-1,0.5,0.5")) (defun c:5 () (vl-cmdf "_vpoint" "_non" "*0,0,1")) (defun c:6 () (vl-cmdf "_vpoint" "_non" "*1,0,0")) (defun c:69 () (vl-cmdf "_vpoint" "_non" "*1,0.5,0.5")) (defun c:96 () (vl-cmdf "_vpoint" "_non" "*1,0.5,0.5")) (defun c:7 () (vl-cmdf "_vpoint" "_non" "*-1,1,1")) (defun c:78 () (vl-cmdf "_vpoint" "_non" "*-0.5,1,0.5")) (defun c:87 () (vl-cmdf "_vpoint" "_non" "*-0.5,1,0.5")) (defun c:8 () (vl-cmdf "_vpoint" "_non" "*0,1,0")) (defun c:89 () (vl-cmdf "_vpoint" "_non" "*0.5,1,0.5")) (defun c:98 () (vl-cmdf "_vpoint" "_non" "*0.5,1,0.5")) (defun c:9 () (vl-cmdf "_vpoint" "_non" "*1,1,1"))