Dimensions Feedback and Features
All  1-12  13-14

Previous
Next
 From:  stefano (LIGHTWAVE)
9950.13 In reply to 9950.12 
Shortcuts kindly provided by Michael that help speed up / automate creation or management of dimension presets.



#1: Goes direct to ADD DIMENSION PRESET

script: /* Add preset dialog */ var dlg = moi.ui.createDialog( 'AddPreset.htm', 'resizeable,defaultWidth:26em,fixedHeight'); var res = dlg.window.doModal(); if ( res != -1 ) { var name = res[0]; var copy_from_index = res[1]; moi.geometryDatabase.addAnnotationPreset( name, copy_from_index ); }

#2: Goes direct to Options/Dimensions

script: /* Options dialog - dimensions */ moi.command.setOption( 'Options.htm_lastused', 'Dimensions' ); moi.ui.createDialog( 'Options.htm', 'resizeable,defaultWidth:43em,defaultHeight:32em' )

#3 Stefano 'shorthand' one for opening options dialogue box:

moi.ui.createDialog( 'moi://ui/options.htm','resizeable,default');
or
script: /* Options */ moi.ui.createDialog( 'moi://ui/options.htm','resizeable,default');

EDITED: 21 Sep 2020 by LIGHTWAVE


  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:  stefano (LIGHTWAVE)
9950.14 In reply to 9950.13 
When more than one object is selected or all objects selected its easy to get the annotation selections
Just click "details" or use a shortcut for object properties (as above post 9950.4):



EDITED: 21 Sep 2020 by LIGHTWAVE


  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-12  13-14