Creating an Islamic Shape Using Grasshopper
📐

Creating an Islamic Shape Using Grasshopper

Created
May 25, 2022 06:23 PM
Tags
Visual Arts
Grasshopper
Rhino
 
notion image
 
 
The parameters are:
  • The number of divisions
  • The radius of the circle
 
 
The Grasshopper Script
notion image
Grasshopper Components Used
Dispatch
Dispatch the items in a list into two targets list. It takes two inputs: L (list) and P (Dispatch Pattern). And outputs the list, making it two lists (list A & list B)
Get Point
Get point component holds a set of points.
Weave
Weaves a set of data using a custom pattern. It has three inputs (Pattern, Stream 0, and Stream 1). It outputs a weave result.
PolyLine
PolyLine component holds a set of polyline coordinate. In this case, it can hold the weaved result from the weave component.
Circle
Circle takes a radius as input and outputs a circle.
Divide
Divide component divides a curve into a set of custom points.
Grasshopper File
 
notion image