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 segments. Search starts from the segment with the most points. Both start and end point of each point list is checked for adjacency
|
|
|
|
|
|
find 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
|
Full Usage:
RhPoints.pop i xs
Parameters:
int
xs : ResizeArray<'T>
Returns: 'T
|
|