Store Named Attributeノード

Store Named Attributeノード。

Store Named Attribute ノードは、ジオメトリ上のフィールドの結果を、指定した名前の属性として保存します。属性がすでに存在する場合、データ型とドメインはノードで選択された値に更新されます。ただし、 組み込み属性 のドメインとデータ型は変更できないことに注意してください。

Compared with the Capture Attribute(属性キャプチャ)ノード, this node basically does the same thing, but the attribute gets a name instead of an anonymous reference. For reusing the data in the same node tree, the Capture Attribute node might be preferrable since it does not create the chance for name conflicts in the input geometry.

注釈

入力ジオメトリに複数のジオメトリコンポーネントタイプが含まれている場合、選択したドメインを持つ各コンポーネントに属性が作成されます。

入力

Geometry(ジオメトリ)

標準のジオメトリ入力です。

Value(値)

評価する入力フィールド。

Name(名前)

保存されたデータに付ける名前。

Properties(プロパティ)

Data Type(データタイプ)

評価したデータに使用される データ型

Domain(ドメイン)

評価したデータを保存する 属性ドメイン

出力

Geometry(ジオメトリ)

標準のジオメトリ出力です。

Attribute(属性)

評価したフィールドの結果。ジオメトリに保存されます。