Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Ali.Katebi
en respuesta a: Anonymous

Read this web page:
https://blogs.rand.com/support/2013/09/autocad-why-does-autocad-not-create-my-large-arrays.html

On this page, you can read:

Changing Max Array
1.) On the command line type (setenv "MaxArray" "10000") This can be a number between 100 - 10,000,000
2.) Hit the <enter> button and now the value is set.

 

(setenv "MaxArray" "10000")

( = Opens the code
setenv = Set the environment variable
"MaxArray" = Name of variable to change
"10000" = value to change this variable to
) = closes the code

Note:
This must be typed exactly the way it is on this Document this is case sensitive