About number of objects limit

About number of objects limit

fpdpzkCDGGL
Community Visitor Community Visitor
889 Views
5 Replies
Message 1 of 6

About number of objects limit

fpdpzkCDGGL
Community Visitor
Community Visitor

Hi,

 

I'm using AutoCad2020 as student edition. 

 

i'd like to make 3750 X 3750 array of circle using 'array' command.

 

but it seems there is limitation for number of objects as 100,000.

 

i found some helps about this problem, it said using 'setenv "MaxArray" "n" '  command.

 

but in my AutoCad, if i use 'setenv' in command line, it shows 'unknown command'.

 

how can i modify the limit for number of objects?

0 Likes
890 Views
5 Replies
Replies (5)
Message 2 of 6

ennujozlagam
Mentor
Mentor

you can refer to this LINK and see if helps. thanks





Remember : without the difficult times in your LIFE, you wouldn't be who you are today. Be grateful for the good and the bad. ANGER doesn't solve anything. It builds nothing, but it can destroy everything...
Please mark this response as "Accept as Solution" if it answers your question. Kudos gladly accepted.
0 Likes
Message 3 of 6

cadffm
Consultant
Consultant

Don't forget the brackets

 

Command: (setenv .....)

Sebastian

0 Likes
Message 4 of 6

j.palmeL29YX
Mentor
Mentor

 

The maximal permitted value for MaxArray is 

10.000.000 (if I remember right), 

 

but 3750x3750 is

14.062.500

 

 

You must use smaller values for the array. 

 

 

Jürgen Palme
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 Likes
Message 5 of 6

ВeekeeCZ
Consultant
Consultant

User the COPY command with its ARRAY option.

First to the horizontal, the second to the vertical direction.

But you might still wait for ever for the computer to draw it.

Message 6 of 6

j.palmeL29YX
Mentor
Mentor

Question OT: 

 

What will this array of 3750x3750 circles be used for? 

 

 

Jürgen Palme
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature