Jump to content

Recommended Posts

Posted

Hey all. I appologize for not being more active in answering other people's questions that are posted around here, but Please consider the fact that I׳m new in the LISPing business myself, so my ability to assist anyone at this stage is somewhat limited.

 

Now, if anyone is kind to give me a little help,

 

I understand the ssget method with WP argument only selects entities which are within the visible viewport. is there anyway to bypass or overcome this issue by using a different argument than WP ?

Posted

The WP stands for Window Polygon and this method will select everything that is located entirely inside a polygon definde by a series of points:

(ssget "_WP" '((8.9 14.9) (13.9 23. (29.0 20.0) (35.6 6. (22.7 4.9)))

There are many other options - please check the help of SSGET function.

Posted
I understand the ssget method with WP argument only selects entities which are within the visible viewport. is there anyway to bypass or overcome this issue by using a different argument than WP ?

 

Use an appropriate zoom to ensure the relevant objects are visible in the viewport, then zoom previous after making the selection.

Posted

There is no need to apologize. We each have our own areas of expertise. Contribute where and when you can. We don't expect any more than that. And welcome to the CADTutor forum.

Posted
Use an appropriate zoom to ensure the relevant objects are visible in the viewport, then zoom previous after making the selection.

 

Ditto

 

:)

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