handle 50-100 million rectangle in AutoCAD
- by Wang
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?