Function set for Radial Fields.
Function set for creation, edit, and query of Radial Fields.
A radial field pushes objects directly away or pulls them directly toward itself, like a magnet.
#include <MFnRadialField.h>

Public Member Functions |
|
| virtual MFn::Type | type () const |
| Function set type. |
|
| virtual | ~MFnRadialField () |
| Destructor. |
|
| MFnRadialField () | |
| Default constructor. |
|
| MFnRadialField (MObject &object, MStatus *ReturnStatus=NULL) | |
| Constructor. |
|
| MFnRadialField (const MDagPath &object, MStatus *ret=NULL) | |
| Constructor. |
|
| double | radialType (MStatus *ReturnStatus=NULL) const |
| Returns a type that controls the way the
radial field is attenuated. |
|
| MStatus | setType (double value) |
| Sets a radial field type that controls the
way the field is attenuated. |
|
| MFnRadialField (const MObject &object, MStatus *ret=NULL) | |
| Constructor. |
|
Protected Member Functions |
|
| virtual const char * | className () const |
| Class name. |
|
| ~MFnRadialField | ( | ) | [virtual] |
Destructor.
Class destructor.
| MFnRadialField | ( | MObject & | object, |
| MStatus * | ReturnStatus =
NULL |
||
| ) |
Constructor.
Class constructor that initializes the function set to the given MObject.
| [in] | object | The MObject to attach the function set to |
| [out] | ReturnStatus | the return status |
| MFnRadialField | ( | const MDagPath & | object, |
| MStatus * | ReturnStatus =
NULL |
||
| ) |
Constructor.
Class constructor that initializes the function set to the given constant MDagPath object.
| [in] | object | The const MDagPath to attach the function set to |
| [out] | ReturnStatus | The return status |
| MFnRadialField | ( | const MObject & | object, |
| MStatus * | ReturnStatus =
NULL |
||
| ) |
Constructor.
Class constructor that initializes the function set to the given MObject.
| [in] | object | The MObject to attach the function set to |
| [out] | ReturnStatus | the return status |
| MFn::Type type | ( | ) | const [virtual] |
| double radialType | ( | MStatus * | ReturnStatus =
NULL |
) | const |
Returns a type that controls the way the radial field is attenuated.
| [out] | ReturnStatus | Status code |
| MStatus setType | ( | double | value | ) |
Sets a radial field type that controls the way the field is attenuated.
| [in] | value | A value representing a type of radial field attenuation.
|