#include <MFnIkSolver.h>
This is the function set for inverse kinematics (IK) solvers. This function set is used for setting and querying attached ik solvers.
Public Member Functions | |
virtual MFn::Type | type () const |
Function set type. | |
virtual | ~MFnIkSolver () |
Destructor. | |
MFnIkSolver () | |
Default constructor. | |
MFnIkSolver (MObject &object, MStatus *ReturnStatus=NULL) | |
Constructor. | |
unsigned int | maxIterations (MStatus *ReturnStatus=NULL) |
MStatus | setMaxIterations (unsigned int maxIters) |
double | tolerance (MStatus *ReturnStatus=NULL) |
MStatus | setTolerance (double tolerance) |
MFnIkSolver (const MObject &object, MStatus *ReturnStatus=NULL) | |
Constructor. | |
Protected Member Functions | |
virtual const char * | className () const |
Class name. |
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 MObject.
[in] | object | The MObject to attach the function set to |
[out] | ReturnStatus | the return status |
MFn::Type MFnIkSolver::type | ( | ) | const [virtual] |
const char * MFnIkSolver::className | ( | ) | const [protected, virtual] |
unsigned int MFnIkSolver::maxIterations | ( | MStatus * | ReturnStatus = NULL |
) |
Returns the maximum number of iterations used when solving.
[out] | ReturnStatus | Status Code (see below) |
MStatus MFnIkSolver::setMaxIterations | ( | unsigned int | maxIters | ) |
Sets the maximum number of iterations used when solving.
[in] | maxIters | the new value for the maximum number of iterations for the solver |
double MFnIkSolver::tolerance | ( | MStatus * | ReturnStatus = NULL |
) |
Returns the tolerance used when solving.
[out] | ReturnStatus | Status Code (see below) |
MStatus MFnIkSolver::setTolerance | ( | double | tolerance | ) |
Sets the tolerance used when solving.
[in] | tolerance | The tolerance value to be set |
Autodesk® Maya® 2009 © 1997-2008 Autodesk, Inc. All rights reserved. | Generated with 1.5.6 |