移動先: 概要 戻り値 MEL 例.

概要

HfSelectAttached(string $attractorSetName)

アトラクタ セットがアタッチされているサーフェスを選択します。 たとえば、アトラクタをデタッチする場合に便利です。

戻り値

なし

引数

変数名 変数型 説明
なし

MEL 例

 string $attractorSetName = "myAttractor";
 HfSelectAttached $attractorSetName;
 // Where $attractorSetName is the name of the attractor set
 // attached to the surfaces you want to select.