Moi: Ctrl-C, Rhino Ctrl-V : layers

Next
 From:  Nick (BODINI)
1528.1 
Ok, so I copy anything from MOI and then paste it into Rhino. No matter what layer is active, the pasted item goes onto the 'default' Rhino layer. I presume this is because the MOI item has no layer info. So is there a way to paste into a selected layer in Rhino with an MOI item? I know this is really more of a Rhino question, but Michael has all the answers when MOI is involved. :-)

thanks,

Nick
  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:  manz
1528.2 In reply to 1528.1 
Ni Nick,

When you paste into Rhino, that object will be the only selected item, go to object properties and change the layer.

- Steve
  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
1528.3 In reply to 1528.1 
Hi Nick - actually the objects from MoI do have layer information (all objects in a well-formed .3dm file must be on a layer), but they are all just on the "default" layer (except any layer info from objects opened from other .3dm files with layer info is preserved).

But I think you can automate the steps that Steve mentions to make a custom "Paste to current layer" mechanism in Rhino.

To do that set up an alias or keyboard shortcut in Rhino, and give it this:
_SelNone _Paste _ChangeToCurrentLayer

Or if instead of going to the current layer you want to see a choice of layers, try this:
_SelNone _Paste _ChangeLayer


Hopefully that will do the job.

- Michael
  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:  jbshorty
1528.4 
or this...

_SelNone _Paste -_ChangeLayer _New "MoI import"

:)
  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:  Nick (BODINI)
1528.5 In reply to 1528.1 
thanks all. :-)

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