Jump to content

choose problem


AIberto

Recommended Posts

Hi guys . Happy holiday.

 

Some times I want choose object . If the selected object in the scope display, no problem. but the selected object not in the scope display , will be lost.

 

look this demo.

t.gif

 

How to solve this problem ? can use lisp ? arx ?

Link to comment
Share on other sites

If objects are zoomed/panned completely off screen before the window selection is completed, the objects will not be included in the selection set. It's always been that way. The only way it will work is when using the SELECT command with the CPolygon option.

Link to comment
Share on other sites

Make sure PICKFIRST is set to a value of 1, and do your selections BEFORE executing a command on the objects selected. Also, as nestly said don't pan the selected objects off screen until the select window is completed.

Link to comment
Share on other sites

If objects are zoomed/panned completely off screen before the window selection is completed, the objects will not be included in the selection set. It's always been that way. The only way it will work is when using the SELECT command with the CPolygon option.

 

yes , you are right. only CP option

Link to comment
Share on other sites

Make sure PICKFIRST is set to a value of 1, and do your selections BEFORE executing a command on the objects selected. Also, as nestly said don't pan the selected objects off screen until the select window is completed.

 

Pickfirst is "1" , but sometimes selected objects off screen is inevitable .

Link to comment
Share on other sites

Pickfirst is "1" , but sometimes selected objects off screen is inevitable .
Me: "Doctor, it hurts when I do this."

Doctor: "Then don't do that."

 

One more thing. Make PICKADD also = 1.

 

No, it is not unavoidable.

 

Finish the selection window before panning the stuff off screen. If you are doing the selections prior to executing a command, you can select multiple bunches of objects, and pan/zoom them off screen without losing them, then select more, repeat as needed, then execute the needed command with the selections still active. That is why the variables PICKADD and PICKFIRST exist, so you do not have to have a command active in order to select objects to run a command on.

Link to comment
Share on other sites

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...