Trim object in dynamic array

Trim object in dynamic array

sunyaer
Enthusiast Enthusiast
614 Views
2 Replies
Message 1 of 3

Trim object in dynamic array

sunyaer
Enthusiast
Enthusiast

How to trim an object ( a line) in an dynamic array?

 

Please refer to the files attached.

0 Likes
615 Views
2 Replies
Replies (2)
Message 2 of 3

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

you can edit each single item, of the assiciative array, just select it using <CTRL> + <Click the item> and now you can use the grip-commands as well as the property grid to modify it.

This is different to runnig the _TRIM command itself, but _TRIM itself does not work with the associative array items, therefor you need to _EXPLODE the array (or use the upper possibilities).

 

HTH, - alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2025
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 3 of 3

elshawadfy
Collaborator
Collaborator

Hi @sunyaer,

 You can replace one or more items within a dynamic array.. - I believe that's what happened in your file, one of the lines was replaced with a shorter one..

 

1- Create any object - say a circle (or a shorter line

2- Select the array..

3- In contextual tab callled "Array" that appears go to "Options" Panel  and select "Replace Item"

   - Now select the new item (or items) you drew ( circle, line..) + enter

   - Select the base point of that object that will reside on the array path..

   - Now select the items to replace within the array..

 

Change Array Item.jpg

 

 

Dwg attached..

0 Likes