Andrew1979 Posted July 1, 2010 Posted July 1, 2010 Does anyone know how to select all objects that have just been arrayed? If I use the array command and say array 5 lines, how can I select all 5 lines? Thanks. Quote
MSasu Posted July 1, 2010 Posted July 1, 2010 Just follow the steps below: retain last object added to drawing using ENTNEXT without argument, run the array command, parse all entities that follow entity retained at first step (ENTNEXT with entity argument). Regards, Quote
alanjt Posted July 1, 2010 Posted July 1, 2010 ... or use VLA to array (rectangular/polar) and it will return each arrayed entity. Which you can store in a list to later manipulate. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.