11-28-2017
12:46 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
11-28-2017
12:46 AM
amy.suttonVCZ7U schrieb:
In what versions of Autocad is it possible to increase the maximum number of array objects over 100 000?
To my knowledge in all versions (since R14 / LT98, twenty years ago)
In LT it is easy to set via SETENV, only in Fullversions where the commands getvar and setvar are not available,
you have to use Lispfunctions getenv/setenv and there it is important to note the case-sensitiv of enviromant-variables.
Your example is well right - "MaxArray"
Set MaxArray to 200.000
AutoCAD command: (setenv "MaxArray" "200000")
for AcadLT Command: setenv maxarray 200000
Sebastian