Path Combine

Combine two bezier paths into one

basic
Since P00

Input Ports

Path A

1つ目のベジェパス

Path
Path B

2つ目のベジェパス

Path

Output Ports

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