Tool
Surface
Vector
Boolean Operation
Transform
Render
Intersection
Analysis
Array
Primitive Curves
Toolset
Curve Analysis
Panels
Triangulation
Image
Solid
Text
3D Object
Explode
Explode a curve into smaller segments
Details
ID
tool-toolset-explode
Name
Explode
Group
Toolset
Package
Tool
Keywords
Input ports
| Name | Type | Description | Default Value |
|---|---|---|---|
| Curve | Curve | Curve to explode | |
| Boolean | Boolean | Recursive decomposition until all segments are atomic |
Output ports
| Name | Type | Description |
|---|---|---|
| Curves | Curve | Exploded segments that make up the base curve |
| Points | Point | Vertices of the exploded segments |
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