Removing elements from a rectangular array

Removing elements from a rectangular array

Anonymous
Not applicable
8,754 Views
5 Replies
Message 1 of 6

Removing elements from a rectangular array

Anonymous
Not applicable

Hello,

 

So I have created an array of about 5,000 circles using the rectangular array function. I would like to remove roughly 200 of the circles throughout the array so I can insert some reference points to (e.g. A1, A2, A3... so on) for navigational purposes. I am having trouble finding out how I can delete one circle. Any advice will be greatly appreciated!

 

Thanks.

0 Likes
Accepted solutions (1)
8,755 Views
5 Replies
Replies (5)
Message 2 of 6

ennujozlagam
Mentor
Mentor

@Anonymous hello, if you use arracyrect, pick your object and deduct from columns and rows. thanks

 

ar.JPG





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

Anonymous
Not applicable

Can explain more about reference point?.

 

 

To delete cycles, I think that QSELECT is a good solution. This is because If you have some common pattern in deleted Circles, Select all of things, and then remove it.

0 Likes
Message 4 of 6

Kent1Cooper
Consultant
Consultant
Accepted solution

I don't think you can if it's the newer Array command's resulting Array object.  But you can Explode it and then they'll all be independent Circles.  If you want such an Array made of independent pieces in the first place, you can use the ASsociative option in ARRAY and choose No, or use the ARRAYCLASSIC command.

 

If you don't want to lose the relationship of the Circles being "locked in" by their being an Array object together, consider putting Wipeouts over the ones you don't want to see, or Text-Masking the references.

Kent Cooper, AIA
Message 5 of 6

Anonymous
Not applicable

The explode function worked. Thanks! Saved me lots of time.

Message 6 of 6

DCasula122486
Community Visitor
Community Visitor

hold CTRL, select the individual item of the array you wish to move, edit or delete, then do so.