





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

Radial Sort
pt | In | Point 3d | List | Points to be sorted |
pl | In | Plane | Item | Plane to sort about x-axis |
A | Out | Integer | List | Index values of sorted points |
Downloads
Minimum Requirements
Platform | Rhino 5, Grasshopper |
Version | Grasshopper 0.9.0075 |
Type | C# Component |