Cotaz-Pone Todo A Cota 0.Lsp

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

;*******************************************************************************

;* * * PONE LO SELECCIONADO A COTA 0


;*******************************************************************************
(defun C:COTAZ (/)

(setq ss (ssget))

(COMMAND "DESPLAZA" ss "" '(0 0 0) '(0 0 1e99))


(COMMAND "DESPLAZA" "p" "" '(0 0 1e99) '(0 0 0))
)

You might also like