09-27-2024
05:51 PM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
09-27-2024
05:51 PM
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