Jump to content

"_+.:E:S"


mstb

Recommended Posts

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.

 

 

Link to comment
Share on other sites

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

 

 

 

 

Link to comment
Share on other sites

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.

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