Function set for Vortex Fields.
Function set for creation, edit, and query of Vortex Fields.
A vortex field pulls objects in a circular direction, like a whirlpool or tornado.
#include <MFnVortexField.h>
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 |
Returns the axis around which the vortex
field exerts it's force. |
|
MStatus | setAxis (const MVector &axisVector) |
Sets the axis around which the vortex field
exerts it's force. |
|
MFnVortexField (const MObject &object, MStatus *ret=NULL) | |
Constructor. |
|
Protected Member Functions |
|
virtual const char * | className () const |
Class name. |
~MFnVortexField | ( | ) | [virtual] |
Destructor.
Class destructor.
MFnVortexField | ( | 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 |
MFnVortexField | ( | 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 |
MFnVortexField | ( | 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] |
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. |