Jump to content

Recommended Posts

Posted

hello All

I have some questions.These are :

Is  (ssget "_+.:E:S") == (ssget "_:E:S")  ?

Is  (ssget "_+.:E") == (ssget "_:E")  ?

Is  (ssget "_+.:S") == (ssget "_:E:S")  ?

Thanks All.

 

 

Posted
20 hours ago, ronjonp said:

And an even better source :) http://www.lee-mac.com/ssget.html

Thanks All

I read 2 above source

But I still have a problem with "+."

I think "+." can use (ssget "_+.:S") == (ssget "_:E:S")

And in other cases can be deleted.

Or I'm wrong!

Posted

(ssget "_+.:S")  and  (ssget "_:E:S") both simulate the entsel pickbox, but there is a small difference between them:

- :E means Everything inside the pickbox, so it's possible to select multiple objects, even if you click just once. 

- +. means only the top object is selected. The selectionset always contains only 1 object.

 

 

 

 

Posted
1 hour ago, Stefan BMR said:

(ssget "_+.:S")  and  (ssget "_:E:S") both simulate the entsel pickbox, but there is a small difference between them:

- :E means Everything inside the pickbox, so it's possible to select multiple objects, even if you click just once. 

- +. means only the top object is selected. The selectionset always contains only 1 object.

 

 

 

 

very good

Thank you very much.

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