コンテンツにスキップ

Custom Shape

Custom Shape は別の Shape のプロパティを継承する Shape です。他のメッシュの「インスタンス」を作成するために使用できます。

Common Attributes +

Bake Transform - チェック時、Input Shape のトランスフォームが Custom Shape の出力に適用される。つまり、Input Shape が例えばスケールされた場合、Custom Shape もそれに応じて出力する。これはスケーリング時に Stroke Width を保持する方法としても使用できる。

Input Shape - インスタンス化する Shape を接続する。

  1. Pen ツールで Editable Shape を描画する。
  2. Custom Shape を作成する。
  3. editableShape.id→customShape.inputShape を接続する。
  4. Custom Shape の Scale X-1 に設定する。
  5. Edit Shape ツールで Editable Shape 上の点を移動する。

これで Custom ShapeEditable Shape の鏡像になった。