top of page
Writer's pictureDavid Mans

Radial Sort

💻 Rhino 5, Grasshopper

🔼 Grasshopper 0.9.0075

🛠️ C# Component

 
 

This component is a rework of the “Radially Sort” component. Instead of using a circle, the component has been simplified to a much more straightforward process. There are two inputs, a list of points and a plane. The component projects these points to the plane then calculates the angle of each point relative to the plane’s x-axis, and then sorts indices using the angles as keys. The resultant output, A, is the corresponding sorted index value to the input list.

 


3 views

Recent Posts

See All
bottom of page