#include <MFnHikEffector.h>
MFnHikEffector is the function set for full body ik effectors. An Full Body IK (FBIK/HIK) effector is a special transform that allows users to manipulate a Full Body IK system.
The methods of the parent class MFnTransform used to position the end effector.
Public Member Functions | |
virtual MFn::Type | type () const |
Function set type. | |
virtual | ~MFnHikEffector () |
Destructor. | |
MFnHikEffector () | |
Default constructor. | |
MFnHikEffector (MObject &object, MStatus *ReturnStatus=NULL) | |
Constructor. | |
MFnHikEffector (const MDagPath &object, MStatus *ret=NULL) | |
Constructor. | |
MObject | create (MObject parent=MObject::kNullObj, MStatus *ReturnStatus=NULL) |
MVector | getPivotOffset (MStatus *ReturnStatus=NULL) const |
MStatus | setPivotOffset (const MVector &vector) |
MColor | getEffColor (MStatus *ReturnStatus=NULL) const |
MStatus | setEffColor (const MColor &color) |
MStatus | getAuxiliaryEffectors (MObjectArray &effs) const |
MFnHikEffector (const MObject &object, MStatus *ret=NULL) | |
Constructor. | |
Protected Member Functions | |
virtual const char * | className () const |
Class name. |
MFnHikEffector::~MFnHikEffector | ( | ) | [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 MFnHikEffector::type | ( | ) | const [virtual] |
const char * MFnHikEffector::className | ( | ) | const [protected, virtual] |
MObject MFnHikEffector::create | ( | MObject | parent = MObject::kNullObj , |
|
MStatus * | ReturnStatus = NULL | |||
) |
Creates a new fbik effector.
[in] | parent | parent DAG node (usually none) |
[out] | ReturnStatus | return status |
Reimplemented from MFnTransform.
Retrieve the pivot offset of this effector.
[out] | ReturnStatus | return status |
Set the pivot offset for this effector.
[in] | vector | the new pivot offset |
Retrieve the cached humanIK color of this effector.
[out] | ReturnStatus | return status |
Set the humanIK color for this effector.
[in] | color | the new color |
MStatus MFnHikEffector::getAuxiliaryEffectors | ( | MObjectArray & | effs | ) | const |
Returns an array of the auxiliary effectors associated with this effector. Auxiliary effectors are used by humanIK to act as additional pivots.
[out] | effs | the auxiliary effectors for this effector |
Autodesk® Maya® 2009 © 1997-2008 Autodesk, Inc. All rights reserved. | Generated with 1.5.6 |