#include <MFnUniformField.h>
Function set for creation, edit, and query of Uniform Fields.
A uniform field pushes objects uniformly in a single direction.
Public Member Functions | |
virtual MFn::Type | type () const |
Function set type. | |
virtual | ~MFnUniformField () |
Destructor. | |
MFnUniformField () | |
Default constructor. | |
MFnUniformField (MObject &object, MStatus *ReturnStatus=NULL) | |
Constructor. | |
MFnUniformField (const MDagPath &object, MStatus *ret=NULL) | |
Constructor. | |
MVector | direction (MStatus *ReturnStatus=NULL) const |
MStatus | setDirection (const MVector &uniformDirection) |
MFnUniformField (const MObject &object, MStatus *ret=NULL) | |
Constructor. | |
Protected Member Functions | |
virtual const char * | className () const |
Class name. |
MFnUniformField::~MFnUniformField | ( | ) | [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 MFnUniformField::type | ( | ) | const [virtual] |
Returns the direction the uniform field pushes objects.
[out] | ReturnStatus | Status code |
Sets the direction the uniform field pushes objects.
[in] | uniformDirection | A vector representing direction. |
Autodesk® Maya® 2009 © 1997-2008 Autodesk, Inc. All rights reserved. | Generated with 1.5.6 |