pymel.core.nodetypes.RadialField

Inheritance diagram of RadialField

class RadialField(*args, **kwargs)
getRadialType()

Returns a type that controls the way the radial field is attenuated.

Return type:float

Derived from api method maya.OpenMayaFX.MFnRadialField.radialType

setRadialType(value)

Sets a radial field type that controls the way the field is attenuated.

Parameters :
value : float

A value representing a type of radial field attenuation. A value of 1 uses the magnitude, attenuation, and distance settings from the field to determine the net force of the radial field. A value of 0 will use the ratio of the absolute distance and the maximum distance setting. A value between 0 and 1 will create a linear blend between the two types.

Derived from api method maya.OpenMayaFX.MFnRadialField.setType

Previous topic

pymel.core.nodetypes.QuadShadingSwitch

Next topic

pymel.core.nodetypes.Ramp

Core

Core Modules

Other Modules

This Page