Given a multiple lists of points (pointLists), returns a single list of all the points running in order.
chainPointLists ( pointLists As List, _
tol As Number ) As List
| Argument | Type | Description |
|---|---|---|
| pointLists | List | List of pointlists |
| tol | Number | Value used to determine that start and end points of chained lists are close enough. |