Select.SetEdgeFalloff

Sets the falloff value at the edge transition.

@param edgeFalloff The falloff value at the edge transition.

The falloff value is the width of the edge transition at either edge of the selection range.

By default, there is an abrupt transition between the values from the two source modules at the boundaries of the selection range.

For example, if the selection range is 0.5 to 0.8, and the edge falloff value is 0.1, then the GetValue() method outputs: - the output value from the source module with an index value of 0 if the output value from the control module is less than 0.4 ( = 0.5 - 0.1). - a linear blend between the two output values from the two source modules if the output value from the control module is between 0.4 ( = 0.5 - 0.1) and 0.6 ( = 0.5 + 0.1). - the output value from the source module with an index value of 1 if the output value from the control module is between 0.6 ( = 0.5 + 0.1) and 0.7 ( = 0.8 - 0.1). - a linear blend between the output values from the two source modules if the output value from the control module is between 0.7 ( = 0.8 - 0.1 ) and 0.9 ( = 0.8 + 0.1). - the output value from the source module with an index value of 0 if the output value from the control module is greater than 0.9 ( = 0.8 + 0.1).

class Select
void
SetEdgeFalloff
()

Meta