#include <MFnRadialField.h>
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.
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 |
MStatus | setType (double value) |
MFnRadialField (const MObject &object, MStatus *ret=NULL) | |
Constructor. | |
Protected Member Functions | |
virtual const char * | className () const |
Class name. |
MFnRadialField::~MFnRadialField | ( | ) | [virtual] |
Destructor.
Class destructor.
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 |
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 |
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 MFnRadialField::type | ( | ) | const [virtual] |
double MFnRadialField::radialType | ( | MStatus * | ReturnStatus = NULL |
) | const |
Returns a type that controls the way the radial field is attenuated.
[out] | ReturnStatus | Status code |
MStatus MFnRadialField::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.
|
Autodesk® Maya® 2009 © 1997-2008 Autodesk, Inc. All rights reserved. | Generated with 1.5.6 |