Back to Node List

Path Combine

path_combine

Combine two bezier paths into one

Draft
Guide available
The node name and summary are available in English. Port, parameter, and article details are currently shown in Japanese.

Input Ports

NameTypeDescription
パス A
path_a
Path
Required
1つ目のベジェパス
パス B
path_b
Path
2つ目のベジェパス

Output Ports

NameTypeDescription
パス
path
Path
結合されたパス

概要

  • バージョン: 1

動作

  • Path A と Path B のセグメントを順に連結
  • Path B が未接続の場合は Path A をそのまま出力
  • どちらかのパスが closed: true の場合、結合後のパスも closed: true

使用例

2つのパスの結合

[BezierPath A] → path_a → [PathCombine] → path → [PathStroke] → [Preview]
[BezierPath B] → path_b ↗
Back to Node List
Path Combine — PixPipeline Node Reference