spturano Posted February 23, 2010 Posted February 23, 2010 Is there a way to change the maximum number of objects I can create with an array in ACAD 2010? The maximum is set at 100,000 object (I need a 450 by 450 array ~202,500 objects). I can obviously get around this in other ways, but it gets to be tedious. I recall that this could be done in an older version of LT (using getenv and setenv commands), but I don't know about 2010. Any help is greatly appreciated. Quote
Lee Mac Posted February 24, 2010 Posted February 24, 2010 I believe its stored in the registry, under MaxArray, hence you can get at it using: (getenv "MaxArray") And Set it using: (setenv "MaxArray" "100000") Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.