#include <MFnVortexField.h>
Function set for creation, edit, and query of Vortex Fields.
A vortex field pulls objects in a circular direction, like a whirlpool or tornado.
Public Member Functions | |
virtual MFn::Type | type () const |
Function set type. | |
virtual | ~MFnVortexField () |
Destructor. | |
MFnVortexField () | |
Default constructor. | |
MFnVortexField (MObject &object, MStatus *ReturnStatus=NULL) | |
Constructor. | |
MFnVortexField (const MDagPath &object, MStatus *ret=NULL) | |
Constructor. | |
MVector | axis (MStatus *ReturnStatus=NULL) const |
MStatus | setAxis (const MVector &axisVector) |
MFnVortexField (const MObject &object, MStatus *ret=NULL) | |
Constructor. | |
Protected Member Functions | |
virtual const char * | className () const |
Class name. |
MFnVortexField::~MFnVortexField | ( | ) | [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 MFnVortexField::type | ( | ) | const [virtual] |
Returns the axis around which the vortex field exerts it's force.
[out] | ReturnStatus | Status code |
Sets the axis around which the vortex field exerts it's force.
[in] | axisVector | A vector representing an axis. |
Autodesk® Maya® 2009 © 1997-2008 Autodesk, Inc. All rights reserved. | Generated with 1.5.6 |