top of page
  • gijsdezwart

Array between


With ArrayLinear in Rhino, you can make linear arrays where you define the space between the individual curves. With this script you can define the total length instead. This script makes use of dynamic display. This means you will get a dynamic preview of the geometry you are creating. While you drag out the copies, you can change the amount of copies.

Another feature that is included is to change the basepoint. So you can either scale from the bounding box center of the object, or one of the corner points. For example, image below shows base point changed to lower left corner.

Usage:

You can either copy and paste the script below to Rhino for Windows' Python scripting editor, or if you're using Rhino for Mac, use the recommended Atom editor in combination with Rhino Python code completion support, which you can find here. To use the script on a Mac, load the script in Atom, and save the script as ArrayBetween.py. Then in Rhino, run the command StartAtomEditorListener, so that Atom and Rhino can communicate with each other. To run the script, use ^⌥R.

820 weergaven0 opmerkingen

Recente blogposts

Alles weergeven
bottom of page