RhinoCommon API
RhinoList Class |
Provides helper methods to work with RhinoListT and other collections.

Namespace: Rhino.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)

The RhinoList type exposes the following members.

Name | Description | |
---|---|---|
![]() ![]() | Point2dKNeighbors |
Finds a certain amout of points in a list of single-precision 2D points that are the k-closest to a test point.
This method searches needlePoints by computing all distances from each pointcloud point and keeping a "short list".
|
![]() ![]() | Point2fKNeighbors |
Finds a certain amout of points in a list of single-precision 2D points that are the k-closest to a test point.
This method searches needlePoints by computing all distances from each pointcloud point and keeping a "short list".
|
![]() ![]() | Point3dKNeighbors |
Finds a certain amout of points in a list of 3D points that are the k-closest to a test point.
This method searches needlePoints by computing all distances from each pointcloud point and keeping a "short list".
See RTree KNeighbors for alternatives.
|
![]() ![]() | Point3fKNeighbors |
Finds a certain amout of points in a list of single-precision 3D points that are the k-closest to a test point.
This method searches needlePoints by computing all distances from each pointcloud point and keeping a "short list".
|
![]() ![]() | PointCloudKNeighbors |
Finds a certain amout of points in a list of 3D points that are the k-closest to a test point.
This method searches needlePoints by computing all distances from each pointcloud point and keeping a short list.
|

Rhino for Windows
Supported in: 6.8