Line types (dashed, dotted, etc)

 From:  Frenchy Pilou (PILOU)
6141.3 
If you change and blend the values of the two "moi.view.lineWidth" you will obtain many variations of what do you want!

script:var v = moi.ui.getActiveViewport(); if ( v != null ) { moi.view.lineWidth = 4; v.renderToClipboard( 2560, 2560 ); moi.view.lineWidth = 1; }

EDITED: 29 Aug 2013 by PILOU