I have a cylinder(hole in a box) and need around 250,000 copies of the same object, neatly arragned in an array.
I tried to use this macro:
http://sourceforge.net/apps/mediawiki/f ... _ArrayCopy
to copy the object, but FreeCAD always crashes and I think 250000 objects are
simply way to much for this program.
Is there a simpler way to group these objects, since it's a periodic array? I don't want to create 250000 objects by hand ; )
Thanks!