Tool
Panels
Vector
Text
Surface
Intersection
Analysis
Render
3D Object
Primitive Curves
Toolset
Triangulation
Boolean Operation
Solid
Transform
Curve Analysis
Array
Image
Divide By Length
Divide a curve into equal length segments
Details
ID
tool-toolset-divide-by-length
Name
Divide By Length
Group
Toolset
Package
Tool
Keywords
Input ports
| Name | Type | Description | Default Value |
|---|---|---|---|
| Curve | Curve | Curve to divide | |
| Length | Number | Length of segments | 10 |
Output ports
| Name | Type | Description |
|---|---|---|
| Points | Point | Division points |
| Vectors | Vector | Tangent vectors at division points |
| Parameters | Number | Parameter values at division points |
After creating a node, connect the curve you want to divide to the first port. Connect the length of the divided segments to the second port. On the output ports, you will get the resulting division points, tangent vectors at division points, and the parameter values at division points.
Divide By Count