Explicit History Sort And Subset Example

Explicit History Plugin Wiki Pages
//Robert McNeel & Associates//

Summary: A case study to find the N closest points in a set


Download the definition file (made with version 0.2.0012) .



Implements a non-optimized 'Find-N-Closest-Points' search routine in Explicit History. First all points are sorted based on distance, then the N closest points are extracted.