Breaking an Array

Breaking an Array

Anonymous
Not applicable
11,077 Views
4 Replies
Message 1 of 5

Breaking an Array

Anonymous
Not applicable

If there is an array made for an object how can a single object be used (copied) from that array?

0 Likes
Accepted solutions (1)
11,078 Views
4 Replies
Replies (4)
Message 2 of 5

Martin_Langolf
Autodesk Support
Autodesk Support
Accepted solution

Hi,

 

The array needs to be non-associative or exploded, then the individual items can be freely copied within the drawing file.



Martin Langolf
Message 3 of 5

dbroad
Mentor
Mentor

If you want to keep the array associative, have you tried editing the array and then use copyclip while editing and then paste clip after closing the edit session.  Arrays are simply a special type of block.

Architect, Registered NC, VA, SC, & GA.
0 Likes
Message 4 of 5

Anonymous
Not applicable

Exploding worked.  Thanks!

0 Likes
Message 5 of 5

dbroad
Mentor
Mentor

I will followup with copyclip is disabled but if you want to keep the array, copy the array, set the copied array to 1 row and 1 column and then explode.

Architect, Registered NC, VA, SC, & GA.
0 Likes