Go to: Synopsis. Return value. MEL examples.

Synopsis

HfUnassignAS(string $attractorSetName)

Detach an attractor set from the surface.

Return value

None

Arguments

Variable Name Variable Type Description
None.

MEL examples

 // Step 1. Select the surface you want to detach an attractor set from.
 // Step 2. HfUnassignAS $attractorSetName;
 //         where $attractorSetName is the name of the attractor set you want to detach.