BoundingBoxCenterMultiple

 From:  Frenchy Pilou (PILOU)
10264.1 
BoundingBoxCenterMultiple by Michael Gibson
https://moiscript.weebly.com/uploads/3/9/3/8/3938813/boundingboxcentermultiple.zip

So here the files : unzip and put them inside the moi commands' folder
Press Tab and write BoundingBoxCenterMultiple or make a ShortCut

Here with the CopytoPoints
http://kyticka.webzdarma.cz/3d/moi/#CopyToPoints

So with the hidden Function BoundingBoxCenter + CopyToPoints
you can quasi replace your object(s) by another(s) ;)

CopyToPoints ask a Base point for the object!
and even if you want erase Points!



You can mix that with the VClone by Max Smirnov
http://moi3d.com/forum/index.php?webtag=MOI&msg=6486.1

So put an object line as "vector" with BoundingBoxCenterMultiple with different size
Random selection (By Michael Gibson) can Help :)
script: /* Random Selection */ var percent = 30; var objs = moi.geometryDatabase.getSelectedObjects(); for ( var i = 0; i < objs.length; ++i ) { if ( Math.random() * 100> percent ) objs.item(i).selected = false; }
Last Vclone by Max Smirnov
http://moi.maxsm.net/files/scripts/vClone.v.1.0.2014.01.26.zip
so your objets will have different sizes, orientations if wanted :)

EDITED: 1 Apr 2021 by PILOU