Script outputs a circle but not a cylinder

 From:  Martin (MARTIN3D)
5441.26 In reply to 5441.24 
Code looks good. Can you use it with copy and paste formated like this Brian? :-)

Boolean Union of selected objects:
code:
script: /*boolean union*/
var factory = moi.command.createFactory( 'booleanunion' );
factory.setInput( 0, moi.geometryDatabase.getSelectedObjects() );
factory.commit();