MoI discussion forum
MoI discussion forum

Full Version: Duplicate Group at multiple points

From: Mindset (IGNITER)
18 Aug   [#1]
I need to duplicate a group at each of a set prepositioned designated points.
I believe that Max Smirnov made something of the kind.
Please advise.

Thanks everyone,
From: Frenchy Pilou (PILOU)
18 Aug   [#2]
Yes here for example replace cones by boxes ;)

BoundingBoxCenterMultiple by Michael Gibson

​CopyToPoints or Vclone by MaxSMirnov


From: Michael Gibson
18 Aug   [#3] In reply to [#1]
Max Smirnov's vClone script here:
https://moi3d.com/wiki/MaxScriptArchive

- Michael
From: Mindset (IGNITER)
20 Aug   [#4]
Thanks Guys!
CopyToPoints worked for me.
vClone seemed to want vector (maybe). I couldn't find instructions for it. If convenient, please advise.
Otherwise, I am set for now.

Appreciate the help.
From: Michael Gibson
20 Aug   [#5] In reply to [#4]
Hi MindSet,

re:
> vClone seemed to want vector (maybe). I couldn't find instructions for it. If convenient, please advise.

Instructions here:
https://moi3d.com/forum/index.php?webtag=MOI&msg=6486.1

I think you're right that it wants to make duplicates that have different orientations so it uses lines and not just points.

- Michael
From: Frenchy Pilou (PILOU)
20 Aug   [#6] In reply to [#4]
Yep it's for that you can use copy (your vector : a simple line) to Points ! For copy a vector to some points ;)

Then use VClone if you want different size and orientation of your base object!

Else Copy to Points is sufficient if you want only one or more same copy size of your base object!



Else very versatile! :) V SEED here