RhPoints Module
This module provides curried functions to manipulate Rhino Point3d It is NOT automatically opened.
Functions and values
| Function or value |
Description
|
|
|
|
|
|
|
|
|
|
Similar to Join Polylines, this tries to find continuous sequences of points. 'tolGap' is the maximum allowable gap between the start and the endpoint of two point lists. Search starts from the point list with the most points. Both start and end point of each point list is checked for adjacency.
|
|
|
|
|
|
Finds the index of the point that has the biggest distance to any point from the other set. Basically the most lonely point in 'findPointFrom' list with respect to 'checkAgainst' list. Returns (findPointFromIdx, checkAgainstIdx).
|
Rhino.Scripting.Fsharp