polar array

polar array

philobatir2017
Explorer Explorer
690 Views
2 Replies
Message 1 of 3

polar array

philobatir2017
Explorer
Explorer

Screen Shot 2023-05-04 at 5.58.22 PM.png

why when I use a polar array the items merge?
I created a circle with a straight line 
then used a polar array 
when I exited the polar array and clicked on one circle to modify the whole drawing was considered to be one item 
not 4 circles and 4 straight lines.

0 Likes
Accepted solutions (1)
691 Views
2 Replies
Replies (2)
Message 2 of 3

maxim_k
Consultant
Consultant
Accepted solution

Hi @philobatir2017 ,

 

AutoCAD creates associated arrays by default when you use ARRAY command.

You can learn more about editing such arrays here:

https://help.autodesk.com/view/ACDMAC/2023/ENU/?guid=GUID-8F59E51C-8E9D-4B24-BCD4-CA6C7726BE0D

 

You can create non-associative arrays with ARRAYCLASSIC command or by changing ASsociative option to No when you create an array.

 

You can also EXPLODE associative array after you create it, then you will be able to edit individual objects separately.

 


Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.


Maxim Kanaev
Architect
MARSS

MacACAD | Linkedin

Etiquette and Ground Rules of Autodesk Community
Message 3 of 3

philobatir2017
Explorer
Explorer
thank you so much 😊
0 Likes