Jump to content

Recommended Posts

Posted

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.

Posted

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,

Posted

... or use VLA to array (rectangular/polar) and it will return each arrayed entity. Which you can store in a list to later manipulate.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...