;Set Z value of a selection set to 0. (uses NEWZ) ; ; Author: ; Henry C. Francis ; 425 N. Ashe St. ; Southern Pines, NC 28387 ; ; http://www.pinehurst.net/~pfrancis ; e-mail hfrancis@pinehurst.net ; All rights reserved. ; (defun c:ze ( / cfze) (setq cfze "T") (c:newz) )