How can I limit zoom in Autocad 2002 / Map ??
How can I limit zoom in Autocad 2002 / Map ??
"Tomba" <tomba@email.htnet(dodaj .hr)> wrote in message news:<ciuvrl$2dk$1@bagan.srce.hr>...
here's a lisp to zoom limits hope it helpsHow can I limit zoom in Autocad 2002 / Map ??
(defun c:ZL ()
(command "'zoom" "w" (getvar "limmin") (getvar "limmax"))
)
What is the size limit for DXF/DWG import ?