Explode a curve into smaller segments
ID
tool-toolset-explode
Name
Explode
Group
Toolset
Package
Tool
Keywords
Render
The "segments" output port returns a list of individual curve segments that make up the original input curve. Each segment is represented as a separate curve object and can be further processed or visualized. The segments are returned to the order in which they appear along the original curve.
The "points" output port returns a list of points, which are the vertices or control points of the original input curve. These points represent the locations of the endpoints of the segments that are returned from the "segments" output port.
Divide By Count
Divide By Length
Join
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
curve | Curve | Curve to explode | |
recursive | Boolean | Recursive decomposition until all segments are atomic |
Outputs
Name | Type | Description |
---|---|---|
segments | Curve | Exploded segments that make up the base curve |
points | Point | Vertices of the exploded segments |