Geometry.AddICEAttribute

導入

v11.0 (2013)

説明

ジオメトリでの新しい属性データを追加して戻します。属性データがすでに存在する場合は、現在の属性データが戻されます。

C#構文

ICEAttribute Geometry.AddICEAttribute( String in_name, siICENodeDataType in_DataType, siICENodeStructureType in_StructureType, siICENodeContextType in_ContextType );

スクリプト構文

oReturn = Geometry.AddICEAttribute( in_name, in_DataType, in_StructureType, in_ContextType );

戻り値

ICEAttribute

パラメータ

パラメータ タイプ 説明
in_name String 追加する属性の名前です。
in_DataType siICENodeDataType この属性のデータ型です。
in_StructureType siICENodeStructureType 構造タイプは、データがどのように構造化されているか(データが単一のエレメントか配列か)を示します。
in_ContextType siICENodeContextType このコンテキストタイプは、頂点、ポリゴン、または新しく作成されたパーティクルなど、データ(濃度)に関連付けられているエレメントセットを示します。

関連項目

Geometry.GetICEAttributeFromName Geometry.ICEAttributes Geometry.RemoveICEAttribute ProjectItem.AddICEAttribute ProjectItem.GetICEAttributeFromName ProjectItem.ICEAttributes ProjectItem.RemoveICEAttribute