Modular Variation | Cuts & Flowers

On the right-hand side shows how the flowers increase in size and number of pedals. On the left-hand side shows the field condition responding to a curve. flower-script-example-rhino

This screenshot shows the entire script. Each group controls a different pedal. flower-script-example-whole

This screenshot zooms into a single pedal script. The logic flows as the following:

  1. Construction of the pedal geometry, fold lines, and center cut lines
  2. polar array pedals, fold lines, and center cut lines
  3. Use ‘region union’ component to combine singular pedals into single flower
  4. Move and scale the flower geometry based on distance parameterflower-script-example

Problemto address: Cull overlapping flowers

flower-generation

flower-script-example-fixed

Leave a comment