Have you ever tried to hatch something and got the "Hatch Pattern Too Dense" error and wonder what the heck? Basically, there is a setting in AutoCAD that controls max number of elements a hatch can create. The default value is set to 10,000. To make sure you don't get this error again copy and past the following into your AutoCAD command line....
(setenv "MaxHatch" "100000000")
This is a LISP command and it is case sensitive, so if you are typing it make sure you type it exactly as it appears above.

No comments:
Post a Comment