Render to Clipboard (Linework)

 From:  D_Aitken92 (DAITKEN)
5927.4 
Sorry! Very stupid of me. I have been using MOI3d with a huge list of shortcuts given to me by work and forget that they don't come preset. Oops!

The script we use to create the outline view is,

moi.view.shadeMode = (moi.view.shadeMode == 'HiddenLineWireframe' ? 'Shaded' : 'HiddenLineWireframe');

However, using this script along side it would be very useful.

var v = moi.ui.getActiveViewport(); if ( v != null ) { moi.view.lineWidth = 0.5; moi.view.shadeMode = 'Shaded'; v.renderToClipboard(3000,2000 ); moi.view.lineWidth = 0.5; moi.view.shadeMode = 'Shaded'; }

At the moment if activated when the first script is running, it disables it and screenshots the shaded view again.

Many thanks for the quick response once again Michael.

Cheers,

David.