Anuncios

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

cadffm
en respuesta a: Anonymous


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