View / Image visibility
All  1  2-6

Previous
Next
 From:  Mike K4ICY (MAJIKMIKE)
5143.2 In reply to 5143.1 
Matt,

This one allows you to toggle the viewing of objects you currently don't have selected:

code:
 script: /* Isolate selection */ moi.geometryDatabase.isolate(); 


Very useful.
  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:  Matt T (MATT_T)
5143.3 In reply to 5143.2 
Hi Mike, This one I know. This was for inserted images on the view / image button. Turning all off or on... Any ideas?
  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:  coi (MARCO)
5143.4 In reply to 5143.3 
hi there

i'm not quite sure what you are looking for, but this script will hide all visible / show all invisible background images.

http://kyticka.webzdarma.cz/3d/moi/#HideBI

script:var images = moi.view.getBackgroundImages(); for ( var i = 0; i < images.length; ++i ) images.item(i).hidden = !images.item(i).hidden;

~ marco
  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
5143.5 In reply to 5143.1 
Hi Matt, that script that Marco shows can work on a shortcut key when you're not even in the Image command at all so that could be useful.

But also to help with managing things with more images while inside of the Image command I've added a right-click function so that right-clicking on the "Show/Hide" button will apply the action to all images instead of just the currently selected one like it will with left click.

To get the updated image command, copy the attached Image.htm file over top of the old version in your \commands sub-folder inside of MoI's main installation folder.

Hopefully that will help out some too.

- 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:  Matt T (MATT_T)
5143.6 In reply to 5143.5 
Thanks everyone, just what I needed...
  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

 

 
 
Show messages: All  1  2-6