Shape Sweep

Shape generation node. Shape Sweep creates geometric shapes.

intermediate
Since P00

Input Ports

Path

走査ガイドとして使うPath

Path

Output Ports

Image

Pathに沿って生成された白+アルファマスク

Image

Parameters

NameTypeDefaultDescription
WidthInt`64`出力キャンバスWidth
HeightInt`64`出力キャンバスHeight
Sub-pathInt`0`使用するサブPath番号
ShapeEnum`Circle`stamp する shape
Shape WidthInt`8`shape のWidth
Shape HeightInt`8`shape のHeight
SamplesInt`16`Path上に配置する stamp 数
StartFloat`0.0`正規化開始位置
EndFloat`1.0`正規化終了位置
Align To PathBool`false`接線方向に合わせてRotateするか
RotationAngle`0°`追加Rotate角度

Technical Details

  • sub_path_indexParamHint で入力 path のサブPath数に追従します。
  • align_to_path をオンにすると、各 stamp が接線角に合わせてRotateします。
  • Circle / Ellipse / Rectangle / Diamond に対応します。

Usage Examples

  • 円を path に沿って走らせてマント cutout 用 mask を作る
  • 矩形を align_to_path=true で走らせて帯状 mask を作る

💡 Tips

  • `sub_path_index` は `ParamHint` で入力 path のサブPath数に追従します。
  • `align_to_path` をオンにすると、各 stamp が接線角に合わせてRotateします。
  • `Circle` / `Ellipse` / `Rectangle` / `Diamond` に対応します。
Shape Sweep — PixPipeline Node Reference