Path Combine
Path generation/manipulation node. Path Combine creates or processes vector path data.
basic
Since P00
Input Ports
Path A
1つ目のBezier path
Path B
2つ目のBezier path
Output Ports
Path
結合されたBezier path
動作
- Path A と Path B のセグメントを順に連結
- Path B が未接続の場合は Path A をそのまま出力
- どちらかのPathが
closed: trueの場合、結合後のPathもclosed: true
Usage Examples
2つのパスの結合
[BezierPath A] → path_a → [PathCombine] → path → [PathStroke] → [Preview]
[BezierPath B] → path_b ↗Related Nodes
bezierpath-a
pathcombine
pathstroke
preview
bezierpath-b