How to Array in Python (ArrayCrv)

Hi onrender

to solve this with a scripted command you can fist select aal the objects to array and than run de command. This way you only need to SelId the pathcurve.

You could script the array command in Rhino, but that involves quite a few steps.
I don’t have the time atm to get you started, but it would be something along the lines of:

  • divide the pathcurve and get the parameters at those divides
  • get the perpendicular planes of the pathcurve at each divide
  • for each divide transform a copy of your input geometry from a base-plane to the perpendicular plane.

-HTH
-WIllem