Tool
Panels
Surface
Toolset
Curve Analysis
Text
Render
Triangulation
Solid
Boolean Operation
Analysis
Vector
Transform
Primitive Curves
Intersection
Image
Array
3D Object
Divide By Distance
Divide a curve into equal length segments
Details
ID
tool-toolset-divide-by-distance
Name
Divide By Distance
Group
Toolset
Package
Tool
Keywords
Input ports
| Name | Type | Description | Default Value |
|---|---|---|---|
| Curve | Curve | Curve to divide | |
| Length | Number | Distance between points | 10 |
Output ports
| Name | Type | Description |
|---|---|---|
| Points | Point | Division points |
| Tangents | 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 distance between points 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 Length
Divide By Count