transparency adjustment

Next
 From:  blackboard
10687.1 
hi,i have a question about transparency for modeling from image in moi.I have
script:/* Wireframe v1.0 */ var gd = moi.geometryDatabase, so=gd.getSelectedObjects(); if (so.length>0) { so.setProperty( 'displayMode',1); so.setProperty( 'selected', 0); } else { gd.getObjects().setProperty( 'displayMode',0); }
script for shifting to wireframe mode,this script can be used only on 100% transperancy and 0%.Moi have function scripts\etc for creating 50% transperancy solid,for modeling overlay image
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
10687.2 In reply to 10687.1 
Hi blackboard, sorry no there isn't any way to make an object just partially translucent instead of
fully transparent.

You can have an overlay image coming from a bitmap image file though. You do that by putting in
the image using the View > Images command.

When you are in that View > Image command you can set the option to have images drawn above
everything as an overlay and adjust image transparency to a partial level:



- Michael
Attachments:

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  blackboard
10687.3 In reply to 10687.2 
Thank you,its variant work for me
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All