Split curve
Splits curves into parts, or extracts the splitting point.
Inputs
-
geometry
- Accepts a single geometry connection (unless the SHIFT key is held).
-
u
- The value that defines the u coordinate of where to split the input curve.
-
split points only
- Sets whether to output only the splitting point or not.
Outputs
-
geometry
- Output primitives.
-
points
- The list of points of the output primitives.
-
points.x
- The list of x values of the points of the output primitives.
-
points.y
- The list of y values of the points of the output primitives.
-
points.z
- The list of z values of the points of the output primitives.
Note(s)
-
Very similar functionality to the Insert knot node. Both nodes apply a point to a line, where this node will divide a curve into two separate primitives (or a single point), whereas the Insert knot node will place a point on that curve.
-
Other names for this node include: SplitCurve, Cut, and Carve.