Go to: Synopsis. Return value. MEL examples.

Synopsis

HfSelectAttached(string $attractorSetName)

Select the surfaces an attractor set is attached to. This is useful, for example, if you want to detach the attractors.

Return value

None

Arguments

Variable Name Variable Type Description
None.

MEL examples

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