PointOnCurveManip function set.
The PointOnCurveManip allows the user to manipulate a point constrained to move along a curve, in order to specify the "u" curve parameter value. This manipulator generates a single floating point value corresponding to the curve parameter.
#include <MFnPointOnCurveManip.h>
Public Member Functions |
|
virtual MFn::Type | type () const |
Function set type. |
|
virtual | ~MFnPointOnCurveManip () |
Destructor. |
|
MFnPointOnCurveManip () | |
Default constructor. |
|
MFnPointOnCurveManip (MObject &object, MStatus *ReturnStatus=NULL) | |
Constructor. |
|
MFnPointOnCurveManip (const MDagPath &object, MStatus *ret=NULL) | |
Constructor. |
|
MObject | create (MStatus *ReturnStatus=NULL) |
Creates a new PointOnCurveManip. |
|
MObject | create (const MString &manipName, const MString ¶mName, MStatus *ReturnStatus=NULL) |
Creates a new PointOnCurveManip. |
|
MStatus | connectToCurvePlug (MPlug &curvePlug) |
Connect to the curve plug. |
|
MStatus | connectToParamPlug (MPlug ¶mPlug) |
Connect to the param plug. |
|
MStatus | setDrawCurve (bool state) |
Sets whether or not the curve is drawn.
|
|
MStatus | setParameter (double parameter) |
Sets the parameter. |
|
bool | isDrawCurveOn (MStatus *ReturnStatus=NULL) const |
Returns whether or not the curve is drawn.
|
|
double | parameter (MStatus *ReturnStatus=NULL) const |
Returns the parameter. |
|
MPoint | curvePoint (MStatus *ReturnStatus=NULL) const |
Returns the curve point. |
|
unsigned int | curveIndex (MStatus *ReturnStatus=NULL) const |
Returns the index of the curve. |
|
unsigned int | paramIndex (MStatus *ReturnStatus=NULL) const |
Returns the index of the parameter of the
PointOnCurveManip. |
|
MFnPointOnCurveManip (const MObject &object, MStatus *ret=NULL) | |
Constructor. |
|
Protected Member Functions |
|
virtual const char * | className () const |
Class name. |
~MFnPointOnCurveManip | ( | ) | [virtual] |
Destructor.
Class destructor.
MFnPointOnCurveManip | ( | 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 |
MFnPointOnCurveManip | ( | 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 |
MFnPointOnCurveManip | ( | 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] |
const char * className | ( | ) | const [protected, virtual] |
Creates a new PointOnCurveManip.
This function set's object is set to be the new manipulator.
This method should only be used to create a non-composite PointOnCurveManip.
The name that appears in the feedback line is "param"
[out] | ReturnStatus | return status |
MObject create | ( | const MString & | manipName, |
const MString & | paramName, | ||
MStatus * | ReturnStatus =
NULL |
||
) |
Creates a new PointOnCurveManip.
This function set's object is set to be the new manipulator.
This method should only be used to create a non-composite PointOnCurveManip.
The name that appears in the feedback line is specified by the paramName argument.
[in] | manipName | Name of the manip for UI purposes. |
[in] | paramName | Label for the parameter value that appears in the feedback line. |
[out] | ReturnStatus | Status code. |
Reimplemented from MFnDependencyNode.
Connect to the curve plug.
The data type corresponding to the curvePlug is MFnData::kNurbsCurve.
[in] | curvePlug | the curve plug |
Connect to the param plug.
The data type corresponding to the paramPlug is a double.
[in] | paramPlug | the param plug |
MStatus setDrawCurve | ( | bool | state | ) |
Sets whether or not the curve is drawn.
[in] | state | whether or not the curve should be drawn |
MStatus setParameter | ( | double | parameter | ) |
Sets the parameter.
[in] | parameter | the parameter |
bool isDrawCurveOn | ( | MStatus * | ReturnStatus =
NULL |
) | const |
Returns whether or not the curve is drawn.
[out] | ReturnStatus | return status |
double parameter | ( | MStatus * | ReturnStatus =
NULL |
) | const |
Returns the parameter.
[out] | ReturnStatus | return status |
Returns the curve point.
[out] | ReturnStatus | return status |
unsigned int curveIndex | ( | MStatus * | ReturnStatus =
NULL |
) | const |
Returns the index of the curve.
The data type corresponding to this index is MFnData::kNurbsCurve.
[out] | ReturnStatus | return status |
unsigned int paramIndex | ( | MStatus * | ReturnStatus =
NULL |
) | const |
Returns the index of the parameter of the PointOnCurveManip.
The data type corresponding to this index is a double.
[out] | ReturnStatus | return status |