handle 50-100 million rectangle in AutoCAD
Posted
by
Wang
on Super User
See other posts from Super User
or by Wang
Published on 2014-08-23T09:24:21Z
Indexed on
2014/08/23
10:23 UTC
Read the original article
Hit count: 226
autocad
I have huge problem when I try to get large array. For example, I have something like 10000x10000 or 5000x5000 rectangles. It is almost impossible to do anything because the screen just got frozen up. It is impossible to contain so many objects in one array. So I had 100x100 rectangle array as xref then array the xref again.
It ate up about 12GB RAM. I guess this is the problem.
Can anyone give me any suggestions can achieve the same structure but without freezing the computer?
© Super User or respective owner