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
Path B

2つ目のBezier path

Path

Output Ports

Path

結合されたBezier path

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
Path Combine — PixPipeline Node Reference