Jump to content

[LISP] Transparency greater than 90


delkovebay

Recommended Posts

Hi to all.

My trouble is that I want to make invisible some object (e.g spline), but with opportunity to click on it by mouse to change it and etc.

My solution is like this

 

(vla-put-entitytransparency obj LEVEL)

 

But max value of "LEVEL" is only 90..

 

 

How can I get around it?

Or there are another ways?

 

 

Thanks.

Link to comment
Share on other sites

Hi to all.

I want to make invisible some object

 

 

...but with opportunity to click on it by mouse

 

If you make an object invisible, how will you click on it later?

 

Object do have a visible property. Change that to false to make them invisible. But the end user won't be able to select them afterwards. You'll have to restore the visibility some other way.

 

The 90 limitation you see is simply the limitation of that property. No way around.

 

Oops, nevermind.

For other readers, see: http://www.theswamp.org/index.php?topic=50238.0

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