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