Radial Sort

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

ptInPoint 3dListPoints to be sorted
plInPlaneItemPlane to sort about x-axis
AOutIntegerListIndex values of sorted points

Downloads

Minimum Requirements

PlatformRhino 5, Grasshopper
VersionGrasshopper 0.9.0075
TypeC# Component