| Name | ID | Description | Type |
|---|---|---|---|
| Curve | C | Curve to divide | Curve |
| Target | T | Target length of curve divisions | Number |
| Division Type | D | Determines which closest division length is used 0 = Nearest (The closest length to the target length) 1 = Floor (The closest length smaller than or equal to the target length) 2 = Ceiling (The closest length larger than or equal to the target length) | Integer |
| End Point | E | If the curve is closed, include the end point (point that is duplicate with the start point) | Boolean |
| Name | ID | Description | Type |
|---|---|---|---|
| Points | P | Division points at equal lengths along the curve | Point |
| Tangents | T | Tangent vectors at division points | Vector |
| Parameters | t | Parameter values at division points | Number |
| Length | L | The length value used for the divisions | Number |
| Result Boolean | R | True if the target length was smaller than the curve length, False if the target length was larger than the curve length | Boolean |
Site design © Robin Rodricks.
Pufferfish and associated data © 2025 Michael Pryor.
Rhinoceros and Grasshopper are registered trademarks of Robert McNeel & Associates.
Hosted by GitHub